-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model Registry docs #3778
Model Registry docs #3778
Conversation
and some link fixes and redirect fixes
Co-authored-by: tapadipti <[email protected]>
Co-authored-by: tapadipti <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Iterative Studio creates [projects] by identifying machine learning models, | ||
datasets, metrics and hyperparameters defined in your Git repositories. These | ||
values are found in JSON or YAML files in the repository. Additionally, model | ||
information may be available as Git tags. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow up to #3778 (comment)
Iterative Studio creates [projects] by identifying machine learning models, | |
datasets, metrics and hyperparameters defined in your Git repositories. These | |
values are found in JSON or YAML files in the repository. Additionally, model | |
information may be available as Git tags. | |
Iterative Studio creates [projects] by identifying machine learning models, | |
datasets, metrics, and hyperparameters defined in your Git repositories. These | |
values are mainly found in JSON or YAML files in the repository. Additional | |
model information may also be available in Git tags. |
content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md
Outdated
Show resolved
Hide resolved
content/docs/studio/user-guide/projects-and-experiments/explore-ml-experiments.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀 thanks for all the work @tapadipti 🙏🏼
There's some minor things unresolved from my previous review and couple more things in #3778 (review) and #3778 (review) above, but these don't block the merge.
Just fixing a link below...
New Release!{' '} | ||
<Link href="https://dvc.org/blog/iterative-studio-model-registry"> | ||
Git-backed Machine Learning Model Registry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link checker can't find this one but it's OK because it's in a different PR. Review app:
https://dvc-org-mr-blog-post-ztcaladh1.herokuapp.com/blog/iterative-studio-model-registry
Co-authored-by: Restyled.io <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more items from a sanity check (of the review app). Some of these need your attention @tapadipti (see check boxes)
content/docs/studio/user-guide/model-registry/what-is-a-model-registry.md
Outdated
Show resolved
Hide resolved
|
||
**_TODO: Replace the below with the MR release video_** | ||
|
||
https://www.youtube.com/watch?v=hKf4twg832g |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Replace with the MR release video (I already removed the TODO line).
line tool, you can also add models from the [CLI][gto]. To add models using | ||
Iterative Studio, watch this tutorial video or read on below: | ||
|
||
https://youtu.be/szzv4ZXmYAs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Make video public (and I think the link should be https://www.youtube.com/watch?v=szzv4ZXmYAs)
MLEM generates. After you have run `mlem init`, Iterative Studio will be | ||
able to parse the `.mlem` file to extract model metadata. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shoot, this is a problem... mlem init
is linking to the dvc init
ref...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it's a docs engine bug (we should fix separately). For now this should do the trick (committing):
MLEM generates. After you have run `mlem init`, Iterative Studio will be | |
able to parse the `.mlem` file to extract model metadata. | |
MLEM generates. After you have run | |
[`mlem init`](https://mlem.ai/doc/command-reference/init), Iterative | |
Studio will be able to parse the `.mlem` file to extract model metadata. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs engine bug (we should fix separately)
Extracted to #3809
this should do the trick
Yep! It works now 👍🏼
register versions using Iterative Studio, watch this tutorial video or read on | ||
below: | ||
|
||
https://youtu.be/eA70puzOp1o |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Make video public (and change link to https://www.youtube.com/watch?v=eA70puzOp1o ?)
You can assign stages using the [GTO] CLI. To assign stages using Iterative | ||
Studio, watch this tutorial video or read on below: | ||
|
||
https://youtu.be/Vrp1O5lkWBo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Make video public (and change link to https://www.youtube.com/watch?v=Vrp1O5lkWBo ?)
Co-authored-by: Restyled.io <[email protected]>
Changes:
Model Registry
has been added withinUser Guide
for Studio.