Upload README.md with huggingface_hub
Browse files
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 |

|
|
|
|
|
|
| 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 |

|
| 16 |
+
|