tennis-multi-return-catboost-v2 / all_classifier_configs.json
GozdeA's picture
Upload all_classifier_configs.json with huggingface_hub
e10fb23 verified
Raw
History Blame Contribute Delete
738 Bytes
{
"knn": {
"method": "knn",
"k": 16,
"threshold": 0.05170882480633016,
"max_candidates": 2,
"recall": 0.6216666666666666
},
"catboost": {
"method": "catboost",
"threshold": 0.28170716125509304,
"recall": 0.6216666666666666,
"params": {
"cb_iter": 150,
"cb_depth": 3,
"cb_lr": 0.012063744447371417,
"cb_l2": 8.39301492562091,
"cb_threshold": 0.28170716125509304
}
},
"mlp": {
"method": "mlp",
"threshold": 0.30623464107831183,
"recall": 0.8033333333333335,
"params": {
"mlp_h1": 64,
"mlp_h2": 32,
"mlp_lr": 0.0001008326529713479,
"mlp_alpha": 5.50599590057979e-05,
"mlp_threshold": 0.30623464107831183
}
}
}