Skip to content

Commit 3f1ecb2

Browse files
committed
README tweaks
1 parent ad96dfc commit 3f1ecb2

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
cookiecutter-data-science
1+
Cookiecutter Data Science
22
-------------------------
33

4-
An opinionated, but not-afraid-to-be-wrong project template for data science projects. Pull requests welcome. Debate encouraged.
4+
An opinionated, but not-afraid-to-be-wrong project template for data science projects.
55

6+
### [Project homepage](https://github.com/drivendata/cookiecutter-data-science)
67

78
Requirements to create project:
89
-----------
@@ -17,9 +18,3 @@ To start a new project:
1718

1819

1920
[![asciicast](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02.png)](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02)
20-
21-
Data
22-
----------
23-
** By default, the `data` folder is included in the `.gitignore` file.** If you have a small amount of data that rarely changes, you may want to include the data in the repository. Github currently warns if files are over 50MB and rejects files over 100MB. Some other options for storing large data include [AWS S3](https://aws.amazon.com/s3/) with a syncing tool (e.g., [`s3cmd`](http://s3tools.org/s3cmd)), [Git Large File Storage](https://git-lfs.github.com/), [Git Annex](https://git-annex.branchable.com/), and [dat](http://dat-data.com/).
24-
25-
The prefered workflow if data is not in the repository is to have a make command `make data` that will download or create the relevant datasets.

0 commit comments

Comments
 (0)