3,348 questions with Azure Machine Learning tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-06-30T12:37:00.74+00:00
Jeshurun Edward 21 Reputation points
accepted 2021-08-11T09:04:59.75+00:00
Jeshurun Edward 21 Reputation points
1 answer

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-09T17:22:32.433+00:00
David-3633 131 Reputation points
commented 2021-08-10T18:52:46.823+00:00
GiftA-MSFT 11,176 Reputation points
1 answer

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-10T12:22:39.74+00:00
RAMABADRAN SAMPATHKUMAR 21 Reputation points
answered 2021-08-10T13:07:13.11+00:00
GiftA-MSFT 11,176 Reputation points
0 answers

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 Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,665 questions
asked 2021-07-26T14:01:42.2+00:00
Sampat, Varun 236 Reputation points
commented 2021-08-10T02:47:28.557+00:00
YutongTie-MSFT 53,976 Reputation points Moderator
2 answers

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 Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,943 questions
asked 2021-03-19T01:11:17.48+00:00
Juan Ponce de Leon 1 Reputation point
answered 2021-08-09T13:23:48.96+00:00
Michał Grochecki 1 Reputation point
0 answers

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-09T04:08:53.05+00:00
megapass 1 Reputation point
commented 2021-08-09T06:25:57.987+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
1 answer

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-06T09:02:45.393+00:00
Tarek Gasmi N0770609 1 Reputation point
answered 2021-08-07T18:11:04.787+00:00
Tarek Gasmi 1 Reputation point
1 answer One of the answers was accepted by the question author.

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 AI Speech
An Azure service that integrates speech processing into apps and services.
2,078 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-07-26T20:15:07.383+00:00
Nathan Carns 196 Reputation points
accepted 2021-08-06T16:16:44.543+00:00
Nathan Carns 196 Reputation points
2 answers

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-07-02T14:25:17.747+00:00
Anashwar N 46 Reputation points
commented 2021-08-05T23:58:03.227+00:00
Oury Ba-MSFT 20,936 Reputation points Microsoft Employee Moderator
1 answer

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 Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,073 questions
asked 2021-07-07T11:54:21.767+00:00
Haider Stefan 6 Reputation points
answered 2021-08-05T03:00:44.467+00:00
YutongTie-MSFT 53,976 Reputation points Moderator
1 answer

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-03T21:14:30.273+00:00
Eade, Jeremy 26 Reputation points
answered 2021-08-04T22:03:53.72+00:00
GiftA-MSFT 11,176 Reputation points
0 answers

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-03T23:12:53.347+00:00
Rainer Plumer 1 Reputation point
commented 2021-08-04T19:11:21.277+00:00
Rainer Plumer 1 Reputation point
1 answer One of the answers was accepted by the question author.

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-02T18:11:16.257+00:00
Yael 26 Reputation points
commented 2021-08-04T15:00:21.45+00:00
Yael 26 Reputation points
1 answer

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-08-04T10:21:01.983+00:00
SoonJoo@Genting 241 Reputation points
answered 2021-08-04T14:11:37.913+00:00
Ramr-msft 17,826 Reputation points
1 answer

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-07-28T15:43:24.64+00:00
Salsabil Ghio 1 Reputation point
commented 2021-08-03T23:26:40.593+00:00
YutongTie-MSFT 53,976 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-07-26T13:26:55.463+00:00
David-3633 131 Reputation points
accepted 2021-08-03T23:11:48.953+00:00
David-3633 131 Reputation points
1 answer

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-07-29T00:18:12.667+00:00
M J 1 Reputation point
commented 2021-08-03T19:51:19.733+00:00
M J 1 Reputation point
2 answers

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-01-05T17:34:05.59+00:00
Eric Kaleida 1 Reputation point
commented 2021-08-03T15:22:52.937+00:00
YutongTie-MSFT 53,976 Reputation points Moderator
5 answers One of the answers was accepted by the question author.

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
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2020-11-22T22:10:56.563+00:00
Rachael Fletcher 26 Reputation points
commented 2021-08-03T11:43:26.093+00:00
Lauri Lehman 146 Reputation points
2 answers

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…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,348 questions
asked 2021-07-11T14:16:22.337+00:00
vishal_c_v 11 Reputation points
commented 2021-08-03T06:45:45.183+00:00
Ramr-msft 17,826 Reputation points