Skip to content

Instantly share code, notes, and snippets.

View Fat4Fox's full-sized avatar

Steve Fat4Fox

View GitHub Profile
@acroz
acroz / mlflow_api_proposal.md
Last active January 27, 2020 21:30
MLflow API proposal

Proposal for changes to MLflow tracking store and artifact repository APIs

This gist sets out proposals for modifying the interfaces to the MLflow stores and artifact repositories. Currently, different implementations of these require different arguments, and the proposals below attempt to make them more consistent.

These changes are motivated in particular by a proposed new plugin system for third party packages to provide implementations of tracking stores and [artifact