SunnyShaurya commited on
Commit
a2f0ee0
·
verified ·
1 Parent(s): f95daa3

Upload experiment_log.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_log.json +20 -27
experiment_log.json CHANGED
@@ -1,31 +1,24 @@
1
  {
2
  "model": "XGBoost",
3
- "param_grid": {
4
- "n_estimators": [
5
- 100,
6
- 200,
7
- 300
8
- ],
9
- "max_depth": [
10
- 3,
11
- 5,
12
- 7
13
- ],
14
- "learning_rate": [
15
- 0.01,
16
- 0.1,
17
- 0.2
18
- ],
19
- "subsample": [
20
- 0.8,
21
- 1.0
22
- ]
23
- },
24
- "best_params": {
25
- "learning_rate": 0.01,
26
- "max_depth": 5,
27
- "n_estimators": 100,
28
- "subsample": 0.8
29
  },
30
- "best_cv_score": 0.7776112578367997
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
 
1
  {
2
  "model": "XGBoost",
3
+ "best_parameters": {
4
+ "learning_rate": 0.2,
5
+ "max_depth": 7,
6
+ "n_estimators": 200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  },
8
+ "metrics": {
9
+ "accuracy": 0.6406449961607371,
10
+ "precision": 0.6894454382826476,
11
+ "recall": 0.7823792123426715,
12
+ "f1_score": 0.7329783187523773,
13
+ "confusion_matrix": [
14
+ [
15
+ 576,
16
+ 868
17
+ ],
18
+ [
19
+ 536,
20
+ 1927
21
+ ]
22
+ ]
23
+ }
24
  }