Skip to content

githubjacky/data-science-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Cookie Cutter

  1. modify the settings in cookiecutter.json
  2. create project from the template
cookiecutter data-science-template
  1. create a github named with cookiecutter.project_name
  2. create a .env file and make sure to add this file to .gitignore
  3. set three variables in the .env file
    • UID: Linux user id in a docker container
    • GID: Linux group id in a docker container
    • DOCKER_USER: Linux user name in a docker container
    • PROJ: the name of you project, the working directory in a docker container
  4. build the docker image and first push to the github repo
make first_build
  1. connect a dagshub repo with a github repo, setup credentials and then publish
dvc push