Skip to content

Latest commit

 

History

History

Data scripts

This directory contains scripts that are used to get, process and analyze the data used in the project.

Get the data

python get_data.py

Process the data

python prepare_dataset.py
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading