Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 441 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 441 Bytes

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