Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FreeSpirit11 opened this issue May 15, 2024 · 4 comments
Assignees
Labels
gssoc gssoc

Comments

@FreeSpirit11
Copy link
Contributor

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
Copy link
Contributor Author

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

@invigorzz313
Copy link
Collaborator

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

@FreeSpirit11
Copy link
Contributor Author

Yes I want to improve Flight_delay_prediction_project.

@FreeSpirit11
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc gssoc
Projects
None yet
Development

No branches or pull requests

2 participants