Skip to content

f1raceprecitor.py#231

Open
AryanJagaty wants to merge 1 commit intoitsmedeepak:mainfrom
AryanJagaty:AryanJagaty-ML-1
Open

f1raceprecitor.py#231
AryanJagaty wants to merge 1 commit intoitsmedeepak:mainfrom
AryanJagaty:AryanJagaty-ML-1

Conversation

@AryanJagaty
Copy link
Copy Markdown

Predicts winner of F1 both driver and constructor. Trained on datasets from 2010-2020.
However it also predicts names of drivers who are retired but can be fixed by performing data cleaning on dataset.

Predicts winner of F1 both driver and constructor.
Trained on datasets from 2010-2020.
However it also predicts names of drivers who are retired but can be fixed by performing data cleaning on dataset.




Signed-off-by: Aryan <altf4ctrlv@gmail.com>
@itsmedeepak
Copy link
Copy Markdown
Owner

Good work @AryanJagaty 🚀 — solid start with RandomForest and merged datasets.
Improvements needed:

  1. Data cleaning → filter out retired drivers, handle NaNs.
  2. Feature engineering → add track, weather, pit stops.
  3. Evaluation → use train/test split, confusion matrix.
  4. Docs → add README.md, requirements.txt, fix filename typo.
  5. Future → export model + add simple CLI/GUI for predictions.

@AryanJagaty
Copy link
Copy Markdown
Author

Good work @AryanJagaty 🚀 — solid start with RandomForest and merged datasets. Improvements needed:

  1. Data cleaning → filter out retired drivers, handle NaNs.
  2. Feature engineering → add track, weather, pit stops.
  3. Evaluation → use train/test split, confusion matrix.
  4. Docs → add README.md, requirements.txt, fix filename typo.
  5. Future → export model + add simple CLI/GUI for predictions.

Hey, so @itsmedeepak

  1. The program i wrote is independent of dataset.
  2. Yeah thats a good point will add it in future this project just for my learning and to have a good grip on ML concepts.
  3. Did that.
  4. Hey so i have added README in my own repository didn't knew how to add here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants