-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update module spec yaml and module registration notebook to latest version #1077
Conversation
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
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.
Looks good @weedqian, one minor ask. In the rest of the notebooks we always put all the imports together on a cell at the beginning, see this https://github.com/microsoft/recommenders/blob/master/notebooks/00_quick_start/sar_movielens.ipynb, could you please make that change? so we maintain the consistency in all notebooks
category: Recommenders | ||
moduleIdentifier: | ||
namespace: microsoft.com/cat | ||
moduleName: Splitter Stratified |
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.
Maybe it should be "Stratified Splitter".
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.
Good catch!
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
Description
Related Issues
AzureML Designer is targeting to let Custom Module go public to both 1st and 3rd customers. We published a new version module spec and provided a CLI tool to register module to workspace.
Module Spec: https://msdata.visualstudio.com/AzureML/_git/ModuleDocs?path=%2Fdocs%2Fdefinition-of-module-spec.md&_a=preview
CLI: https://msdata.visualstudio.com/AzureML/_git/ModuleDocs?path=%2Fdocs%2Fcli%2Fa-quick-go-through.md&_a=preview
Checklist:
staging
and notmaster
.