This repository contains code for COLLABORATOR's PROJECT_NAME project. The project is PROJECT_DESCRIPTION. The goal of our collaboration is PROJECT_GOAL.
Links:
The directory structure for the project is:
env.yaml Conda environment generated by `conda list --explicit`
LICENSE
Makefile Makefile with commands like `make data` or `make train`
README.md
data/ Data sets (files > 1MB go on Google Drive)
docs/ Supporting documents
models/ Trained and serialized models
notebooks/ Jupyter and RMarkdown notebook source files
reports/ HTML or PDF reports generated from notebooks
└── figures/ Graphics and figures to be used in reporting
src/ Python/Java/... (non-R) source code
R/ R source code