Learn R Programming

fastml (version 0.5.0)

save_model: Save Model Function

Description

Saves the trained model object to a file.

Usage

save_model(model, filepath)

Value

No return value, called for its side effect of saving the model object to a file.

Arguments

model

An object of class fastml_model.

filepath

A string specifying the file path to save the model.