Skip to content

Commit

Permalink
UP MY SOLUTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyan168 committed Dec 21, 2023
1 parent dd92da9 commit 8da10f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sklearn_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def fit(self, X, y):
self : instance of KNearestNeighbors
The current instance of the classifier
"""

X, y = check_X_y(X, y)
check_classification_targets(y)
self.X_ = X
Expand Down

0 comments on commit 8da10f2

Please sign in to comment.