make shuffle false in constants

This commit is contained in:
robcaulk
2022-09-30 00:33:08 +02:00
parent 38aca8e908
commit be48131185
2 changed files with 3 additions and 2 deletions

View File

@@ -567,6 +567,7 @@ CONF_SCHEMA = {
"properties": {
"test_size": {"type": "number"},
"random_state": {"type": "integer"},
"shuffle": {"type": "boolean", "default": False}
},
},
"model_training_parameters": {