Skip to content

Commit

Permalink
Update dynamic-model-codebase.md: remove redundant paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmc authored Oct 20, 2023
1 parent 74a50ef commit b11a1df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions READMEs/dynamic-model-codebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ The code is at [`pdr_backend/predictoor/approach3/`](../pdr_backend/predictoor/a
- **For running simulation flow:** change lines in [`runtrade.py`](../pdr_backend/predictoor/approach3/runtrade.py). Almost every line is changeable, to change training data, model, trade parameters, and trade strategy. Details on each below.
- **For running predictoor bot flow:** change [`predictoor_config3.py`](../pdr_backend/predictoor/approach3/predictoor_config3.py) solution strategy parameters for the bot

**HOWTO change parameters for the predictoor Bot**
- Almost every line of [`runtrade.py`](../pdr_backend/predictoor/approach3/runtrade.py) is changeable :)
- You can change training data, model, etc according to the HOWTOs

**HOWTO set what training data to use:**
- Change arguments to [`data_ss.py:DataSS()`](../pdr_backend/predictoor/approach3/data_ss.py) constructor.
- Includes: how far to look back historically for training samples, max # training samples, how far to look back when making a single inference.
Expand Down

0 comments on commit b11a1df

Please sign in to comment.