From 9ce8fbe5bea77e0dabc31506a87d6446881fe3cd Mon Sep 17 00:00:00 2001 From: Mike Clark Date: Thu, 4 Mar 2021 13:24:58 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index f329d72..83d11a0 100644 --- a/README.md +++ b/README.md @@ -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