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 b76de6d commit f16d79f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/user/overview/cookiecutter-develop-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Develop a model using the created DEEP UC template
The structure of ``your_project`` contains the following core items needed to develop a model
::
requirements.txt
data/
models/
{{cookiecutter.repo_name}}/dataset/make_dataset.py
{{cookiecutter.repo_name}}/features/build_features.py
{{cookiecutter.repo_name}}/models/model.py
Expand All @@ -40,16 +42,16 @@ 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)
Modify ``requirements.txt`` according to your needs (e.g. add more libraries) then run
::
pip install -r requirements.txt

**Make datasets**


**Build features***
**Build features**


**Develop models***
**Develop models**

0 comments on commit f16d79f

Please sign in to comment.