2,604 questions with Azure Machine Learning tags

Sort by: Updated
0 answers

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

I've followed this [post] in which the same issue was faced while creating a search index. index = SearchIndex(name=index_name, fields=fields, vector_search=vector_search, semantic_search=semantic_search) result =…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 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.
748 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,439 questions
asked 2024-05-21T11:10:34.2066667+00:00
Das Gupta, Abhijeet 55 Reputation points
edited the question 2024-05-21T13:55:59.1433333+00:00
Das Gupta, Abhijeet 55 Reputation points
2 answers

Data assets not showing up on Azure Machine Learning Designer

I am currently facing a problem regarding the data assets on Azure ML. While we can access them through Data > Data Assets, they aren't showing up within the Designer. Instead, we get an error message saying "Using skip when querying multiple…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2023-08-22T13:49:19.57+00:00
Kennedy Sousa 30 Reputation points
commented 2024-05-21T13:33:18.1733333+00:00
Ravi Kumar 0 Reputation points
1 answer

Azure Machine Learning Notebooks not showing due to workspace storage account access

When I try and access the notebooks in my Azure ML workspace I get this: I am the owner of both the Azure Machine Learning workspace and the storage account linked to this workspace: The Notebooks were initially visible this morning but after I added a…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 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,737 questions
asked 2024-05-21T10:30:38.0466667+00:00
Thabied Majal 0 Reputation points
answered 2024-05-21T12:01:45.7233333+00:00
Amrinder Singh 2,770 Reputation points Microsoft Employee
2 answers

Unable to create online endpoint deployment using private Docker registry

We are using a private Artifactory registry for our Docker images and have added a ContainerRegistry connection to the Azure ML workspace to authenticate. This connection is working fine to run Jobs, but when creating online endpoint deployments we get…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2023-06-14T12:26:33.07+00:00
Tomas Van Pottelbergh 0 Reputation points
answered 2024-05-21T09:35:27.8433333+00:00
Tomas Van Pottelbergh 0 Reputation points
0 answers

Issue with Model deployed over AML

Hi, This is regarding an issue we are facing with a deployed model over Azure ML service as described below: ML Model is built and deployed over Azure ML Real Time endpoint. we are using "HTTP" action in Power Automate to connect the ML…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-20T12:44:59.9166667+00:00
Sudheer Madduru, Naga 0 Reputation points
commented 2024-05-21T07:56:16.7666667+00:00
dupammi 7,220 Reputation points Microsoft Vendor
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,604 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,257 questions
asked 2024-05-20T19:02:52.8+00:00
Hermoine Ron 0 Reputation points
commented 2024-05-21T02:01:58.1266667+00:00
dupammi 7,220 Reputation points Microsoft Vendor
0 answers

ML online deployment InternalServerError

I've been trying to deploy a ML online endpoint for inference but I'm getting the following error: Code: None Message: InternalServerError: Internal error. Please see troubleshooting guide, available here:…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-20T09:58:07.19+00:00
Giuseppe 0 Reputation points
edited a comment 2024-05-20T22:38:32.02+00:00
VasaviLankipalle-MSFT 14,911 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix AttributeError: 'Prophet' object has no attribute 'scaling' in Azure ML studio notebook

I have trained a time series model using automated ml. I registered that model and deployed it. Then I am calling the model using pickle file and trying to make prediction for test data. My time series model includes Prophet algorithm and I am getting…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 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,439 questions
asked 2024-05-15T21:57:23.9166667+00:00
Prakatheeswari 20 Reputation points
accepted 2024-05-20T18:25:41.6766667+00:00
Prakatheeswari 20 Reputation points
0 answers

Can we create a common compute in the Azure ML studio.

Hey Can we create a common compute for the group of users or assign the single compute for multiple users? I can only see these options while creating a compute. Is it possible to add a AD group as an assignee for the compute. or is there any other ways…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-20T09:28:47.8866667+00:00
Sahana A E 0 Reputation points
commented 2024-05-20T10:55:00.88+00:00
AshokPeddakotla-MSFT 28,226 Reputation points
0 answers

Invalid Input type when testing fine tuned endpoint from MSlearn Demo

I'm following the tutorial : https://microsoftlearning.github.io/advanced-gen-ai/Instructions/04-finetune-model.html However at the end when I test the data it fails with error : File…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,264 questions
asked 2024-05-16T20:25:10.01+00:00
Matt Woodcock 21 Reputation points
commented 2024-05-20T09:04:13.7633333+00:00
Matt Woodcock 21 Reputation points
1 answer

Need support to access compute instance while disabling public network access of the workspace.

