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

Flight Delay Time Prediction #380

Open
Sai-ganesh-0004 opened this issue Oct 16, 2024 · 1 comment
Open

Flight Delay Time Prediction #380

Sai-ganesh-0004 opened this issue Oct 16, 2024 · 1 comment

Comments

@Sai-ganesh-0004
Copy link

Is your feature request related to a problem? Please describe.
Flight delay between two airports is very inauspicious for passengers and airlines because their connections can be late or even no connection at all. This may also increase the operational costs and reduce customer satisfaction. If the time delay between two airports could be predictable, then this would optimize the planning, resource management, and overall delivery in operation. Mechanism to predict delay times does not exist with the project based on historical data between two airports.

Mention what you would like to propose
I will make a machine learning model to predict the time span of flight delay between two airports. The model will be based on a variety of features including, but not limited to, flight schedules, airline, weather conditions, and so on. It should encompass data preprocessing, model training, evaluation and deployment in an automated pipeline.

**Mention alternatives that you have considered.
One alternative could be to use a rule-based system where the delivery time is predicted based on predefined rules and thresholds. However, this approach lacks the flexibility and accuracy of machine learning models.

Optional Approach

  • Data preprocessing includes handling missing values and feature engineering.
  • Training models such as Random Forest, Gradient Boosting, or Neural Networks for delay time prediction.
  • Fine-tune the model using cross-validation and hyperparameter tuning.

Additional context
The model shall enable airlines to optimize their operations, make better resource allocations, and give passengers the possibility of receiving real-time updates about expected delays. This can be harnessed for better management directly into the existing pipeline.

Copy link

Thanks for creating the issue in ML-Nexus!🎉
Before you start working on your PR, please make sure to:

  • ⭐ Star the repository if you haven't already.
  • Pull the latest changes to avoid any merge conflicts.
  • Attach before & after screenshots in your PR for clarity.
  • Include the issue number in your PR description for better tracking.
    Don't forget to follow @UppuluriKalyani – Project Admin – for more updates!
    Tag @Neilblaze,@SaiNivedh26 for assigning the issue to you.
    Happy open-source contributing!☺️

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

No branches or pull requests

2 participants