farish07 commited on
Commit
75eb891
·
verified ·
1 Parent(s): 2b43786

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -5,9 +5,12 @@ tags: [tabular-classification, scikit-learn, knn]
5
  ---
6
  # KNN Banknote Authentication Model (farish07/knn-banknote-authentication)
7
 
 
8
  * **Final Test Accuracy:** 1.0000
9
 
10
  ## Optimization Process
 
11
  The optimal number of neighbors (K) was determined by plotting the error rate versus K value on the test set.
12
 
13
  ![Error Rate vs. K Value Plot](https://huggingface.co/farish07/knn-banknote-authentication/resolve/main/optimal_k_plot.png)
 
 
5
  ---
6
  # KNN Banknote Authentication Model (farish07/knn-banknote-authentication)
7
 
8
+ * **Optimal K Value:** 1
9
  * **Final Test Accuracy:** 1.0000
10
 
11
  ## Optimization Process
12
+
13
  The optimal number of neighbors (K) was determined by plotting the error rate versus K value on the test set.
14
 
15
  ![Error Rate vs. K Value Plot](https://huggingface.co/farish07/knn-banknote-authentication/resolve/main/optimal_k_plot.png)
16
+