fix tensorboard path so that users can track all historical models

This commit is contained in:
robcaulk
2022-08-31 16:50:39 +02:00
parent 2493e0c8a5
commit 240b529533
3 changed files with 6 additions and 6 deletions

View File

@@ -72,8 +72,8 @@
"5m",
"30m"
],
"indicator_max_period_candles": 10,
"indicator_periods_candles": [5]
"indicator_max_period_candles": 20,
"indicator_periods_candles": [14]
},
"data_split_parameters": {
"test_size": 0.5,