Update README.md

This commit is contained in:
Mike Clark
2021-03-04 13:24:58 +08:00
committed by GitHub
parent d5cdd874fd
commit 9ce8fbe5be
+1 -10
View File
@@ -38,11 +38,9 @@ $ conda install cookiecutter
The directory structure of your new project looks like this:
```
├── LICENSE
├── Makefile <- Makefile with commands like `make data` or `make train`
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
@@ -55,11 +53,6 @@ The directory structure of your new project looks like this:
│ the creator's initials, and a short `-` delimited description, e.g.
│ `1.0-jqp-initial-data-exploration`.
├── references <- Data dictionaries, manuals, and all other explanatory materials.
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
├── requirements <- The requirements directory for reproducing the analysis environment
├── src <- Source code for use in this project.
@@ -77,9 +70,7 @@ The directory structure of your new project looks like this:
│ │ └── train_model.py
│ │
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
└── visualize.py
└── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io
└── visualize.py
```
## Contributing