save_model {fastml} | R Documentation |
Save Model Function
Description
Saves the trained model object to a file.
Usage
save_model(model, filepath)
Arguments
model |
An object of class |
filepath |
A string specifying the file path to save the model. |
Value
No return value, called for its side effect of saving the model object to a file.
[Package fastml version 0.2.0 Index]