load_model: Load MLflow Model

Description Usage Arguments

View source: R/model.R

Description

Loads an MLflow model. MLflow models can have multiple model flavors. Not all flavors / models can be loaded in R. This method by default searches for a flavor supported by R/MLflow.

Usage

1
load_model(model_uri, flavor = NULL, client = mlflow_client())

Arguments

model_uri

The URI to the model to load.

flavor

Optional flavor specification (string). Can be used to load a particular flavor in case there are multiple flavors available.

client

An MLFlow client. Defaults to NULL and will be auto-generated.


mrkaye97/lightMLFlow documentation built on Dec. 28, 2021, 12:15 a.m.