Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (45.3k points)

I have deployed a regression model on Azure ML, is it possible to get the model weights/coefficients of the model programmatically from Azure, rather than getting predicted value?

1 Answer

0 votes
by (16.8k points)

No, currently Microsoft  does not feature the exporting weights within the models including the Azure Machine Learning.

If you have a method for extracting weights from Python models, you may be able to work this out using the execute Python Script module.

The primary purpose of Azure Machine Learning is to make deployable and scalable web services from the machine learning modules. Though the authoring experience for creating ML models is great, it is not intended to be a place to create and export models, but instead a place to create and operationalize your models.

UPDATE New features may make this answer outdated.

Browse Categories

...