to install libraries
pip install -r requirements.txt
This script trains iris sample data (read from csv) and save trained model. Run the following command,
python train-iris.py
outputs the model named model.pkl. To use this model, run the following command,
python train-iris.py -m model.pkl