Skip to content

rt1207/train-iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

train-iris

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages