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

Improved Flight_delay_prediction_project #654

Closed
wants to merge 2 commits into from
Closed

Improved Flight_delay_prediction_project #654

wants to merge 2 commits into from

Conversation

FreeSpirit11
Copy link
Contributor

To enhance the performance of the flight delay prediction model, I have made the following changes:

1. Implemented Advanced Models:
Trained and evaluated models like Random Forest, Gradient Boosting, and LSTM.

2.Did Hyperparameter Tuning:
Utilized GridSearchCV or RandomizedSearchCV to perform hyperparameter tuning for the selected models.

3.Evaluated Performance:
Compared the performance of these models with the current Decision Tree model using appropriate metrics like ROC AUC score.

@FreeSpirit11
Copy link
Contributor Author

Resolves #611 .

@FreeSpirit11
Copy link
Contributor Author

Hi @invigorzz313 , this is not a level 1 task . Atleast mark it level 2 please.

@sudiptasarkar011
Copy link

i would like to work on this issue, can you please assign this to me?

@Niketkumardheeryan
Copy link
Owner

Hi @invigorzz313 , this is not a level 1 task . Atleast mark it level 2 please.

HI @FreeSpirit11 , I just reviewed your code and found that no null values handling, and no outliers handling , NO data analysis before using data, how can you saythat its a Level 2 work.
And you define the levels ,we are here for that.

@FreeSpirit11
Copy link
Contributor Author

Hi @Niketkumardheeryan ,As mentioned in the issue, my focus was specifically on implementing advanced models, hyperparameter tuning, and performance evaluation. These tasks were clearly required a good level of coding and understanding of the machine learning workflow.

Level 1 are the tasks which don't require coding or just require simple coding like null values handling. But still if you consider it a level 1 task then it's fine . :)

I understand the importance of comprehensive data preprocessing and analysis. If additional tasks such as handling missing values, outlier detection, or more detailed data analysis are required, I am more than willing to address these. However, having clear and specific requirements from the beginning would ensure that the project meets all expectations without any misunderstandings.

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

Successfully merging this pull request may close these issues.

4 participants