This commit is contained in:
wassname
2020-10-18 08:35:32 +08:00
parent 1eddfbe076
commit 5bf22f0f0c
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -1,4 +1,4 @@
# Cookiecutter Data Science
# Cookiecutter Data Science - Conda
_A logical, reasonably standardized, but flexible project structure for doing and sharing data science work._
@@ -60,8 +60,7 @@ The directory structure of your new project looks like this:
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
├── requirements <- The requirements directory for reproducing the analysis environment
├── src <- Source code for use in this project.
│ ├── __init__.py <- Makes src a Python module
+2 -2
View File
@@ -28,8 +28,8 @@ Project Organization
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures <- Generated graphics and figures to be used in reporting
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
├── requirements <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `conda env export > requirements/environment.yaml`
├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
├── src <- Source code for use in this project.