SOURCE CODE ( GOOGLE COLAB )
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.
<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