Hello Santoshkc, Thank you so much. I am studying them. Best, Yu
questions about Azure ML custom designer
Hello Azure experts, I am learning Azure ML. I want to use custom designer.
- May I ask where I can find the more tutorials in "custom" Azure learning?
- There is a v1 and v2 version. v1 is for "classic prebuilt" and v2 is for "custom". Am I correct?
Based on the custom designing, my final purpose is to get the source code in Azure and modify them instead of writing the code from the scratch.
In Custom designer, I want to find "init Imge Transformation" this module, but I cannot find it. Do you know where I can find?
Azure Machine Learning
2 answers
Sort by: Most helpful
-
-
santoshkc 15,605 Reputation points Microsoft External Staff Moderator
2024-01-25T10:09:02.3366667+00:00 Hi @Yu Cai,
Thank you for reaching out to Microsoft Q&A forum and interest in learning Custom designer. As per you queries:
- You can find tutorial on Azure Machine Learning Custom Designer in the official Azure documentation. The below documentation provides background on each of the custom components available in Azure Machine Learning Designer. Azure_ML_Custom-Designer
- Yes, you are correct! The v1 version of Azure ML Custom Designer is for "classic prebuilt" components, which provides prebuilt components mainly for data processing and traditional machine learning tasks like regression and classification. The v2 version of Azure ML Custom Designer is for "custom" components, which allows you to provide your own code as a component. It supports sharing across workspaces and seamless authoring across Studio, CLI, and SDK interfaces.
- The "Init Image Transformation" component is available in the "classic prebuilt" version, in Component option tab. See this document of init-image-transformation.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click
Accept AnswerandYesfor was this answer helpful. And, if you have any further query do let us know.