JetX-GT commited on
Commit
b791924
·
verified ·
1 Parent(s): 0fc94a4

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +15 -0
model_metadata.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "MLP",
3
+ "hidden_layers": [
4
+ 128,
5
+ 64
6
+ ],
7
+ "optimal_threshold": 0.1,
8
+ "expected_accuracy": 0.73,
9
+ "expected_recall": 0.9,
10
+ "expected_specificity": 0.46,
11
+ "expected_f1": 0.808,
12
+ "auc": 0.7504,
13
+ "n_features": 27,
14
+ "training_samples": 3406
15
+ }