QuantCrimAtLeeds / PredictCode

Standardised implementations of prediction techniques in the literature
Other
20 stars 14 forks source link

Build Status

Predictive algorithms for crime

Python based implementations of algorithms to predict crime (which has a strong spatial component, e.g. Burglary). Current work has concentrated on giving implementations of algorithms from published sources.

GUI mode

Currently a work in progress. Can be run without installation via:

python -m open_cp

Install

Most notebooks can be run without installation. To install,

python setup.py install