Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden Wu committed Sep 1, 2024
1 parent 1da9766 commit 17e83cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions alpha_automl/hyperparameter_tuning/smac_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,12 @@
"criterion": {
"type": "Categorical",
"value": [
"entropy",
"gini"
"squared_error",
"absolute_error",
"friedman_mse",
"poisson"
],
"default": "entropy"
"default": "squared_error"
}
},
"xgboost.XGBRegressor": {
Expand Down

0 comments on commit 17e83cb

Please sign in to comment.