edualgo / Grokking-Machine-Learning

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
https://github.com/Abhijit2505/Grokking-Machine-Learning/wiki
MIT License
63 stars 49 forks source link

Flight Delay prediction using scikit learn #127

Closed shraiyya closed 3 years ago

shraiyya commented 3 years ago

Dataset used: https://www.kaggle.com/usdot/flight-delays The flight delay and cancellation data was collected and published by the DOT's Bureau of Transportation Statistics The model can predict if the flight will get delayed or not. 5 classifiers were implemented on the dataset. Please add the DWOC Tag and level.

Abhijit2505 commented 3 years ago

@shraiyya get started.