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 34e27a2 commit b6082f1Copy full SHA for b6082f1
R/boost_tree.R
@@ -29,7 +29,8 @@
29
#' @param tree_depth An integer for the maximum depth of the tree (i.e. number
30
#' of splits) (specific engines only).
31
#' @param learn_rate A number for the rate at which the boosting algorithm adapts
32
-#' from iteration-to-iteration (specific engines only).
+#' from iteration-to-iteration (specific engines only). This is sometimes referred to
33
+#' as the shrinkage parameter.
34
#' @param loss_reduction A number for the reduction in the loss function required
35
#' to split further (specific engines only).
36
#' @param sample_size A number for the number (or proportion) of data that is
0 commit comments