PredictorParsnip | R Documentation |
This task specializes Predictor for parsnip
models.
The model
is assumed to be a model_fit
object.
It is recommended to use makePredictor()
for construction of Predictor objects.
fmeffects::Predictor
-> PredictorParsnip
new()
Create a new PredictorParsnip object.
PredictorParsnip$new(model, data)
model
model_fit
object.
data
The data used for computing FMEs, must be data.frame or data.table.
predict()
Predicts on an observation "newdata"
.
PredictorParsnip$predict(newdata)
newdata
The feature vector for which the target should be predicted.
clone()
The objects of this class are cloneable with this method.
PredictorParsnip$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.