View source: R/bias_variance.R
bias_variance | R Documentation |
Bias-Variance Decomposition
bias_variance(
x,
y,
mod,
res1_train.p = 0.7,
params = list(),
resample.params = setup.resample(n.resamples = 100),
seed = NULL,
verbose = TRUE,
res.verbose = FALSE,
...
)
x |
Predictors |
y |
Outcome |
mod |
Character: rtemis learner |
res1_train.p |
Numeric: Proportion of cases to use for training |
params |
List of |
resample.params |
Output of setup.resample |
seed |
Integer: Seed for initial train/test split |
verbose |
Logical: If TRUE, print messages to console |
res.verbose |
Logical: passed to the learning function |
... |
Additional arguments passed to |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.