openbudgets / outlier_dm

0 stars 0 forks source link

OUTLIER DETECION

A Python3 module for outlier detection

Quick start

$ git clone https://github.com/openbudgets/outlier_dm.git
$ cd outlier_dm
outlier_dm $ make init

Webapp (backend) inside Docker container

$ cd webapp
$ docker-compose up

Webapp start

# cd webapp/
webapp# pip3 install -r requirements.txt
webapp# python3 app.py

vistit http://0.0.0.0:5000/outlier-dm-webapp

Run test

outlier_dm $ make test

Generate documentation

outlier_dm $ ./make_docu

Documentation is located at docs/html/

import into iPython

$ iPython

In [1]: import outlier_dm