Skip to content

Commit

Permalink
knn
Browse files Browse the repository at this point in the history
  • Loading branch information
codebasics committed Oct 2, 2021
1 parent de1e984 commit 3b0bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ML/17_knn_classification/knn_exercise.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sklearn.datasets load digits dataset and do following
From sklearn.datasets load digits dataset and do following
1. Classify digits (0 to 9) using KNN classifier. You can use different values for k neighbors and need to figure out a value of K that gives you a maximum score. You can manually try different values of K or use gridsearchcv
1. Plot confusion matrix
1. Plot classification report
Expand Down

0 comments on commit 3b0bb58

Please sign in to comment.