mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
feat: add continual_learning to config schema
This commit is contained in:
@@ -1015,6 +1015,15 @@ CONF_SCHEMA = {
|
||||
"type": "boolean",
|
||||
"default": True,
|
||||
},
|
||||
"continual_learning": {
|
||||
"description": (
|
||||
"Use the final state of the most recently trained model "
|
||||
"as starting point for the new model, allowing for "
|
||||
"incremental learning."
|
||||
),
|
||||
"type": "boolean",
|
||||
"default": False,
|
||||
},
|
||||
"feature_parameters": {
|
||||
"description": "The parameters used to engineer the feature set",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user