Menace

Welcome to the Menace Jupyter Notebook interface! This notebook contains some handy examples for how to run the pipeline on a dataset, load the resulting output dataframes and perform analysis and visualisation using seaborn.


In [1]:
import menace

In [4]:
config = read_config(args)
config = compile_config(args,config)


Out[4]:
<module 'menace' from '/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/menace-0.1-py2.7.egg/menace/__init__.pyc'>

Heatmap of relative C periods


In [1]:
import seaborn

Run a Menace Docker Container


In [ ]: