Description Usage Arguments Value
The function generates the out-of-sample bootstrap train and test data A function to compute Area Under the ROC-CURVE
1 | create_oosb_sample(data, boot_size, seed = TRUE)
|
data |
must be a object of type data.frame, with the continuous dependent variable |
boot_size |
a numeric value. It specifies the number of bootstrap iterations to be used in the framework. |
seed |
a logical value indicating if the experiment needs to repetable or random. Defaults to TRUE |
a list containing train and test data for all specified boot_Size iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.