Machine Learning project for predicting delays in Brazilian domestic flights using historical ANAC data.
Flight Risk is a Machine Learning project designed to predict the probability of delays in domestic flights in Brazil based on official historical data provided by ANAC (Brazilian National Civil Aviation Agency).
The system aims to help passengers and businesses anticipate potential delays, enabling better travel planning and operational decision-making.
- Predict the probability of flight delays.
- Analyze historical flight performance data.
- Identify the main factors associated with delays.
- Provide actionable insights for travelers and aviation stakeholders.
🧑💻 Development Setup
git clone --branch develop git@github.com:LuisHBeck/flight-risk.git
cd flight-riskReplace <ghUser> with your GitHub username.
git checkout -b <ghUser> developpyenv virtualenv 3.12.9 flight-risk
pyenv local flight-riskInstall project dependencies and generate the .env file.
make dev_setupOpen the generated .env file and fill in the required values.
direnv reload .make fetch_consolidated_dataset