An open API service indexing awesome lists of open source software.

https://github.com/baghettigh/predict-f1-podium

A streamlit app that predicts if the driver will finish on the podium
https://github.com/baghettigh/predict-f1-podium

data-science decision-tree-classifier formula1 machine-learning streamlit

Last synced: 5 months ago
JSON representation

A streamlit app that predicts if the driver will finish on the podium

Awesome Lists containing this project

README

          

# F1 Podium Predictor (2024)
This is a streamlit application that predicts if a driver will finish on the top 3 by using their:
- Free Practice 1 Position
- Free Practice 2 Position
- Free Practice 3 Position
- Starting Position
- Driver's Total Podium Count
- Driver's Total Pole Position Count

![App Screenshot](images/screenshot.jpg)

The model used for this application is **Decision Tree Classifier** which has an accuracy of **91%**