HACKTOBERFEST 2020 is here! ✨
Iris Classification
SOURCE CODE ( GOOGLE COLAB )
- https://colab.research.google.com/drive/1g2aid5hOIiArOxLW3pJjoue9wmPt9zLS#scrollTo=YvGPUQaHhXfL
Provided as Hacktoberfest_DSC_JIIT128_Classification.ipynb in the root directory.
TASK
Create a Machine Learning Classification Model that can perform better on the Given Dataset.
How to contribute
Fork the repository and clone.
Upload your notebook in .ipynb format inside Submissions folder.
- The file name should be of the format:
<Your_Name>_<Your_College> For example: ManasDalakoti_JIIT128.ipynb
Then add a Pull Request.
Important Notes
Use the sklearn Iris Dataset only.
While doing test-train-split, use parameters test_size = 0.2 and random_state = 0.
Advanced Deep Learning Algorithms can also be used.
How to reach us