We want to disable public network access in our machine learning workspace. Disabling the same is causing cluster instances initialization to fail. We are using private IP address in our compute instances in Azure Machine Learning studio. Need support to…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-13T04:55:15.0633333+00:00
Anupriya Gupta 0 Reputation points
commented 2024-05-20T04:53:52.73+00:00
Deepanshu katara 5,375 Reputation points
1 answer

How to train and build model with single input and multiple output in Azure Machine Learning

I am working on one of my application, making autosuggestion for some field based on past/historical data on the basis of user emailaddress

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 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.
748 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,439 questions
asked 2024-03-28T09:07:11.2533333+00:00
Vivek Talokar 0 Reputation points
commented 2024-05-19T12:28:37.83+00:00
Sunny 0 Reputation points
0 answers

Error while scaling up the deployment

I have deployed a model in azure ML using the automated author, and now when I try to scale it up from 1 instance to more than 1 it fails every time. Both the auto scale and the manual scaling keeps failing.   I also noticed some changes that occurred…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-16T19:37:02.28+00:00
Aditya Vishwakarma (LTIMINDTREE LIMITED) 0 Reputation points Microsoft Vendor
commented 2024-05-17T18:04:33.64+00:00
romungi-MSFT 42,761 Reputation points Microsoft Employee
0 answers

Unexpected error Exception cannot import name 'find_stack_level' from 'pandas.util._exceptions'

Hi Team, We are using Microsoft curated images for deploying trained model in Azure container registry ACI . Currently in all our dev or stage or dev/qa/prod environment we are getting the below error. we are mcr curated images with py 3.8 and latest…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-17T05:53:45.8966667+00:00
srinivas kalapatapu 0 Reputation points
commented 2024-05-17T12:17:15.97+00:00
romungi-MSFT 42,761 Reputation points Microsoft Employee
1 answer

Problem on azure machine learning

Hye, Can I know how to fix this : Failed to load files Connecting to file share with SAS token failed. Check network connection and try again. Trace ID : fcc4520b-58de-4bcc-8ef7-21906c5915e9

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-15T23:48:30.6166667+00:00
Barirah Zainal Abidin 0 Reputation points
commented 2024-05-17T11:41:58.9566667+00:00
santoshkc 5,000 Reputation points Microsoft Vendor
0 answers

How can I properly use the Azure CLI to create an Azure ML workspace?

I am trying to deploy an Azure ML workspace using the command: az ml workspace create -n <workspace_name> -g <resource_group>. I have already installed the Azure ML extension, and I have created the resource group. Everything I have read…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-16T22:02:14.98+00:00
Andrew Foster 0 Reputation points
edited a comment 2024-05-17T07:12:53.7+00:00
AshokPeddakotla-MSFT 28,226 Reputation points
1 answer

Azure AI: ONNX model in Automated ML

I am currently exploring the capabilities of Azure Machine Learning Studio for running automated machine learning (Automated ML) experiments. Specifically, I am interested in enabling ONNX compatible models for regression tasks within the Automated…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-15T11:17:37.0066667+00:00
sara rezaei 0 Reputation points
commented 2024-05-17T06:14:27.2166667+00:00
dupammi 7,220 Reputation points Microsoft Vendor
1 answer

Using Open AI or Other Microsoft Resource to Filter/Categorize Unstructured Data

Our Team is completing a special project that requires the customized categorization and filtering of a large amount of unstructured data (about 300,000 unduplicated PDFs) for an LLM-driven, AI application. Is there a specific Microsoft resource…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,264 questions
asked 2024-05-16T23:22:33.9533333+00:00
Education is the Key 65 Reputation points
answered 2024-05-17T04:07:29.58+00:00
AshokPeddakotla-MSFT 28,226 Reputation points
0 answers

Azure machine learning authentication

Hi, I want to create a real-time endpoint, But I encountered this issue after several attempts I thinkthe identity verification is not being executed in my "score.py", How should I resolve it?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,626 questions
asked 2024-05-16T07:05:12.98+00:00
Gordon Chuang 0 Reputation points
commented 2024-05-17T03:48:33.9833333+00:00
Gordon Chuang 0 Reputation points
1 answer One of the answers was accepted by the question author.

Why are .csv files not directly supported with AutoML?

Hello, For the Azure Automated ML, I wanted to follow a tutorial that used the Microsoft bike rentals dataset. In the tutorial, the .csv file was uploaded directly, and the Automated ML pipeline worked fine. When I tried using the uploaded .csv file,…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,604 questions
asked 2024-05-14T14:35:58.5866667+00:00
Brian Van Steen 20 Reputation points
accepted 2024-05-16T15:14:49.1966667+00:00
Brian Van Steen 20 Reputation points