Skip to content

Template for starting DataLab research projects.

Notifications You must be signed in to change notification settings

datalab-dev/template_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

COLLABORATOR PROJECT_NAME Project

This repository contains code for COLLABORATOR's PROJECT_NAME project. The project is PROJECT_DESCRIPTION. The goal of our collaboration is PROJECT_GOAL.

Links:

File and Directory Structure

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

About

Template for starting DataLab research projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published