File size: 385 Bytes
3b09fd9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"best_params": {
"model__max_depth": null,
"model__min_samples_split": 2,
"model__n_estimators": 200
},
"train_metrics": {
"accuracy": 1.0,
"precision": 1.0,
"recall": 1.0,
"f1": 1.0
},
"test_metrics": {
"accuracy": 0.8825665859564165,
"precision": 0.8820990173796919,
"recall": 0.8825665859564165,
"f1": 0.8670107189376657
}
} |