From 6cde09d81e47ec91db9685167a8010c7976659ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Wed, 17 Apr 2024 11:36:21 +0200 Subject: [PATCH] Change launch parameters --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", },