Learn R Programming

mlflow (version 0.9.0.1)

mlflow_predict_model: Generate Prediction with MLflow Model

Description

Generates a prediction with an MLflow model.

Usage

mlflow_predict_model(model, data)

Arguments

model

MLflow model.

data

Dataframe to be scored.