Description Usage Arguments Value
View source: R/ResamplingStrategies.R
Importance Sampling
1 | rs.ImpSamp(form, train, und.perc = 1, ove.perc = 0, ...)
|
form |
A model formula |
train |
A data.frame object with the training data |
und.perc |
Undersampling percentage for the majority class (default is 1) |
ove.perc |
Oversampling percentage for the minority class (default is 1) |
... |
Additional parameters for the resampling strategy |
New data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.