Skip to content

spencer-hanson/HackCU-Machine-Learning

Repository files navigation

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

Releases

No releases published

Packages

No packages published