An open API service indexing awesome lists of open source software.

https://github.com/farheenb/flight-delay-prediction-in-python


https://github.com/farheenb/flight-delay-prediction-in-python

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flight Delay Prediction

The delay in flight take off is predicted by the dataset provided. The prediction is performed by various Classification Algorithms. Their respective accuracy is listed below:

* Logistic Regression- 89%
* Decision Tree Classifier- 82%
* Random Forest Classifier- 85%
* KNN Classifier- 86%
* Support Vector Classifier- 89%
* Naive Bayers Classifier- 80%