/fact2021

Primary LanguagePython

FACT 2021

This repository contains all work relating to the UvA FACT 2021 course. Our main report is in reports/report.org (or reports/report.pdf).

Setup

Virtualenv

Fire up a python3.8 virtualenvironment and install the requirements accordingly:

pip install -r requirements.txt

.env

Add a .env file in the root directory of this project with the following values defined:

PROJECT_DIR=/path/to/this/project
DATA_DIR=/path/to/this/project/data
MODELS_DIR=/path/to/this/project/models
RESULTS_DIR=/path/to/this/project/results
FIGURES_DIR=/path/to/this/project/figures

Data

To get the data, make sure to have DATA_DIR set in your .env and run

bash scripts/get_all.sh

Reproducing our results

To reproduce our results, see produce_results.org (or produce_results.pdf).