Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent 505047a commit 9ed28aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/cluster/plot_kmedoids_digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
In this example we compare different pairwise distance
metrics for K-Medoids.
"""

import numpy as np
import matplotlib.pyplot as plt

Expand Down
1 change: 1 addition & 0 deletions examples/eigenpro/plot_eigenpro_synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
the number of features exceeds 500, it begins to outperform
SVM and shows more stability.
"""

print(__doc__)

import matplotlib
Expand Down
1 change: 1 addition & 0 deletions examples/kernel_approximation/plot_kernel_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
in :ref:`kernel_approximation`.
"""

print(__doc__)

# Author: Gael Varoquaux <gael dot varoquaux at normalesup dot org>
Expand Down
1 change: 1 addition & 0 deletions examples/plot_clara_digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
In this example we compare different computation time of K-Medoids and CLARA on
the handwritten digits data.
"""

import numpy as np
import matplotlib.pyplot as plt
import time
Expand Down
1 change: 1 addition & 0 deletions sklearn_extra/cluster/tests/test_k_medoids.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Testing for K-Medoids"""

import warnings
import numpy as np
from unittest import mock
Expand Down

0 comments on commit 9ed28aa

Please sign in to comment.