Add option to keep models only in memory for backtest

This commit is contained in:
Wagner Costa Santos
2022-09-02 22:01:53 -03:00
parent d6e115178a
commit af5460cebf
3 changed files with 6 additions and 2 deletions

View File

@@ -56,6 +56,7 @@
"purge_old_models": true,
"train_period_days": 15,
"backtest_period_days": 7,
"backtest_save_model": true,
"live_retrain_hours": 0,
"identifier": "uniqe-id",
"feature_parameters": {
@@ -94,4 +95,4 @@
"internals": {
"process_throttle_secs": 5
}
}
}