mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-07-10 00:33:25 +08:00
Deployed 34867e1 with MkDocs version: 0.15.3
This commit is contained in:
Binary file not shown.
+10
-7
@@ -207,7 +207,7 @@
|
||||
│
|
||||
├── docs <- A default Sphinx project; see sphinx-doc.org for details
|
||||
│
|
||||
├── models <- trained and serialized models, model predictions, or model summaries
|
||||
├── models <- Trained and serialized models, model predictions, or model summaries
|
||||
│
|
||||
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
|
||||
│ the creator's initials, and a short `-` delimited description, e.g.
|
||||
@@ -230,12 +230,15 @@
|
||||
│ ├── features <- Scripts to turn raw data into features for modeling
|
||||
│ │ └── build_features.py
|
||||
│ │
|
||||
│ └── models <- scripts to train models and then use trained models to make
|
||||
│ │ predictions
|
||||
│ ├── predict_model.py
|
||||
│ └── train_model.py
|
||||
│ ├── models <- Scripts to train models and then use trained models to make
|
||||
│ │ │ predictions
|
||||
│ │ ├── predict_model.py
|
||||
│ │ └── 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.testrun.org
|
||||
└── tox.ini <- tox file with settings for running tox; see tox.testrun.org
|
||||
</code></pre>
|
||||
|
||||
<h2 id="opinions">Opinions</h2>
|
||||
@@ -353,5 +356,5 @@ from preprocess.build_features import remove_invalid_data
|
||||
|
||||
<!--
|
||||
MkDocs version : 0.15.3
|
||||
Build Date UTC : 2016-04-25 21:29:37.194088
|
||||
Build Date UTC : 2016-04-27 12:25:14.105435
|
||||
-->
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>None/</loc>
|
||||
<lastmod>2016-04-25</lastmod>
|
||||
<lastmod>2016-04-27</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user