Add hyperparameters and processing order to Boost

This commit is contained in:
2023-08-20 20:31:23 +02:00
parent 4964aab722
commit 6b317accf1
5 changed files with 54 additions and 35 deletions

4
.vscode/launch.json vendored
View File

@@ -31,7 +31,9 @@
"--discretize",
"--stratified",
"-d",
"iris"
"glass",
"--hyperparameters",
"{\"repeatSparent\": true, \"maxModels\": 12}"
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},