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 fastml_model.

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.1.0 Index]