getTestSetData: Collate predictions for each iteration for the train-test...

Description Usage Arguments Value See Also

View source: R/functions_traintest.R

Description

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).

Usage

1
getTestSetData(model.results)

Arguments

model.results

Modeling results (output of iterateModelTT())

Value

Predictions from the test set, by iteration

See Also

iterateModelTT()


saharaja/imputeORS documentation built on Feb. 4, 2022, 12:27 a.m.