diff --git a/Knn.py b/Knn.py index 0259eeb..30d46b0 100644 --- a/Knn.py +++ b/Knn.py @@ -68,7 +68,7 @@ # #avg / total 0.90 0.90 0.90 300 -Choosing a K Value +#Choosing a K Value #Let's go ahead and use the elbow method to pick a good K Value: @@ -110,7 +110,7 @@ print('\n') print(classification_report(y_test,pred)) -WITH K=1 +#WITH K=1 #[[125 18] # [ 13 144]] @@ -136,7 +136,7 @@ print('\n') print(classification_report(y_test,pred)) -WITH K=23 +#WITH K=23 #[[132 11]