predict_caret: Predict using a 'caret' method

Description Usage Arguments Author(s)

View source: R/caret.r

Description

This is not guaranteed to work with all caret methods. If it doesn't work for a particular method, the user will need to rewrite it.

Usage

1
predict_caret(object, x, ...)

Arguments

object

Fitted caret model.

x

New data to predict the response of.

...

Sent to predict that forwards it to the appropriate predict function in the caret package.

Author(s)

Christofer Bäcklin


emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to predict_caret in emil...