Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
develop a model
Browse files Browse the repository at this point in the history
  • Loading branch information
giangzuzana committed Jan 8, 2019
1 parent 45e5ea8 commit 786fa39
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion source/user/overview/cookiecutter-develop-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,23 @@ Do ``git push origin master`` in both created directories. This puts your initia
Develop a model using the created DEEP UC template
--------------------------------------------------

TBD
The structure of ``your_project`` contains the following core items needed to develop a model
::
requirements.txt
{{cookiecutter.repo_name}}/dataset/make_dataset.py
{{cookiecutter.repo_name}}/features/build_features.py
{{cookiecutter.repo_name}}/models/model.py
You can also add more source files and put them into the directory structure.

**Installing development requirements**
Modify ``requirements.txt`` according to your needs (e.g. add more libraries)
::
pip install -r requirements.txt
**Make datasets**

**Build features***

**Develop models***

0 comments on commit 786fa39

Please sign in to comment.