We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b5f56 commit 1d2ed35Copy full SHA for 1d2ed35
R/catboost.R
@@ -189,7 +189,7 @@ add_boost_tree_catboost <- function() {
189
parsnip::set_model_arg(
190
model = "boost_tree",
191
eng = "catboost",
192
- parsnip = "sample_size",
+ parsnip = "sample_prop",
193
original = "subsample",
194
func = list(pkg = "dials", fun = "sample_size"),
195
has_submodel = FALSE
R/lightgbm.R
@@ -166,7 +166,7 @@ add_boost_tree_lightgbm <- function() {
166
167
168
eng = "lightgbm",
169
170
original = "bagging_fraction",
171
172
0 commit comments