Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,337 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Azure ML notebook to build and test a PCA-based anomaly detection model. The Azure ML Designer contains ML algorithms and anomaly detection methods. How can I reuse these Designer components in Azure notebook?
@Ghada Thanks for the question. Once you have trained in the designer you can Download the entry script file and conda dependencies file from the designer and use in the notebook.