File size: 1,631 Bytes
f036a44 7cfb487 727347e 7cfb487 727347e 7cfb487 727347e 7cfb487 f036a44 7cfb487 727347e 7cfb487 727347e 7cfb487 727347e 7cfb487 f036a44 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | {
"xgb": {
"best_params": {
"max_depth": 8,
"learning_rate": 0.10165882934834543,
"subsample": 0.7384160265157115,
"colsample_bytree": 0.7241443389313614,
"min_child_weight": 2,
"gamma": 0.12988385119517248,
"reg_alpha": 0.01984432763410783,
"reg_lambda": 0.00133684194962279
},
"test_metrics": {
"split": "tuned_xgb_test",
"log_loss": 0.13899790355845834,
"brier_score": 0.04306582361459732,
"top1_accuracy": 0.5106382978723404,
"top3_accuracy": 0.8723404255319149,
"top5_accuracy": 0.9574468085106383,
"n_races": 47
}
},
"lgbm": {
"best_params": {
"max_depth": 8,
"learning_rate": 0.06606334249359307,
"subsample": 0.7796649584907069,
"colsample_bytree": 0.5160748956645218,
"min_child_weight": 0.3248673003950528,
"reg_alpha": 0.002237839222861818,
"reg_lambda": 1.1797175210959981e-07,
"num_leaves": 27
},
"test_metrics": {
"split": "tuned_lgbm_test",
"log_loss": 0.14000301132728343,
"brier_score": 0.04051322357933446,
"top1_accuracy": 0.5319148936170213,
"top3_accuracy": 0.851063829787234,
"top5_accuracy": 0.9574468085106383,
"n_races": 47
}
},
"ensemble": {
"xgb_weight": 0.1,
"lgbm_weight": 0.9,
"test_metrics": {
"split": "ensemble_test",
"log_loss": 0.1367655294085837,
"brier_score": 0.039739857332776386,
"top1_accuracy": 0.5319148936170213,
"top3_accuracy": 0.851063829787234,
"top5_accuracy": 0.9574468085106383,
"n_races": 47
}
}
} |