feat: add continual_learning to config schema
This commit is contained in:
@@ -1015,6 +1015,15 @@ CONF_SCHEMA = {
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": True,
|
"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": {
|
"feature_parameters": {
|
||||||
"description": "The parameters used to engineer the feature set",
|
"description": "The parameters used to engineer the feature set",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user