VoltageVagabond commited on
Commit
4fde3c3
·
verified ·
1 Parent(s): 63e7641

Upload training_report.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_report.json +33 -0
training_report.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "random_state": 42,
3
+ "train_size": 69999,
4
+ "test_size": 30000,
5
+ "total_features": 3024,
6
+ "optimal_threshold": 0.3714,
7
+ "models": {
8
+ "RandomForest": {
9
+ "accuracy": 0.9775,
10
+ "precision": 0.9757,
11
+ "recall": 0.9767,
12
+ "f1": 0.9762
13
+ },
14
+ "LogisticRegression": {
15
+ "accuracy": 0.9657,
16
+ "precision": 0.9552,
17
+ "recall": 0.9732,
18
+ "f1": 0.9641
19
+ },
20
+ "SVM": {
21
+ "accuracy": 0.9689,
22
+ "precision": 0.9625,
23
+ "recall": 0.9721,
24
+ "f1": 0.9673
25
+ },
26
+ "VotingEnsemble": {
27
+ "accuracy": 0.974,
28
+ "precision": 0.9661,
29
+ "recall": 0.9795,
30
+ "f1": 0.9727
31
+ }
32
+ }
33
+ }