export azure ml studio designer project as jupyter notebook?

瘦欲@ 提交于 2020-12-06 12:41:27

问题


I hope I am not missing something obvious here. I am using the new azure ml studio designer. I am able to use to create datasets, train models and use them just fine.

azure ml studio allows creation of Jupyter notebooks (also) and use them to do machine learning. I am able to do that too.

So, now, I am wondering, can I build my ML pipeline/experiment in ML studio designer, and once it is in good shape, export it as a python and jupyter notebook? then, use it in the same designer provided notebook option or may be use it locally?


回答1:


This is not currently supported, but I am 80% sure it is in the roadmap. An alternative would be to use the SDK to create the same pipeline using ModuleStep where I believe you can reference a Designer Module by its name to use it like a PythonScriptStep




回答2:


The export Designer graph to notebook is in our roadmap. For now, please take a look at the ModuleStep in SDK and let us know if you have any questions.

Thanks, Lu Zhang | Senior Program Manager | Azure Machine Learning



来源:https://stackoverflow.com/questions/60306240/export-azure-ml-studio-designer-project-as-jupyter-notebook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!