Category "azureml"

How to use tensorflow hub in Azure ML

I am trying to use TensorFlow Hub in Azure ML Studio I am using the kernel Python 3.8 PT and TF And I installed a few modules: !pip install bert-for-tf2 !pip

Copy pipeline from one ML Studio to another subscription

I am very new to Azure ML Studio. We have ML studio with 1 pipeline and 7 components. The requirement is to restore the contents from one subscription to anothe

Azure AutoML seems to add extra input?

I'm using azure Automated ML to do some proof of concepts. I'm trying to identify a person based on some parameters. In my dataset I have 4 columns of floats an

Send alert if Azure ML pipeline fails

I am trying to add an alert if Azure ML pipeline fails. It looks that one of the ways is to create a monitor in the Azure Portal. The problem is that I cannot f

Azure ML: how to change the "cluster purpose" of an existing inference cluster from "dev_test" to "production"?

I have a cluster whose "cluster_purpose" was set to "dev_test". I want to change it to "production". Couldn't find anything in the documentation.