Learn R Programming

mlflow (version 0.7.0)

mlflow_predict_model: Generate prediction with MLflow model.

Description

Generate prediction with MLflow model.

Usage

mlflow_predict_model(model, data)

Arguments

model

MLflow model.

data

Dataframe to be scored.