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 cv.bbl.

...

Other parameters to predict.bbl.

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]