mlflow_predict: Generate Prediction with MLflow Model

View source: R/model.R

mlflow_predictR Documentation

Generate Prediction with MLflow Model

Description

Performs prediction over a model loaded using mlflow_load_model(), to be used by package authors to extend the supported MLflow models.

Usage

mlflow_predict(model, data, ...)

Arguments

model

The loaded MLflow model flavor.

data

A data frame to perform scoring.

...

Optional additional arguments passed to underlying predict methods.


mlflow documentation built on Nov. 23, 2023, 9:13 a.m.