fix the type of the fit_live_predictions_candles field in the config schema

This commit is contained in:
kowhi
2025-03-15 12:23:42 +08:00
committed by GitHub
parent bfd2c3f942
commit 9911d2aa32

View File

@@ -1026,8 +1026,8 @@ CONF_SCHEMA = {
"Number of historical candles to use for computing target (label) "
"statistics from prediction data, instead of from the training dataset."
),
"type": "boolean",
"default": False,
"type": "integer",
"default": 0,
},
"data_kitchen_thread_count": {
"description": (