Skip to main content

Questions tagged [azure-machine-learning-service]

For questions about Microsoft's cloud-based service for machine learning. Be sure to include in your question the version of azureml-sdk or azureml CLI that you're using and code snippets you may be using.

azure-machine-learning-service
-1 votes
1 answer
29 views

How to create Azure ML Registry using Terraform?

How do I create Azure ML registry using terraform? I see we have a way to create Azure ML workspace (azurerm_machine_learning_workspace) and ACR as well. But I don't see a way to explicitly create ML ...
Krishnan Sriram's user avatar
0 votes
0 answers
18 views

Difference between batch size and train batch size and validation batch size

The finetuning job creation required us to specify the values for these three kinds of batch sizes in the Azure ML Studio but I do not understand why we are specifying the batch size initially if we ...
S R's user avatar
  • 11
-1 votes
0 answers
22 views

azure code crash or compute ran out of memory error

I have trained my data using azure automl models.while fitting the model on future data on which I have to forecast my model doesn't fit.evereytime the following error shows up evern though my compute ...
ganesh kanase's user avatar
-1 votes
0 answers
19 views

Alternative to Azure Personalizer AI service

Azure Personalizer will be retired on 1st October 2026. We use this service on our website to power a "Recommended articles" section. The Rank & Rewards APIs are used to train the ML ...
Siddharth Thevaril's user avatar
0 votes
1 answer
34 views

Load a Registered Model in Azure ML Studio in an Interactive Notebook

I'm using Azure Machine Learning Studio and I have an sklearn mlflow model stored in my default datastore (blob storage) which I have then registered as a model asset. How can I load this model inside ...
Matt_Haythornthwaite's user avatar
-1 votes
1 answer
75 views

How to prepare data for batch-inference in Azure ML?

The data format (.csv) that I am using for inferencing produces the error : "each data point should be a conversation array" when running the batch scoring job. All the documentations ...
S R's user avatar
  • 11
0 votes
1 answer
29 views

How can I install python and pip via conda without internet access during environment creation in AzureML?

I need to create an environment in AzureML, however there is no public internet access configured in the network settings of my workspace. I can access my Python packages locally on a storage account ...
virginia123's user avatar
1 vote
0 answers
51 views

Azureml studio Unable to start connection test getting ValidationError: Required metadata property ContainerName is missing

In Azureml studio i go into service connection and try to test the connection using Microsoft Entra but getting " Required metadata property ContainerName is missing." however when i go ...
Muhammad Pathan's user avatar
1 vote
1 answer
71 views

Connecting VSCode Desktop (Locally) to Azure Studio Compute Instance through Azure Machine Learning Extension - New

I have been combing the internet for this for a long long time, so your help is very very much appreciated, I am trying to connect to an Azure Studio Compute Instance through VSCode Desktop and its ...
Franck BENICHOU's user avatar
0 votes
0 answers
41 views

Connecting VSCode Desktop (Locally) to Azure Studio Compute Instance through Azure Machine Learning Extension

I am trying to connect to an Azure Studio Compute Instance through VSCode Desktop and its associated Azure Machine Learning VSCode extension. Context: While developing in Azure Studio ML Compute ...
Franck BENICHOU's user avatar
0 votes
1 answer
83 views

Azure API Create Serverless Endpoint Not Working

I am trying to create a Serverless Endpoint as outlined in the documentation here. I tried both the API version 2024-04-01 and 2024-04-01-preview without success. I can create this resource without ...
Andrei Gaspar's user avatar
0 votes
1 answer
65 views

Control where Source Code for Azure ML Command gets Uploaded

I'm working in a notebook in Azure Machine Learning Studio and I'm using the following code block to instantiate a job using the command function. from azure.ai.ml import command, Input, Output from ...
Matt_Haythornthwaite's user avatar
0 votes
2 answers
124 views

How can I access a OneLake in Fabric from Azure Machine Learning?

As Azure Machine Learning has more maturity compared to Synapse Data Science from Fabric that I recently been using, I wanted to know: If there is a way to access OneLake data (Files or Tables) from ...
JBSH's user avatar
  • 107
0 votes
1 answer
99 views

"requests.exceptions.HTTPError: 400 Client Error: BadRequest for url" when querying an Azure Data Explorer table

I am running a Python script from the Azure Machine Learning (AML) environment. This script queries data from an Azure Data Explorer (ADX) table, using the Kusto Query Language (KQL). Here is an ...
Sheldon's user avatar
  • 4,519
0 votes
1 answer
45 views

Bicep Azure Machine learning custom role assignment

List of role assignments: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-assign-roles?view=azureml-api-2&tabs=team-lead i want to implement a Data Scientist Custom role. how can i ...
MPathan's user avatar
  • 68

15 30 50 per page
1
2 3 4 5
131