The Wayback Machine - https://web.archive.org/web/20211102220325/https://github.com/topics/model-management
Skip to content
#

model-management

Here are 32 public repositories matching this topic...

dbczumar
dbczumar commented Sep 18, 2021

MLflow Roadmap Item

This is an MLflow Roadmap item that has been prioritized by the MLflow maintainers. We're seeking help with the implementation of roadmap items tagged with the help wanted label.

For requirements clarifications and implementation questions, or to request a PR review, please tag @BenWilson2 in your communications related to this issue.

Proposal Summary

Includ

metaflow
tuulos
tuulos commented Sep 7, 2021

With a config like this

{
    "METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}

(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)

metaflow.S3(run=self).put* produces double-slashes like here:

s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet

The trailing slash in the config shouldn't make a difference

atlas

Improve this page

Add a description, image, and links to the model-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the model-management topic, visit your repo's landing page and select "manage topics."

Learn more