2,635 questions with Azure Machine Learning tags

Sort by: Updated
0 answers

How to read text from custom object labeled image

in vision studio we can do the image object labeling, classification, OCR etc... is there any service which does the combination of Object Labeling and OCR? i mean, find specific areas using custom object labeling and then read the text only from labeled…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
230 questions
asked 2024-06-04T20:59:27.26+00:00
Naresh Raju 0 Reputation points
commented 2024-06-04T23:53:30.1333333+00:00
VasaviLankipalle-MSFT 15,006 Reputation points
0 answers

What is admin when entering the learn.microsoft.com test?

What is admin when entering the learn.microsoft.com test

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
Viva Learning
Viva Learning
A Microsoft Viva module that provides employees with formal and informal learning.
90 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
152 questions
asked 2024-06-04T22:04:23.62+00:00
Ahmed Ali AlAmoudi 0 Reputation points
1 answer

"Missing dependent resources in workspace json" error stops me from creating Azure Machine Learning workspace from Azure Cloud Shell

I'm new to Azure and exploring Azure Machine Learning services. I've been trying to create the Azure machine learning workspace from the Azure Cloud Shell. az ml workspace create --name "myWkspcName" -g "resourceGroupName" this…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-27T08:38:52.3766667+00:00
Hari Samynaath Sankaran 5 Reputation points
commented 2024-06-04T19:27:04.4033333+00:00
Hari Samynaath Sankaran 5 Reputation points
1 answer

How to fix this while integrating Machine Learning UDF function to Azure Stream Analytics

Hi, I am trying to integrate my ML endpoint with Azure Stream Analytics, but failing to do so as I cannot save the below details: Here is my scoring script for the endpoint: import os import logging import json import joblib from azureml.core.model…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
336 questions
asked 2024-06-04T15:28:29.2+00:00
Pradyumn Joshi 0 Reputation points
answered 2024-06-04T18:03:34.5233333+00:00
Sander van de Velde 29,931 Reputation points MVP
1 answer

I tried to remove the ml extension in azure cloud shell and the CLI showed the following error: "Cannot remove system extension ml in Cloud Shell."

Hello guys, I wanted to change the version of the ml extension from 2.26.0 to 2.25.0. For this purpose, I tried to remove the ml extension in azure cloud shell. I used the command: az extension remove -n ml. And I got the following error: "Cannot…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-06-04T15:52:04.4933333+00:00
Jothi Thondiraj 0 Reputation points
edited an answer 2024-06-04T17:56:39.8066667+00:00
Gowtham CP 2,685 Reputation points
0 answers

How to fix "Failed to parse artifact data" with HuggingFace models in Azure ML?

I am encountering the message "Failed to parse artifact data" when trying to deploy any HuggingFace model in Azure ML Studio. Although the model appears to deploy successfully, attempting to test it produces the error "Failed to test…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-22T19:39:46.8466667+00:00
Hanoi Medina 0 Reputation points
commented 2024-06-04T16:19:01.2133333+00:00
AshokPeddakotla-MSFT 28,921 Reputation points
0 answers

How to fix Failed to validate user configuration and data.\n 1. Y is empty in azure ml studio

