Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 447 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 447 Bytes

Predicting-flight-delays-

Predict flight delays by creating a machine learning model in Python Using a dataset containing on-time arrival information for a major U.S. airline predicting delay in them by cleaning the dataset with Pandas, building a machine-learning model with scikit-learn. Using Train-test split helper function and RandomForest classifier from Scikit Learn.

From Microsoft Learning