Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- best_model.h5 +3 -0
- metadata.json +21 -0
- scaler.pkl +3 -0
best_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d420e74f3472b95ade494c431a243cafe2e7661e70093c976cff777cc3a80a13
|
| 3 |
+
size 432512
|
metadata.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_names": [
|
| 3 |
+
"Theory",
|
| 4 |
+
"Practice"
|
| 5 |
+
],
|
| 6 |
+
"target_classes": {
|
| 7 |
+
"0": "Not eligible",
|
| 8 |
+
"1": "Eligible"
|
| 9 |
+
},
|
| 10 |
+
"input_shape": [
|
| 11 |
+
2,
|
| 12 |
+
1
|
| 13 |
+
],
|
| 14 |
+
"model_type": "CNN",
|
| 15 |
+
"creation_date": "2025-07-29 09:13:29",
|
| 16 |
+
"performance_metrics": {
|
| 17 |
+
"test_accuracy": 0.9950000047683716,
|
| 18 |
+
"test_loss": 0.011249358765780926,
|
| 19 |
+
"auc_score": 1.0
|
| 20 |
+
}
|
| 21 |
+
}
|
scaler.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7daf6a3a43515e7e122ed5ad133314dd676052984024045a698dcdf927e7e97c
|
| 3 |
+
size 604
|