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 Pull request #129

Closed shraiyya closed 3 years ago

shraiyya commented 3 years ago
  1. Dataset used: https://www.kaggle.com/usdot/flight-delays
  2. The model can predict if the flight will get delayed or not.
  3. 5 classifiers like Logistic Regression, Decision trees, Random Forest, etc were implemented on the dataset.
  4. PR for issue #127
  5. Please add DWOC Tag and Level.
Abhijit2505 commented 3 years ago

Next time you send PR, please make sure to update your forked repository from the main repository and then adding your folder in the notebook section.

Otherwise I will not accept the PR.

shraiyya commented 3 years ago

Ok sure. I will update my fork and submit you. Sorry for the inconvenience caused.

shraiyya commented 3 years ago

Also can you please let me know if I can be assigned to more than one issue at a time?