This is a machine learning project for classification on iris flowers datasets
This is a small machine learning project end-to-end that cover:
- Setup
- Loading the dataset
- Summarizing the dataset
- Visualizing the dataset
- Evaluating some algorithms
- Making some predictions
Libraries that you need to install refer this article https://scipy.org/install/
- scipy
- numpy
- matplotlib
- pandas
- sklearn
pipenv run python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose