| resample_weights_utils | R Documentation |
These are internal functions for handling variable resampling weights in hyperparameter tuning.
.get_resample_weights(x)
.create_weight_mapping(weights, id_names, metrics_data)
.weighted_sd(x, w)
.effective_sample_size(w)
.validate_resample_weights(weights, num_resamples)
x |
A tune_results object. |
weights |
Numeric vector of weights. |
id_names |
Character vector of ID column names. |
metrics_data |
The metrics data frame. |
w |
Numeric vector of weights. |
num_resamples |
Integer number of resamples. |
Various return values depending on the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.