Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 542 Bytes

##README / Instructions

  • This uses Python3. It's incompatible with python2
  • To use, import the predict module as shown in example.py
  • You can also run predict.py to get a simple interactive example of how the code works. (It's really simple though. You should use the method in example.py intead).
  • This code uses py.test . Use the virtualenv one directory upwards to install it via pip
  • To check out the tests, just run py.test or py.test -q

Some commands to run

  • py.test
  • python predict.py

Sahar Massachi