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]:
In [1]:
import seaborn
In [ ]: