Upload metrics.json with huggingface_hub
Browse files- metrics.json +28 -17
metrics.json
CHANGED
|
@@ -1,48 +1,52 @@
|
|
| 1 |
{
|
| 2 |
"logistic": {
|
| 3 |
-
"brier_score": 0.
|
| 4 |
-
"log_loss": 0.
|
| 5 |
-
"roc_auc": 0.
|
| 6 |
-
"calibration_error": 0.03710409460937539
|
| 7 |
},
|
| 8 |
"xgboost": {
|
| 9 |
-
"brier_score": 0.
|
| 10 |
-
"log_loss": 0.
|
| 11 |
-
"roc_auc": 0.
|
| 12 |
-
"calibration_error": 0.009772520938031885
|
| 13 |
},
|
| 14 |
"config": {
|
| 15 |
"n_estimators": 100,
|
| 16 |
"max_depth": 3,
|
| 17 |
"learning_rate": 0.1,
|
| 18 |
"calibration_method": "isotonic",
|
| 19 |
-
"n_features":
|
| 20 |
"feature_names": [
|
| 21 |
-
"
|
| 22 |
-
"
|
|
|
|
|
|
|
| 23 |
"location_x",
|
| 24 |
"location_y",
|
| 25 |
"end_location_x",
|
| 26 |
"end_location_y",
|
| 27 |
-
"
|
| 28 |
-
"
|
|
|
|
| 29 |
"is_first_time",
|
| 30 |
"shot_body_part_Head",
|
| 31 |
"shot_body_part_Left Foot",
|
| 32 |
"shot_body_part_Other",
|
| 33 |
"shot_body_part_Right Foot",
|
|
|
|
| 34 |
"shot_technique_Backheel",
|
| 35 |
"shot_technique_Diving Header",
|
| 36 |
"shot_technique_Half Volley",
|
| 37 |
"shot_technique_Lob",
|
| 38 |
"shot_technique_Normal",
|
| 39 |
"shot_technique_Overhead Kick",
|
|
|
|
| 40 |
"shot_technique_Volley",
|
| 41 |
"shot_type_Corner",
|
| 42 |
"shot_type_Free Kick",
|
| 43 |
"shot_type_Kick Off",
|
| 44 |
"shot_type_Open Play",
|
| 45 |
"shot_type_Penalty",
|
|
|
|
| 46 |
"play_pattern_From Corner",
|
| 47 |
"play_pattern_From Counter",
|
| 48 |
"play_pattern_From Free Kick",
|
|
@@ -51,9 +55,16 @@
|
|
| 51 |
"play_pattern_From Kick Off",
|
| 52 |
"play_pattern_From Throw In",
|
| 53 |
"play_pattern_Other",
|
| 54 |
-
"play_pattern_Regular Play"
|
|
|
|
| 55 |
],
|
| 56 |
-
"n_train":
|
| 57 |
-
"n_test":
|
| 58 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"logistic": {
|
| 3 |
+
"brier_score": 0.08716956742275346,
|
| 4 |
+
"log_loss": 0.300619906577368,
|
| 5 |
+
"roc_auc": 0.7542150807240704
|
|
|
|
| 6 |
},
|
| 7 |
"xgboost": {
|
| 8 |
+
"brier_score": 0.05365819082340809,
|
| 9 |
+
"log_loss": 0.17701230027272652,
|
| 10 |
+
"roc_auc": 0.9391083809379915
|
|
|
|
| 11 |
},
|
| 12 |
"config": {
|
| 13 |
"n_estimators": 100,
|
| 14 |
"max_depth": 3,
|
| 15 |
"learning_rate": 0.1,
|
| 16 |
"calibration_method": "isotonic",
|
| 17 |
+
"n_features": 41,
|
| 18 |
"feature_names": [
|
| 19 |
+
"season_id",
|
| 20 |
+
"period",
|
| 21 |
+
"minute",
|
| 22 |
+
"second",
|
| 23 |
"location_x",
|
| 24 |
"location_y",
|
| 25 |
"end_location_x",
|
| 26 |
"end_location_y",
|
| 27 |
+
"shot_outcome",
|
| 28 |
+
"distance_to_goal",
|
| 29 |
+
"shot_angle",
|
| 30 |
"is_first_time",
|
| 31 |
"shot_body_part_Head",
|
| 32 |
"shot_body_part_Left Foot",
|
| 33 |
"shot_body_part_Other",
|
| 34 |
"shot_body_part_Right Foot",
|
| 35 |
+
"shot_body_part_Unknown",
|
| 36 |
"shot_technique_Backheel",
|
| 37 |
"shot_technique_Diving Header",
|
| 38 |
"shot_technique_Half Volley",
|
| 39 |
"shot_technique_Lob",
|
| 40 |
"shot_technique_Normal",
|
| 41 |
"shot_technique_Overhead Kick",
|
| 42 |
+
"shot_technique_Unknown",
|
| 43 |
"shot_technique_Volley",
|
| 44 |
"shot_type_Corner",
|
| 45 |
"shot_type_Free Kick",
|
| 46 |
"shot_type_Kick Off",
|
| 47 |
"shot_type_Open Play",
|
| 48 |
"shot_type_Penalty",
|
| 49 |
+
"shot_type_Shot",
|
| 50 |
"play_pattern_From Corner",
|
| 51 |
"play_pattern_From Counter",
|
| 52 |
"play_pattern_From Free Kick",
|
|
|
|
| 55 |
"play_pattern_From Kick Off",
|
| 56 |
"play_pattern_From Throw In",
|
| 57 |
"play_pattern_Other",
|
| 58 |
+
"play_pattern_Regular Play",
|
| 59 |
+
"play_pattern_Unknown"
|
| 60 |
],
|
| 61 |
+
"n_train": 104861,
|
| 62 |
+
"n_test": 26216
|
| 63 |
+
},
|
| 64 |
+
"elapsed_seconds": 6.001591481268406,
|
| 65 |
+
"rate_usd_per_hour": 0.01,
|
| 66 |
+
"estimated_cost_usd": 1.6671087447967796e-05,
|
| 67 |
+
"workflow_id": "wf-xg-v1",
|
| 68 |
+
"workflow_phase": "training",
|
| 69 |
+
"row_count": 131077
|
| 70 |
}
|