add keras and conv_width to schema and documentation

This commit is contained in:
robcaulk
2022-07-29 08:49:35 +02:00
parent 59624181bd
commit 08d3ac7ef8
2 changed files with 5 additions and 0 deletions

View File

@@ -481,6 +481,8 @@ CONF_SCHEMA = {
"freqai": {
"type": "object",
"properties": {
"keras": {"type": "boolean", "default": False},
"conv_width": {"type": "integer", "default": 2},
"train_period_days": {"type": "integer", "default": 0},
"backtest_period_days": {"type": "float", "default": 7},
"identifier": {"type": "str", "default": "example"},