Upload folder using huggingface_hub
Browse files- README.md +12 -0
- metrics.txt +11 -0
- model.joblib +3 -0
- scaler.joblib +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- scikit-learn
|
| 6 |
+
- knn
|
| 7 |
+
- machine-learning-project
|
| 8 |
+
---
|
| 9 |
+
# KNN Banknote Authentication Model (farish07/knn-banknote-authentication)
|
| 10 |
+
This repository hosts a K-Nearest Neighbors (KNN) classifier trained to authenticate banknotes.
|
| 11 |
+
* **Optimal K Value:** p.argmin(error_rate) + 1
|
| 12 |
+
* **Final Test Accuracy:** 1.0000
|
metrics.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Classification Report (k=p.argmin(error_rate) + 1):
|
| 2 |
+
precision recall f1-score support
|
| 3 |
+
|
| 4 |
+
0 1.00 1.00 1.00 153
|
| 5 |
+
1 1.00 1.00 1.00 122
|
| 6 |
+
|
| 7 |
+
accuracy 1.00 275
|
| 8 |
+
macro avg 1.00 1.00 1.00 275
|
| 9 |
+
weighted avg 1.00 1.00 1.00 275
|
| 10 |
+
|
| 11 |
+
Accuracy: 1.0000
|
model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eb74eda7525bbdb2c606a208d475dc14898098e2e4d89a728bd5d63e16275e5
|
| 3 |
+
size 95318
|
scaler.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f83e18071324d3e48119cb67ebc1635176ccbe83d9745b45cd3ea8e9cfe7f3e9
|
| 3 |
+
size 711
|