Assignment: Development Environment Setup and Data Exploration
This assignment explores the Iris dataset using Python tools.
- Python 3.11.13
- Libraries:
- pandas
- matplotlib
- seaborn
- numpy
- scikit-learn 1.3.1
- Clone this repository
- Open
iris_exploration.ipynbin Jupyter - Ensure the following libraries are installed:
- pandas
- matplotlib
- seaborn
- numpy
- scikit-learn
- Run each cell in order to reproduce the analysis and visualizations