* Changed CLI to sub-commands. `monopolion-evaluator` is now `monopolion-evaluator train`. * Added predict sub-command. * Added `--output` arg to `train`, to save the model.
0.0.6
------------------
* Added command line arguments to customize classifier
0.0.5
------------------
* Fix 'File already exists' build error, caused by competing build artifacts * Fix missing wheel in build
0.0.4
------------------
* Added continuous deployment using Travis
0.0.3
------------------
* Added Classifier
0.0.2
------------------
* Parses GameOutcome protobuf * Converts protobuf to Pandas DataFrame