Description Usage Arguments Value See Also
View source: R/functions_kfolds.R
Takes the results of a k-folds CV run and collates all the test fold data. In the KFCV analysis, each of 10 folds is treated as the test fold, and a model is generated and iterated over each of these test folds. The predictions resulting from each test fold are combined for each iteration, such that there is a complete predicted dataset (all known records) obtained from each iteration. Recall that Iteration 0 is simply the output of smart guessing (no modeling involved).
1 | getTestFoldData(model.results)
|
model.results |
Modeling results (output of |
Collated predictions of each test fold, by iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.