Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# parsnip (development version)

* Bug fix in how tunable parameters were configured for brulee neural networks.

# parsnip 1.3.2

* Switch to base R pipe
Expand Down
2 changes: 1 addition & 1 deletion R/tunable.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ brulee_mlp_args <-
list(pkg = "dials", fun = "learn_rate", range = c(-3, -1/5)),
list(pkg = "dials", fun = "momentum", range = c(0.50, 0.95)),
list(pkg = "dials", fun = "batch_size"),
list(pkg = "dials", fun = "stop_iter"),
list(pkg = "dials", fun = "class_weights"),
list(pkg = "dials", fun = "stop_iter"),
list(pkg = "dials", fun = "rate_schedule", values = tune_sched)
)
) |>
Expand Down
2 changes: 1 addition & 1 deletion man/details_boost_tree_lightgbm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading