Working base for reinforcement learning model

This commit is contained in:
robcaulk
2022-08-08 15:41:16 +02:00
parent a6d78a8615
commit 05ed1b544f
9 changed files with 748 additions and 12 deletions

View File

@@ -520,10 +520,7 @@ CONF_SCHEMA = {
},
},
"model_training_parameters": {
"type": "object",
"properties": {
"n_estimators": {"type": "integer", "default": 1000}
},
"type": "object"
},
},
"required": [