File size: 641 Bytes
a4b5b43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "random_forest": {
        "model": "random_forest",
        "best_params": {
            "estimator__max_depth": 12,
            "estimator__min_samples_split": 9,
            "estimator__n_estimators": 166
        },
        "cv_best_score": 0.7668745851009632,
        "test_r2": 0.8752436796179663,
        "test_rmse": 1830.462659704419
    },
    "xgboost": {
        "model": "xgboost",
        "params": {
            "n_estimators": 100,
            "max_depth": 6,
            "learning_rate": 0.1,
            "subsample": 0.8
        },
        "test_r2": 0.8900634418034745,
        "test_rmse": 1718.3066213876568
    }
}