Skip to content

Commit 3b0bb58

Browse files
author
codebasics
committed
knn
1 parent de1e984 commit 3b0bb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ML/17_knn_classification/knn_exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sklearn.datasets load digits dataset and do following
1+
From sklearn.datasets load digits dataset and do following
22
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
33
1. Plot confusion matrix
44
1. Plot classification report

0 commit comments

Comments
 (0)