In this example we'll load, process, visualize, and train a classifier for the iris dataset, containing examples of different flowers and their physical characteristics.
-
Install Anaconda for your system.
-
Create a
conda
environment usingconda env create -f env.yml
(from this folder).
-
Run
jupyter notebook
from this folder. -
Open notebook.ipynb and run the cells.
-
The result, model.png, will be written to disk.
-
Validate your model using
validate_hypothesis
in the final cell. -
Optionally save your model to
.csv
files using the notebook. This can be opened in any language or spreadsheet viewer.