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
- Host: GitHub
- URL: https://github.com/farheenb/flight-delay-prediction-in-python
- Owner: FarheenB
- Created: 2020-04-06T20:59:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T18:04:00.000Z (over 5 years ago)
- Last Synced: 2025-01-16T23:32:19.534Z (9 months ago)
- Language: Jupyter Notebook
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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%