The Wayback Machine - https://web.archive.org/web/20220326113942/https://github.com/topics/ml-platform
Skip to content
#

ml-platform

Here are 13 public repositories matching this topic...

metaflow
kgullikson88
kgullikson88 commented Mar 22, 2022

I am using metaflow locally but with the AWS service (e.g. the actual compute is happening locally rather than in AWS batch but the metadata is using AWS). When I access the run data through run.data I get new local directories with names like metaflow.s3.w3efey1k, which I presume is because metaflow pulls from S3 into that directory, and then un-pickles the result from there. Is there a way t

good first issue
coder46
coder46 commented Feb 7, 2021

Currently you can only do training when you've committed and pushed all new changes in your branch. This introduces a blocker when a Data Scientist is trying out lots of different changes in their code.

Allow for training even with uncommitted changes. This can be done by taking a git diff of the current branch, storing it and then doing an git apply to the current branch during training

good first issue Medium

Improve this page

Add a description, image, and links to the ml-platform 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 ml-platform topic, visit your repo's landing page and select "manage topics."

Learn more