File size: 207 Bytes
68c22d6
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
    "model": "XGBoost",
    "best_params": {
        "model__learning_rate": 0.2,
        "model__max_depth": 10,
        "model__n_estimators": 200
    },
    "best_cv_score": 0.8903688107230341
}