Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 662 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 662 Bytes

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