Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 358 Bytes

EDA, training, prediction and evaluation on iris data set. Before to start:

  • pull from repo;
  • create and activate env (I use anaconda + VS Code);
  • run requirements.txt, use pip install -r requirements.txt;
  • open repo via code . PS in case not all the libraries are covered by requirements.txt, please install them via !pip directly in jupyter Notebook