nasa/ML-airport-taxi-out
The ML-airport-taxi-out software is developed to provide a reference implementation to serve as a research example how to train and register Machine Learning (ML) models intended for four distinct use cases: 1) unimpeded AMA taxi out, 2) unimpeded ramp taxi out, 3) impeded AMA taxi out, and 4) impeded ramp taxi out. The software is designed to point to databases which are not provided as part of the software release and thus this software is only intended to serve as an example of best practices. The software is built in python and leverages open-source libraries kedro, scikitlearn, MLFlow, and others. The software provides examples how to build three distinct pipelines for data query and save, data engineering, and data science. These pipelines enable scalable, repeatable, and maintainable development of ML models.
This project provides example code for building machine learning models that predict how long an aircraft will take to taxi out from the gate to takeoff. It takes real-time aviation data, airport configurations, and weather information to estimate taxi-out durations. The primary users are airport operations managers or air traffic management researchers who need accurate predictions for optimizing airport surface movements and flight planning.
No commits in the last 6 months.
Use this if you are an aerospace researcher or operations analyst looking for a best-practices framework to develop your own predictive models for airport taxi-out times.
Not ideal if you are seeking a ready-to-use application or a pre-trained model for immediate deployment, as this requires custom database setup and model training.
Stars
39
Forks
7
Language
Python
License
—
Category
Last pushed
Jan 26, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nasa/ML-airport-taxi-out"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
MaxHalford/taxi-demo-rp-mz-rv-rd-st
🚕 Self-contained demo using Redpanda, Materialize, River, Redis, and Streamlit to predict taxi...
codelibra/Time-series-analysis-nyc-taxi
⏰ 📓 Time series analysis of new york taxi data
bartk97/NYC-Taxi-Anomaly-Detection
Final Project for the 'Machine Learning and Deep Learning' Course at AGH Doctoral School
RozhanMK/Taxi-demand-prediction
this repository contains main project of Rahnema college machine learning bootcamp
admossie/nyc-taxi-portfolio
XGBoost fare predictor on 2025 NYC yellow taxi data — MAE $1.66, R² 0.951. Temporal validation,...