| tags: [tabular-classification, scikit-learn, knn] | |
| # datasets: farish07/banknote-authentication-dataset | |
| # KNN Banknote Authentication Model (farish07/knn-banknote-authentication) | |
| * **Optimal K Value:** 1 | |
| * **Final Test Accuracy:** 1.0000 | |
| ## Optimization Process | |
| The optimal number of neighbors (K) was determined by plotting the error rate versus K value on the test set. | |
|  | |