f1-race-predictor-model / metrics.json
datamatters24's picture
Upload metrics.json with huggingface_hub
3970b28 verified
raw
history blame contribute delete
521 Bytes
[
{
"split": "xgb_val",
"n_samples": 422,
"n_races": 22,
"log_loss": 0.050907751783122394,
"brier_score": 0.015055796131491661,
"top1_accuracy": 0.8636363636363636,
"top3_accuracy": 1.0,
"top5_accuracy": 1.0
},
{
"split": "xgb_test",
"n_samples": 927,
"n_races": 47,
"log_loss": 0.13834304642624395,
"brier_score": 0.04351075738668442,
"top1_accuracy": 0.5106382978723404,
"top3_accuracy": 0.9148936170212766,
"top5_accuracy": 0.9787234042553191
}
]