SunnyShaurya commited on
Commit
f018a13
·
verified ·
1 Parent(s): 0320288

Upload experiment_log.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiment_log.json +12 -10
experiment_log.json CHANGED
@@ -1,23 +1,25 @@
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
  }
 
1
  {
2
  "model": "XGBoost",
3
  "best_parameters": {
4
+ "colsample_bytree": 0.8,
5
+ "learning_rate": 0.1,
6
+ "max_depth": 9,
7
+ "n_estimators": 300,
8
+ "subsample": 0.8
9
  },
10
  "metrics": {
11
  "accuracy": 0.6406449961607371,
12
+ "precision": 0.7194363862411935,
13
+ "recall": 0.7048315062931384,
14
+ "f1_score": 0.712059064807219,
15
  "confusion_matrix": [
16
  [
17
+ 767,
18
+ 677
19
  ],
20
  [
21
+ 727,
22
+ 1736
23
  ]
24
  ]
25
  }