We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312dc63 commit 1d6e112Copy full SHA for 1d6e112
README.md
@@ -1,5 +1,5 @@
1
# Breast-Cancer-Classification-using-KNN
2
Optimal Classification of Breast Cancer Wisconsin (Diagnostic) Database provided in Scikit Learn Data-set.
3
I have written a code for the classification of the Breast Cancer data provided by Scikit Learn Data-set. It is an OPTIMIZATED code with
4
-65% Training Data and 35% Test Data. The value of k i.e. the number of nearest neighbor to be considered is 4. Score of my code is 0.945
+65% Training Data and 35% Test Data. The value of k i.e. the number of nearest neighbor to be considered is 5. Score of my code is 0.945
5
based of the test data.
0 commit comments