Description Usage Arguments Value See Also
View source: R/functions_traintest.R
Takes the results of a train-test run and collates all the test set data. The model is generated and iterated over the test set, producing predictions for about 10% of the data. These predictions are extracted and organized by iteration. Recall that Iteration 0 is simply the naive guess (no modeling involved).
1 | getTestSetData(model.results)
|
model.results |
Modeling results (output of |
Predictions from the test set, by iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.