subratm62 commited on
Commit
062ae86
·
verified ·
1 Parent(s): febda24

Upload model_meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_meta.json +75 -0
model_meta.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "threshold": 0.45,
3
+ "best_params": {
4
+ "gbm__subsample": 0.7,
5
+ "gbm__n_estimators": 300,
6
+ "gbm__min_samples_split": 20,
7
+ "gbm__min_samples_leaf": 8,
8
+ "gbm__max_features": null,
9
+ "gbm__max_depth": 3,
10
+ "gbm__learning_rate": 0.05
11
+ },
12
+ "cv_f1_macro": 0.613859570195129,
13
+ "train_metrics": {
14
+ "0": {
15
+ "precision": 0.713276836158192,
16
+ "recall": 0.32799307209352674,
17
+ "f1-score": 0.4493548865490138,
18
+ "support": 4619.0
19
+ },
20
+ "1": {
21
+ "precision": 0.7009057621892465,
22
+ "recall": 0.9227451477863757,
23
+ "f1-score": 0.7966704999726193,
24
+ "support": 7883.0
25
+ },
26
+ "accuracy": 0.7030075187969925,
27
+ "macro avg": {
28
+ "precision": 0.7070912991737193,
29
+ "recall": 0.6253691099399512,
30
+ "f1-score": 0.6230126932608165,
31
+ "support": 12502.0
32
+ },
33
+ "weighted avg": {
34
+ "precision": 0.7054763901417789,
35
+ "recall": 0.7030075187969925,
36
+ "f1-score": 0.6683509656258241,
37
+ "support": 12502.0
38
+ }
39
+ },
40
+ "test_metrics": {
41
+ "0": {
42
+ "precision": 0.5883233532934131,
43
+ "recall": 0.2721606648199446,
44
+ "f1-score": 0.3721590909090909,
45
+ "support": 1444.0
46
+ },
47
+ "1": {
48
+ "precision": 0.6755171349181847,
49
+ "recall": 0.8883475436459602,
50
+ "f1-score": 0.767450017537706,
51
+ "support": 2463.0
52
+ },
53
+ "accuracy": 0.6606091630406962,
54
+ "macro avg": {
55
+ "precision": 0.631920244105799,
56
+ "recall": 0.5802541042329524,
57
+ "f1-score": 0.5698045542233985,
58
+ "support": 3907.0
59
+ },
60
+ "weighted avg": {
61
+ "precision": 0.6432909202608593,
62
+ "recall": 0.6606091630406962,
63
+ "f1-score": 0.6213532430171735,
64
+ "support": 3907.0
65
+ }
66
+ },
67
+ "features": [
68
+ "Engine rpm",
69
+ "Lub oil pressure",
70
+ "Fuel pressure",
71
+ "Coolant pressure",
72
+ "lub oil temp",
73
+ "Coolant temp"
74
+ ]
75
+ }