Relative Content

Tag Archive for pythonazuremachine-learningazure-machine-learning-servicemlflow

Load a Registered Model in Azure ML Studio in an Interactive Notebook

I’m using Azure Machine Learning Studio and I have an sklearn mlflow model stored in my default datastore (blob storage) which I have then registered as a model asset. How can I load this model inside an interactive notebook to perform some quick model inferencing and testing before deploying this as a batch endpoint.