A Python3 module for outlier detection
$ git clone https://github.com/openbudgets/outlier_dm.git
$ cd outlier_dm
outlier_dm $ make init
$ cd webapp
$ docker-compose up
# cd webapp/
webapp# pip3 install -r requirements.txt
webapp# python3 app.py
vistit http://0.0.0.0:5000/outlier-dm-webapp
outlier_dm $ make test
outlier_dm $ ./make_docu
Documentation is located at docs/html/
$ iPython
In [1]: import outlier_dm