Skip to content
#

ml-platform

Here are 14 public repositories matching this topic...

metaflow
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
Open

[DOC]

1
paynowski
paynowski commented Jun 29, 2022

Report incorrect documentation

Location of incorrect documentation
(https://docs.monai.io/projects/monai-deploy-app-sdk/en/stable/getting_started/tutorials/03_segmentation_app.html)

Describe the problems or issues found in the documentation
Missing several install steps.

Steps taken to verify documentation is incorrect
I had to add the following pip installations: scikit

documentation enhancement good first issue help wanted

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