BujjiProjectPrep commited on
Commit
7634988
·
verified ·
1 Parent(s): 6f48ebd

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +8 -8
metrics.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "best_params": {
3
- "model__n_estimators": 400,
4
- "model__min_samples_split": 2,
5
  "model__min_samples_leaf": 1,
6
- "model__max_features": null,
7
- "model__max_depth": 2
8
  },
9
- "best_cv_f1": 0.2550578338027389,
10
  "test_metrics": {
11
- "accuracy": 0.2409090909090909,
12
- "f1": 0.27074235807860264,
13
- "roc_auc": 0.39660246120920273
14
  }
15
  }
 
1
  {
2
  "best_params": {
3
+ "model__n_estimators": 100,
4
+ "model__min_samples_split": 5,
5
  "model__min_samples_leaf": 1,
6
+ "model__max_features": "log2",
7
+ "model__max_depth": 5
8
  },
9
+ "best_cv_f1": 0.190127275426731,
10
  "test_metrics": {
11
+ "accuracy": 0.2636363636363636,
12
+ "f1": 0.2702702702702703,
13
+ "roc_auc": 0.4122525414660246
14
  }
15
  }