liupeirong / MLOpsManufacturing

Demonstrate samples and good engineering practice for operationalizing machine learning solutions.
Other
21 stars 9 forks source link

Add Jupyter Notebook sample for helping ML model and dataset search #68

Closed angie4u closed 3 years ago

angie4u commented 3 years ago

This Jupyter Notebook helps users to search Azure ML model and dataset using tag information. Please check the overall structure looks okay and the readme explains well the customer scenario.

angie4u commented 3 years ago

When you review this PR, it will be easier to review the jupyter notebook with file viewer like this! FYI! https://github.com/liupeirong/MLOpsManufacturing/blob/50d4b9773a61554f011d3fe080287a4e15b0bf84/common/dataset_search_tool/dataset_search_tool.ipynb

h2floh commented 3 years ago

Hey @angie4u ,

could you please also add a link to the Common Overview README

And would be great if you could describe what the notebook does in more detail. Since Jupyter Notebooks are just for that you can have a look here how it should ideally look like. You can also copy the Copyright and License hint just as is.

Last thing, I think we should rename the labels mentioned in the query. And currently in this repo we don't have a labeled dataset. Would it be possible to provide a sample dataset/description or script to create a labeled dataset and then modify the queries that they would show some result if you have that sample dataset in place?

angie4u commented 3 years ago

Hi @h2floh ! I updated the readme but I need your approval again for the latest change! 🤩