Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 279 Bytes

File metadata and controls

14 lines (9 loc) · 279 Bytes

Machine Learning: Supervised learning

Dependencies:

  • python3
  • pip3
  • python3-venv (sudo apt-get install python3.4-venv)
  • python3-tk (sudo apt-get install python3-tk)

source venv/bin/activate

To install the dependencies, run:

pip3 install -r requirements.txt