Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 513 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 513 Bytes

HackCU-Machine-Learning

Machine Learning workshop by Spencer Hanson and Samuel Reed, made for HackCU III.

Running the lab

To run this lab, simply execute the python script, in python2.7

python Iris.py

Packages needed for this lab

  • scipy
  • numpy
  • matplotlib
sudo pip install scipy numpy matplotlib

The columns in this dataset are:

  • Id
  • SepalLengthCm
  • SepalWidthCm
  • PetalLengthCm
  • PetalWidthCm
  • Species