View source: R/param_learn_rate.R
learn_rate | R Documentation |
The parameter is used in boosting methods (parsnip::boost_tree()
) or some
types of neural network optimization methods.
learn_rate(range = c(-10, -1), trans = transform_log10())
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
The parameter is used on the log10 scale. The units for the range
function
are on this scale.
learn_rate()
corresponds to eta
in xgboost.
learn_rate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.