Skip to content

RahulDas-dev/Data-Science-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

To start a new datascience project

  • Step 0: pip install cookiecutter or conda install cookiecutter

  • Step 1 Run the following from cmd cookiecutter https://github.com/RahulDas-dev/Data-Science-Boilerplate.git

  • Step 2: it will ask couple of questions like like project name , decription and others stuff

  • step 3: Once step completed a directory will be created with name asked in step 2 + minimal amount of Boilerplate code