A pipeline that extracts FastF1 session laps, builds race data CSVs grouped by driver, and trains/predicts driver performance
for the F1 Abu Dhabi Grand Prix.
Project structure (high level)
Requirements 🏎️
See requirements.txt on GitHub.
Quick setup 🏎️
Ensure Python 3.13 is on your PATH.
Run main.py.
Output 🏎️
Predictions are written as a CSV file (e.g., PREDICTION_Abu_Dhabi_2025_Driver_Data.csv) inside race_data/ and to the terminal.