/explore_iris

explore_iris

Primary LanguagePython

Getting started with explore_iris

Simple project to explore IRIS dataset, and predict with Desicion Tree Classifier

Installation

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -e .

Running the project

explore