I am training a automated ml model and I get data from data asset. Till yesterday it was working and now I am getting this following error while I run the job "error": { "code": "UserError", "message": "Failed…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-20T19:02:52.8+00:00
Hermoine Ron 0 Reputation points
edited the question 2024-06-04T11:03:19.5033333+00:00
vipullag-MSFT 25,126 Reputation points
1 answer One of the answers was accepted by the question author.

Facing issues while deploying ML endpoint

Hello, While deploying an ML model as endpoint in AML Studio I am getting this error, which I am not able to reoslve, can someone please help: I have the artifacts in trainingModel folder under artifacts: score.py: import os import logging import…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-06-03T18:21:48.1933333+00:00
Pradyumn Joshi 0 Reputation points
commented 2024-06-04T10:37:31.2+00:00
Amira Bedhiafi 17,356 Reputation points
1 answer

Azure Automated Machine Learning training data - how to group rows together?

Hi, I have a set of training data in CSV format, with an integer column called RaceID. The RaceID column is used to group rows together. So all rows in a given group will have the same RaceID number. Is there a way to tell Azure Automated Machine…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-06-03T11:16:22.7066667+00:00
MarcusZ-5532 0 Reputation points
edited an answer 2024-06-04T09:32:36.2466667+00:00
MarcusZ-5532 0 Reputation points
0 answers

HttpResponseError: Operation returned an invalid status 'Forbidden' when creating search index using Azure AI SearchIndexClient()

I've followed a post(link below) in which the same issue was faced while creating a search index. https://learn.microsoft.com/en-us/answers/questions/1640592/error-when-creating-azure-ai-search-index-with-rol index = SearchIndex(name=index_name,…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
773 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,473 questions
asked 2024-05-21T11:10:34.2066667+00:00
Das Gupta, Abhijeet 75 Reputation points
commented 2024-06-04T07:00:54.31+00:00
Das Gupta, Abhijeet 75 Reputation points
1 answer One of the answers was accepted by the question author.

How to deploy prompt flows created in Azure AI Studio using a compute cluster(or a single compute instance)?

I want to call my prompt flows as endpoints and using Azure AI studio, this would require each flow to have its own compute instance in order to deployed as a real time endpoint. This would incur a lot of cost. In the linked post below, I've found that…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-30T11:53:59.9666667+00:00
Das Gupta, Abhijeet 75 Reputation points
accepted 2024-06-04T06:59:54.6433333+00:00
Das Gupta, Abhijeet 75 Reputation points
1 answer

How to load 2 models for ML online inference

Hello, I have 2 pre-trained models I would like to deploy for inference using only one Azure ML managed online endpoint. One model would generate an input for the other model. The examples available on the learning platform and on GitHub all reference…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-06-02T16:06:42.4033333+00:00
Giuseppe 5 Reputation points
commented 2024-06-04T01:27:08.98+00:00
AshokPeddakotla-MSFT 28,921 Reputation points
1 answer One of the answers was accepted by the question author.

Machine learning with synapse

Hello team, for my project purpose, I want to connect my azure machine learning to synapse. But there seems some issue happening when I tried to do so. Can I know any limitation or access requirement for this process? To be straightforward, is this a…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-31T18:38:17.0766667+00:00
Dan Ishutin 80 Reputation points
accepted 2024-06-03T19:20:48.5466667+00:00
Dan Ishutin 80 Reputation points
0 answers

Instructions not working

Step 8 on this training isn't working. david [ ~ ]$ az ml workspace create --name "mlw-dp100-labs" -g "new-group-name3243" The deployment request mlw-dp100-labs-8429553 was accepted. ARM deployment URI for reference:…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-06-02T01:58:41.9066667+00:00
David Hughes 5 Reputation points
commented 2024-06-03T08:20:03.58+00:00
romungi-MSFT 43,006 Reputation points Microsoft Employee
1 answer

How to forecast 12-month demand for medicines using Azure AutoML time-series?

I need to predict the monthly demand for medicines for the next 12 months. I have historical data from 2018 to 2023 for each medicine, including a unique drug identifier (Scode) and the date of consumption. Using this data, I aim to forecast the demand…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
77 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,818 questions
asked 2024-05-24T06:35:22.5733333+00:00
Anil Kumar Nagar 0 Reputation points
answered 2024-06-02T06:52:19.7433333+00:00
Adi 0 Reputation points Microsoft Employee
2 answers

I am not able to create a workspace on Azure Cloud Shell

I have been trying to create a workspace on Azure Cloud Shell but I kept getting the same error message. I tried to register resource provider using this code- az provider register --namespace 'az provider register --namespace…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-25T11:28:35.15+00:00
Aisha Ijiyode 15 Reputation points
commented 2024-06-02T01:46:34.9633333+00:00
Hughes, David 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure classic ML model

Hello, I like the classic azure ML studio and would like to know if I can use it now. I know there is an upgrade version of ML space but it’s really too much for me. Any other tool I am interested in with simple UI and easy to use. Thanks

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-31T20:31:45.71+00:00
Sudhir Dutta 40 Reputation points
commented 2024-06-01T23:55:21.32+00:00
Sudhir Dutta 40 Reputation points
1 answer

CROSS VALIDATION WITH HYPER PARAMETER TUNING IN AZURE ML NOTEBOOK USING PYTHON SDK

is there any way to use cross validation in azure notebook using python sdk, while using hyperdrive config for hyper parameter tuning?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2021-06-22T10:24:14.27+00:00
krishna kategaru 1 Reputation point
commented 2024-06-01T14:03:51.08+00:00
Giovanni Merola 0 Reputation points
1 answer

How to make a registered pipeline can be executed when a model update on AzureML is triggered.

Hello, I am currently exploring how to update a model and how this update can trigger a registered pipeline to execute as a result of this model update. But I don't know how to implement, any idea for doing this?

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
25 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,786 questions
asked 2024-05-30T01:57:06+00:00
Tú Nguyễn 0 Reputation points
answered 2024-05-31T17:16:13.3766667+00:00
YutongTie-MSFT 47,331 Reputation points
1 answer One of the answers was accepted by the question author.

For convenience of moving from OpenAI to azure OpenAI

Can you share insight about what is the main difference between the OpenAI and azure OpenAI especially turbo models? Any information is welcome.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,635 questions
asked 2024-05-30T16:59:17.3366667+00:00
Nicholes-3441 106 Reputation points
accepted 2024-05-31T15:19:08.3433333+00:00
Nicholes-3441 106 Reputation points