Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
334 stars 296 forks source link

Model Selection and Hyperparameter Tuning for Improved Flight Delay Prediction #611

Open FreeSpirit11 opened 1 month ago

FreeSpirit11 commented 1 month ago

Description

To enhance the performance of the flight delay prediction model, we should explore the use of more advanced machine learning models and perform hyperparameter tuning. The following steps should be taken:

  1. Use Advanced Models:
    • Experiment with advanced models such as Random Forest, Gradient Boosting, and deep learning models like LSTM (if data is sequential).
  2. Hyperparameter Tuning:
    • Use GridSearchCV or RandomizedSearchCV to find the best hyperparameters for the selected models.

Tasks

  1. Implement Advanced Models:
    • Train and evaluate models like Random Forest, Gradient Boosting, and LSTM.
  2. Hyperparameter Tuning:
    • Utilize GridSearchCV or RandomizedSearchCV to perform hyperparameter tuning for the selected models.
  3. Evaluate Performance:
    • Compare the performance of these models with the current Decision Tree model using appropriate metrics like ROC AUC score.

Benefits

Using advanced models and optimizing hyperparameters is expected to improve the accuracy and robustness of the flight delay prediction model.

FreeSpirit11 commented 1 month ago

Hi, @Niketkumardheeryan , I have raised this issue . Please assign it to me .

invigorzz313 commented 1 month ago

There is a Flight_delay_prediction_project in the codebase. Do you mean to improve that?

FreeSpirit11 commented 1 month ago

Yes I want to improve Flight_delay_prediction_project.

FreeSpirit11 commented 1 month ago

Hi @invigorzz313 ,I have created the pull request. Please provide level 3 badge on this issue .