collegevine/lightMLFlow: A Lightweight, Opinionated R Wrapper for the 'MLFlow' REST API

'MLFlow' <https://www.mlflow.org/> is an open-source tool for tracking, versioning, and deploying machine learning models. This package provides a lightweight R wrapper for the 'MLFlow' REST API <https://www.mlflow.org/docs/latest/rest-api.html>. It makes some assumptions (notably, that you already have an 'MLFlow' instance running, you want to use S3 for artifact storage, and you intend to deploy models in an (e.g.) 'plumber' API), but, in return, you get some benefits: A simpler API, not needing 'reticulate', relying on 'aws.s3' where possible, etc.

Getting started

Package details

Maintainer
LicenseApache License (>= 2)
Version0.7.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("collegevine/lightMLFlow")
collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.