Learn R Programming

fastml (version 0.5.0)

load_model: Load Model Function

Description

Loads a trained model object from a file.

Usage

load_model(filepath)

Value

An object of class fastml_model.

Arguments

filepath

A string specifying the file path to load the model from.