README.md

lightMLFlow

A lightweight R wrapper for the MLFlow REST API

R-CMD-check codecov

Setup

lightMLFlow is not on CRAN. You can install it from Github as follows:

# install.packages("devtools")

devtools::install_github("mrkaye97/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:

Future Work

A couple goals for this package as it matures:

  1. Supporting Tidymodels model formats in save_model and log_model. Since Tidymodels provides a uniform API for modeling, it should play nicely with MLFlow by allowing us to save an arbitrary model in .rds format (as long as a predict method exists), and then load the .rds file and use predict(model, data) when serving the model.


mrkaye97/lightMLFlow documentation built on Dec. 28, 2021, 12:15 a.m.