Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 465 Bytes

File metadata and controls

23 lines (16 loc) · 465 Bytes

Code

This repository contains source code for our paper. The code includes data processing, model building, and visualization of results.

Important

We use jupyter notebooks for visualization purposes only. Please, keep your code in Python scripts.

Installation

Clone the repo:

git clone https://github.com/kisnisker/m1p-template.git
cd m1p-template/code

Install dependencies:

pip install -r requirements.txt

Usage

TODO