predict.fastml_model {fastml} | R Documentation |
Predict Function for fastml_model
Description
Makes predictions on new data using the trained model.
Usage
## S3 method for class 'fastml_model'
predict(object, newdata, type = "auto", ...)
Arguments
object |
An object of class |
newdata |
A data frame containing new data for prediction. |
type |
Type of prediction. Default is |
... |
Additional arguments (not used). |
Value
A vector or data frame of predictions.
[Package fastml version 0.2.0 Index]