Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Jan 2, 2024
1 parent 80e4526 commit a0a3c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hulearn/classification/functionclassifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from sklearn.utils.validation import check_is_fitted
from sklearn.utils.multiclass import unique_labels


class FunctionClassifier(BaseEstimator, ClassifierMixin):
"""
This class allows you to pass a function to make the predictions you're interested in.
Expand Down

0 comments on commit a0a3c30

Please sign in to comment.