predict.cv.bbl {bbl} | R Documentation |
Predict using Cross-validation Object
Description
Use the optimal fitted model from cross-validation run to make prediction
Usage
## S3 method for class 'cv.bbl'
predict(object, ...)
Arguments
object |
Object of class |
... |
Other parameters to |
Details
This method will use the fitted model with maximum accuracy score returned
by a call to crossVal
to make prediction on new data
Value
Data frame of prediction; see predict.bbl
.
[Package bbl version 1.0.0 Index]