mlflow (version 1.0.0)

install_mlflow: Install MLflow

Description

Installs auxiliary dependencies of MLflow (e.g. the MLflow CLI). As a one-time setup step, you must run install_mlflow() to install these dependencies before calling other MLflow APIs.

Usage

install_mlflow()

Arguments

Details

install_mlflow() requires Python and Conda to be installed. See https://www.python.org/getit/ and https://docs.conda.io/projects/conda/en/latest/user-guide/install/.

Examples

Run this code
# NOT RUN {
library(mlflow)
install_mlflow()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace