sathishaiuse commited on
Commit
2cc0126
·
verified ·
1 Parent(s): 39601eb

Upload cv_results_GradientBoosting.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. cv_results_GradientBoosting.json +92 -0
cv_results_GradientBoosting.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mean_fit_time": [
3
+ 0.27901196479797363,
4
+ 0.5301806131998698,
5
+ 0.2737703323364258,
6
+ 0.48087326685587567
7
+ ],
8
+ "std_fit_time": [
9
+ 0.005304842584508192,
10
+ 0.005065716388882419,
11
+ 0.00166243109763573,
12
+ 0.03593341060458459
13
+ ],
14
+ "mean_score_time": [
15
+ 0.014984528223673502,
16
+ 0.014217615127563477,
17
+ 0.01302957534790039,
18
+ 0.011214733123779297
19
+ ],
20
+ "std_score_time": [
21
+ 0.0026494256446783723,
22
+ 0.0006831890381711849,
23
+ 0.00042204587233240945,
24
+ 0.001971067181974872
25
+ ],
26
+ "param_clf__learning_rate": [
27
+ 0.1,
28
+ 0.1,
29
+ 0.05,
30
+ 0.05
31
+ ],
32
+ "param_clf__n_estimators": [
33
+ 50,
34
+ 100,
35
+ 50,
36
+ 100
37
+ ],
38
+ "params": [
39
+ {
40
+ "clf__learning_rate": 0.1,
41
+ "clf__n_estimators": 50
42
+ },
43
+ {
44
+ "clf__learning_rate": 0.1,
45
+ "clf__n_estimators": 100
46
+ },
47
+ {
48
+ "clf__learning_rate": 0.05,
49
+ "clf__n_estimators": 50
50
+ },
51
+ {
52
+ "clf__learning_rate": 0.05,
53
+ "clf__n_estimators": 100
54
+ }
55
+ ],
56
+ "split0_test_score": [
57
+ 0.4250871080139373,
58
+ 0.544891640866873,
59
+ 0.31620553359683795,
60
+ 0.4583333333333333
61
+ ],
62
+ "split1_test_score": [
63
+ 0.5031847133757962,
64
+ 0.584070796460177,
65
+ 0.4028268551236749,
66
+ 0.5032258064516129
67
+ ],
68
+ "split2_test_score": [
69
+ 0.4437299035369775,
70
+ 0.5,
71
+ 0.3237410071942446,
72
+ 0.44155844155844154
73
+ ],
74
+ "mean_test_score": [
75
+ 0.45733390830890364,
76
+ 0.5429874791090167,
77
+ 0.3475911319715858,
78
+ 0.4677058604477959
79
+ ],
80
+ "std_test_score": [
81
+ 0.03330275964731356,
82
+ 0.03434815937195849,
83
+ 0.03917852026034142,
84
+ 0.026033301386242286
85
+ ],
86
+ "rank_test_score": [
87
+ 3,
88
+ 1,
89
+ 4,
90
+ 2
91
+ ]
92
+ }