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, ...)
Arguments
object |
An object of class |
newdata |
A data frame containing new data for prediction. |
... |
Additional arguments (not used). |
Value
A vector of predictions.
[Package fastml version 0.1.0 Index]