2,802 questions with Azure Machine Learning tags

Sort by: Updated
0 answers

After training a yolov5 model with automl and registering it to my workspace I get the following error when trying to load the model: "TypeError: __init__() got an unexpected keyword argument 'required'"

I have set up AutoML for yolov5 and let it run for 3 trials. Then I got the best run as shown in the documentation and registered it to my workspace with the following code: local_dir = "./artifact_downloads" if not os.path.exists(local_dir): …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-27T09:56:22.7133333+00:00
Benedikt Schmitt 20 Reputation points
edited the question 2024-08-27T10:11:17.32+00:00
Benedikt Schmitt 20 Reputation points
0 answers

Cannot update the endpoint traffic and logs are also not showing

I am using Azure Machine Learning for deploying models and when I try to update the traffic for the new deployment it shows the below error It's happening for all my endpoints for the past 5 hours, not sure what to do.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-27T09:25:03.5933333+00:00
Ganesh Kumar Marimuthu 0 Reputation points
0 answers

Why am I getting this error when deploying a Prompt Flow endpoint?

Getting a weird error when deploying a Prompt Flow endpoint. This is the error: The request is invalid. Status: 400 (The request is invalid.) ErrorCode: BadRequest Content: { "error": { "code": "BadRequest",…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-26T23:06:23.4366667+00:00
AIDEN JAMES LANG 0 Reputation points
commented 2024-08-27T07:17:41.2933333+00:00
romungi-MSFT 44,076 Reputation points Microsoft Employee
0 answers

Azure ML Prompt Flow Deployment - Uvicorn Error

I've not had this issue until today. Any prompt flow deployments are failing with a missing uvicorn package. This is not a manual deployment; it's deployed directly from the prompt flow tab, and I don't have access to the requirements.txt to add this…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-26T17:12:13.7366667+00:00
Hill, Austin 45 Reputation points
commented 2024-08-27T07:12:01.95+00:00
romungi-MSFT 44,076 Reputation points Microsoft Employee
0 answers

No web service input and void data schema during subsequent endpoint generation.

I am trying to create real-time inference pipeline in azure ml , following all straight forward steps, but I am unable to generate the web service input . only web service output is generated. Further, if I manually add web service input or add data…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-27T07:05:10.8233333+00:00
Shubhra Jain 0 Reputation points
1 answer

Validation error during signup

Hi everyone, I'm trying to sign up for Azure Machine Learning using my Azure for Students Starter subscription, but I'm encountering an error during the validation process. The specific error message I receive is: "Validation could not be completed…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-26T16:11:44.17+00:00
Benny 0 Reputation points
answered 2024-08-27T06:25:21.8766667+00:00
AshokPeddakotla-MSFT 31,976 Reputation points
0 answers

Error while creating a managed online endpoint in azure machine learning studio

while creating a managed online endpoint in azure machine learning studio I get the following error in my workspace's notebook: --------------------------------------------------------------------------- OperationFailed Traceback (most recent call last)…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-23T21:29:59.2566667+00:00
Matias Larsson 5 Reputation points
commented 2024-08-27T06:13:24.6566667+00:00
YutongTie-MSFT 49,906 Reputation points
0 answers

How to add hidden secrets as user input

I am currently using a Jira API to retrieve jira issues in a prompt flow python node, but the user should only be able to retrieve jira issues which the user has access to, to achieve this the user should provide the username and password, but if I set…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-23T05:40:17.83+00:00
commented 2024-08-27T04:42:44.67+00:00
romungi-MSFT 44,076 Reputation points Microsoft Employee
0 answers

Opaque Errors Upon Creation of Feature Set, Despite Following Documentation Precisely

I'm attempting to create a Feature Set Specification, using MLClient.feature_sets.begin_create_or_update. I'm passing an azure.ai.ml.entities.FeatureSet instance, configured as follows: fs = FeatureSet( name=feature_set_name, …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-23T23:26:59.9733333+00:00
Frederick Sengstacke 0 Reputation points
commented 2024-08-27T04:31:32.3233333+00:00
dupammi 8,455 Reputation points Microsoft Vendor
1 answer

I'm being charged for classic ML Studio workspaces that I'm unable to delete

I have 3 old ML Studio workspaces that I'm not using. I have been unable to delete them but I'm being charged for them every month (I'm guessing I tried to delete them incorrectly in the past and left fragments behind). I currently have no other…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,455 questions
asked 2024-08-20T18:06:49.86+00:00
Gary Ericson 0 Reputation points
commented 2024-08-26T19:31:47.4266667+00:00
YutongTie-MSFT 49,906 Reputation points
0 answers

Machine Learning Workspace Notebook and Environment issues

Question. I'm trying to learn to train a vision model and azure machine learning workspace notebooks. I am trying to create an environment where i can run both Azure AI SK2 and pytorch to train a vision model and have access to data assets in both the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-23T14:26:11.9633333+00:00
William Doman 40 Reputation points
commented 2024-08-26T13:07:12.8933333+00:00
William Doman 40 Reputation points
1 answer One of the answers was accepted by the question author.

Does the AML Python SDK v2 support running Sweep Jobs on Local Compute ?

I'm trying to run a sweep job for hyperparameter tuning using Azure Machine Learning SDK v2 on my local compute. While I can successfully run command jobs locally and sweep jobs on serverless compute, I encounter AttributeError: 'SweepJob' object has no…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-07T06:55:42.6133333+00:00
Tanawat Panmongkol 20 Reputation points
accepted 2024-08-26T01:47:13.3666667+00:00
Tanawat Panmongkol 20 Reputation points
0 answers

Unable to create managed online endpoint in using azureml python sdk v2

Hi All, My first post here. I am trying to follow the ms-learn tutorials to deploy a model using a managed online endpoint using Azure ml sdk v2. import uuid # Create a unique name for the endpoint online_endpoint_name = "credit-endpoint-" +…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-23T15:57:47.46+00:00
ea0337 10 Reputation points
commented 2024-08-25T20:50:21.2833333+00:00
YutongTie-MSFT 49,906 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix Score Model (AFx Library) : Error 10: Argument 1 Array must not be empty

When I test preview, I have this error: Score Model (AFx Library) : Error 10: Argument 1 Array must not be empty. So What is empty in Score Model and how to fix it? Error Message: Score Model (AFx Library) : Error 10: Argument 1 Array must not be…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-21T09:14:42.2466667+00:00
Ngọc Minh Phan 20 Reputation points
edited a comment 2024-08-23T14:58:10.33+00:00
Ngọc Minh Phan 20 Reputation points
1 answer

Failed to execute command group with error An unexpected error occurred while executing command due to: Failed to pull Docker image `mcr.microsoft.com/azureml/runtime/cap/hosttools-capability/installed:westeurope-stable` due to: None

Failed to execute command group with error An unexpected error occurred while executing command due to: Failed to pull Docker image mcr.microsoft.com/azureml/runtime/cap/hosttools-capability/installed:westeurope-stable due to: None I get this error in…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-06-13T10:34:36.4066667+00:00
Florine Kieraga 35 Reputation points
commented 2024-08-23T08:22:55.0533333+00:00
OPERTI Felipe 0 Reputation points
0 answers

How to get more metrics from AzureML Wide&Deep Recommender

Hello! I was wondering if there is a way to get more output metrics for the wide and deep recommender in azure ml v1? It only gives ndcg and I don't see a way to get other metrics. Appreciate the help in advance!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-22T17:58:01.5233333+00:00
Ethan Shapiro 0 Reputation points
commented 2024-08-23T07:38:36.43+00:00
dupammi 8,455 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to update the SKU of the Azure container registry that is automatically created when creating an Azure Machine learning workspace

I am using Azure Mahcine Learning product and I have confirmed that Azure container registry resource group is automatically created when workspace is activated. However, I am not using ACR specifically at the moment, so I want to change SKU to Basic…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-19T23:37:27.2966667+00:00
홍동균 20 Reputation points
accepted 2024-08-23T06:12:35.01+00:00
홍동균 20 Reputation points
2 answers One of the answers was accepted by the question author.

I have a new compute instance that has Python3.8 and Python3.9 and in Azure Notebook some libraries not found.

I created a new compute based on an earlier one from Dec 2023. Dec 23 compute has Python3.8 New compute has Python3.8 and Python3.9. Azure notebook uses Python 3.9.19 From command line "import sklearn" works for 3.8 and 3.9 Azure notebook…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-21T21:12:17.58+00:00
Phelps, Ronald (Ron) (CIV) 40 Reputation points
accepted 2024-08-22T14:54:22.4733333+00:00
Phelps, Ronald (Ron) (CIV) 40 Reputation points
0 answers

How can I get MLClient object in the azureml job runtime

I try to get azureml MLClient object in the job created on azureml python sdk v2. I use azure.identity.DefaultAzureCredentials as creds. I am able to get "Workspace" using "Run" class from sdk v1. I try to get ml client like…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 questions
asked 2024-08-20T07:00:37.9433333+00:00
Aziz Nadirov 0 Reputation points
commented 2024-08-22T08:19:23.5166667+00:00
romungi-MSFT 44,076 Reputation points Microsoft Employee
1 answer

Private Azure Machine Learning Workspace getting forbidden to reach private Storage Account for SAS

My Azure Machine learning workspace is configured with private endpoint , my aml is configured to a Storage account which is also configured private endpoint and disabled the public access, My Storage Account network will looks like below The…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,802 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.
3,053 questions
asked 2024-07-26T04:34:00.46+00:00
Jay 86 Reputation points
commented 2024-08-22T07:10:36.62+00:00
AshokPeddakotla-MSFT 31,976 Reputation points