diff --git a/.vscode/launch.json b/.vscode/launch.json index 9f944f7..7933b41 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -62,9 +62,9 @@ "--stratified", "--discretize", "-d", - "iris", + "glass", "--hyperparameters", - "{\"repeatSparent\": true, \"maxModels\": 12}" + "{\"block_update\": true}" ], "cwd": "/home/rmontanana/Code/discretizbench", },