README.md

lightMLFlow

A lightweight R wrapper for the MLFlow REST API

R-CMD-check Lifecycle:
experimental

Setup

lightMLFlow will soon be on CRAN!

For now, you can install it from Github as follows:

# install.packages("devtools")

devtools::install_github("collegevine/lightMLFlow")

The Package

This package differs from the CRAN mlflow package in a few important ways.

First, there are some things that the full CRAN mlflow package has that this package doesn’t:

However, there are also significant advantages to using lightMLFlow over mlflow:

Known Issues / Future Work

  1. Clarify the parameter names for things like path, model_path, etc. since they don’t make much sense right now.
  2. Clarify the difference between save_model and log_model.
  3. Add Azure and GCP artifact stores.


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.