load_model {fastml}R Documentation

Load Model Function

Description

Loads a trained model object from a file.

Usage

load_model(filepath)

Arguments

filepath

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

Value

An object of class fastml_model.


[Package fastml version 0.1.0 Index]