Skip to content

Update boost_tree.R #743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2022
Merged
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
3 changes: 2 additions & 1 deletion R/boost_tree.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
#' @param tree_depth An integer for the maximum depth of the tree (i.e. number
#' of splits) (specific engines only).
#' @param learn_rate A number for the rate at which the boosting algorithm adapts
#' from iteration-to-iteration (specific engines only).
#' from iteration-to-iteration (specific engines only). This is sometimes referred to
#' as the shrinkage parameter.
#' @param loss_reduction A number for the reduction in the loss function required
#' to split further (specific engines only).
#' @param sample_size A number for the number (or proportion) of data that is
Expand Down