Upload feature_metadata.json with huggingface_hub
Browse files- feature_metadata.json +25 -0
feature_metadata.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_columns": [
|
| 3 |
+
"grid_position",
|
| 4 |
+
"rolling_avg_finish_3",
|
| 5 |
+
"rolling_avg_finish_5",
|
| 6 |
+
"season_points_pct",
|
| 7 |
+
"track_avg_finish",
|
| 8 |
+
"track_best_finish",
|
| 9 |
+
"track_starts",
|
| 10 |
+
"dnf_rate_rolling_10",
|
| 11 |
+
"quali_delta_teammate",
|
| 12 |
+
"constructor_avg_finish_5",
|
| 13 |
+
"constructor_dnf_rate_10",
|
| 14 |
+
"constructor_season_points_pct",
|
| 15 |
+
"constructor_avg_speed_trap",
|
| 16 |
+
"air_temp",
|
| 17 |
+
"track_temp",
|
| 18 |
+
"rainfall",
|
| 19 |
+
"grid_position_sq"
|
| 20 |
+
],
|
| 21 |
+
"target_column": "is_winner",
|
| 22 |
+
"model_type": "xgboost",
|
| 23 |
+
"training_years": "2014-2023",
|
| 24 |
+
"test_years": "2024-2025"
|
| 25 |
+
}
|