Category "azureml"

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.