Azure machine learning data labelling- Is it possible to assign different labelers to label same data in a single project to reach a consensus?
Currently! I'm experimenting with the azure data labelling tool in the machine learning workspace for image classification, what I found was azure shows only the unlabelled data to each user i.e if a user has already labelled an image, other users won't…
Azure Machine Learning
How can I access a FileDataset without filling local disk?
Hello! I'm setting up a pipeline for machine learning. Reading the docs I understood that when I pass my FileDataset as_mount it is mounted, similar to mounting an external drive. However, three hours into my training, my pipeline crashed, out of…
Azure Machine Learning
Unable to test my ML model created with Azure Automated ML model endpoints
Hi I am unable to test the model (Microsoft azure Machine learning ->endpoints->modelname ->Test , even though some model i could execute on 09-Aug-2021 late evening. Please help to resolve issue Thanks Ramabadran
Azure Machine Learning
Integrate Azure ML with Azure Data Factory
Hello, I have an Azure ML Batch Endpoint that successfully submits. I have made the input dataset a parameter. Now, ideally, I'd want to do the following: Execute the Endpoint from Azure Data Factory, while passing in a dynamic dataset that…
Azure Machine Learning
Azure Data Factory
How to solve the "Stopping site because it is not healthy" when deploying ml model into an Azure Function?
Hello there! While trying to complete following tutorial I faced following issue: "Stopping site mymlfunction because it is not healthy." Below the complete log lines I see: " 2021-03-18T23:25:12.553Z INFO -…
Azure Machine Learning
Azure Functions
All projects have been deleted
I logged in after a long time All projects have been deleted. Can I recover my data? what can i do ?
Azure Machine Learning

Experiment running became extremely slow
I'm running some tutorials that involves using SDK to perform ML tasks. Everything was working fine till yesterday where the tasks become running very slowly and python code always ends up with Timed Out error code.
Azure Machine Learning
Voice/Speech to Text Train Model
Hi. So I would like to create a model that 'listens' to audio from movies/podcasts (with subtitles) then returns the text transcript from it. Problem is, it's in a language not supported by Azure (or most of the big cloud providers). How would I go…
Azure AI Speech
Azure Machine Learning
Azure sql database Machine learning
Hi Team, I would like to know, do we have an option to use Machine learning with Azure SQL database or is it only available with Azure SQL managed instance Thanks
Azure SQL Database
Azure Machine Learning

Machine Learning CI Pipeline: Submitting an experiment failed
Hello everybody. I am currently working on a CI Pipeline for a Machine Learning Model. At the Task where the training should happen my code fails at submitting an experiment. I get following Error: File…
Azure Machine Learning
Azure Virtual Machines
Execute R Script install.packages gives error: cannot open URL 'http://cran.us.r-project.org/src/contrib/PACKAGES'
Hi, I'm trying to install the NbClust R package from an Execute R Script block in Designer: Code: azureml_main <- function(dataframe1, dataframe2){ # Install required libraries print("**** START: Installing required libraries ****") …
Azure Machine Learning
Is it possible to update automated machine learning model timeseries "live" as new events come in.
I have trained a simple time series ML model and deployed it. Getting predictions works well enough, but I would like to keep the model up to date as new events come along each hour. For example I want to predict an event that happens in 10 minutes. …
Azure Machine Learning
Clear Feature with Auto ML
Hello, I am trying to add a user Id column to my dataset but I don't want the user Id to impact the results of the ML. I am using Auto ML on my dataset to generate a model and then deployed the model to an endpoint. Currently I am calling the…
Azure Machine Learning
Error during Experiment run
I am getting the following error after trying to submit my experiment in the Azure ML workspace: azureml-logs/60_control_log.txt WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(143): Could not remove or rename…
Azure Machine Learning
how do I check if a variable is balanced in machine learning azure?
I'm new to machine learning, so any recommendations is appreciated
Azure Machine Learning
What is the point of AzureML modules?
Hello! I created an Azure ML pipeline in Python and used multiple PythonScriptSteps for each of my tasks. For example, I have three training steps running in parallel, so I create three PythonScriptSteps in a for loop with my train.py script and…
Azure Machine Learning
Different tensorflow version using azure ml portal vs VS Code
I am using azure ML to run an python code in a jupyter notebook using tensorflow. I'm using "Python 3.6 - Azure ML" and an instance of azure compute to run it. It's showing tensorflow version as 2.1.0 .When I run the same code using VS Code…
Azure Machine Learning
Error Creating Inference Clusters Assing IP to Load Balancer
To deploy an automated ML model, I created an inference cluster in Azure. The cluster stays in status "creating" for an hour then displays the following message. Failed: K8s failed to assign an IP for Load Balancer after waiting for an…
Azure Machine Learning
Problems connecting to workspace using Azure Machine Learning SDK for Python
I am trying to connect to my Azure ML workspace using SDK for python, using Virtual Studio Code to do so. After pip installing the needed SDK packages: pip install azureml-sdk pip install azureml-sdk[notebooks,automl,explain] I downloaded…
Developer technologies | Windows Forms
Azure Machine Learning
How to use a registred model in a python script(in Azure) ?
I used Azure AutoML service to test various models and after choosing the best one I registered it in my workspace. Process done for registering: I downloaded the model(a zipped folder containing 3 files) into my laptop Unzipped the folder in my…