2,561 questions with Azure Machine Learning tags

Sort by: Updated
1 answer

Creating Personalized Product Recommendations with Power BI

We have built a Power BI dashboard that analyzes the main influencers for higher sales. For the current year, the factors that are main influencers are: Sales item quantity 2.9 or higher Distinct items 1.8 or higher Item family 0.78 or less…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
47 questions
asked 2024-04-24T20:33:15.42+00:00
Rodrigo Xavier 0 Reputation points
edited an answer 2024-04-25T02:50:31.4633333+00:00
dupammi 6,150 Reputation points Microsoft Vendor
0 answers

Unable to install Azure Machine Learning extension ml

When I run the following command az extension add -n ml -y I get the following error An error occurred. Pip failed with status code 1. Use --debug for more information.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-05T16:57:58.46+00:00
Prateek_Awate 5 Reputation points
commented 2024-04-25T01:41:08.0666667+00:00
AshokPeddakotla-MSFT 27,311 Reputation points
0 answers

Can I Access Feature Weights in Azure AutoML Time Series Forecasting Models?

After deploying a time series forecasting model in Azure AutoML, I'm interested in examining the weights assigned to each feature column utilized by the model to generate predictions. While exploring the 'Explain model' feature, I only found the weight…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,113 questions
asked 2024-04-24T09:46:16.7033333+00:00
Anjali Kumawat 20 Reputation points
commented 2024-04-24T12:58:47.1066667+00:00
santoshkc 4,095 Reputation points Microsoft Vendor
0 answers

Azure ML Managed Feature store problem

Hi all, we are trying to figure out with Managed Feature Store, but have problem with access. An error occurred while calling o1073.parquet. : org.apache.hadoop.fs.azure.AzureException: org.apache.hadoop.fs.azure.AzureException: No credentials found for…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-24T04:10:39.84+00:00
Denis Bruk 21 Reputation points
commented 2024-04-24T11:08:02.1733333+00:00
romungi-MSFT 41,961 Reputation points Microsoft Employee
2 answers

Azure Machine Learning Studio, Python 3.10

Hi, I am trying to train my Deep Learning model in Azure ML studio through the Visual Studio Code extension. My code is build upon Python 3.10, which is needed for several packages. However I cannot seem to get my Azure ML Studio compute to run on this…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-20T12:35:02.2666667+00:00
Remco Coppens 0 Reputation points
edited an answer 2024-04-24T10:04:49.06+00:00
romungi-MSFT 41,961 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure CLI ERROR when add extensions: An error occurred. Pip failed with status code 1

Hi everyone I'm trying to add extensions in Azure CLI with the command: az extension add --name subscription however I get the following message: An error occurred. Pip failed with status code 1. Use --debug for more information. Here the debug…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,047 questions
asked 2023-12-01T05:55:00.18+00:00
Carlos Ochoa Medrano 30 Reputation points
edited a comment 2024-04-24T06:50:16.6833333+00:00
Joanna Wójtowicz 0 Reputation points
2 answers

Trying to deploy image segmentation model locally WSL2+Ubuntu-22.04

Trained the model. It looks like no errors. But wheh I'm trying model generated conda.yaml file to recreate conda environment om WSL2+Ubuntu-22.04 it complains about recordclass==0.15.1. Tried everything possible without any luck. Any help is really…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-04T02:55:15.67+00:00
Ildar Boltunov 5 Reputation points
edited a comment 2024-04-23T23:48:15.53+00:00
Ildar Boltunov 5 Reputation points
0 answers

Azure ML Dynamic Output Path

Hi there, relating to this example: "https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-inputs-outputs-pipeline?view=azureml-api-2&tabs=python#how-to-customize-output-path" Is it possible to dynamically set the output…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-17T10:07:03.4266667+00:00
Sten Schneider 0 Reputation points
commented 2024-04-23T14:23:35.73+00:00
Sten Schneider 0 Reputation points
4 answers

AzureML endpoint - gunicorn worker timeout

Hello everyone, I am trying to deploy a large model using AzureML endpoint. The model is made up of many sub-models which get loaded by the init() method as described in the documentation here. The model is trained and then registered in…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2021-08-27T13:30:44.527+00:00
Matteo 26 Reputation points
answered 2024-04-23T13:21:07.82+00:00
Tommaso Berritto 0 Reputation points
0 answers

Fine tuning Llama 2 model in UK

We are trying to fine tune the Llama 2 model but it seems we need a project set up in the US West 3 region to do this. Right now when I try to fine tune I get this error: SpecialFeatureOrQuotaIdRequired InvalidTemplateDeployment: The subscription does…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 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,367 questions
asked 2024-04-22T15:44:40.9566667+00:00
Joe Jordan 0 Reputation points
commented 2024-04-23T07:34:33.6866667+00:00
Joe Jordan 0 Reputation points
1 answer

How to retrieve the model name and version from MLW online endpoint?

Hi, I have an online endpoint in machine learning workspace. I use REST API to call the endpoint. Additionally, I would like to retrieve the model name and version that is used by the online point. Is there a way to do it via REST API? Thank you!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-04T11:48:44.6+00:00
Demet Sude Saplik 31 Reputation points
answered 2024-04-22T22:06:12.7666667+00:00
Minh T 0 Reputation points
1 answer

Azure ML Batch Endpoint: Configuring the output

Hello, I created a batch endpoint in Machine Learning Workspace and I would like to configure the output path. I follow the tutorial…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2023-05-22T12:12:34.16+00:00
Demet Sude Saplik 31 Reputation points
answered 2024-04-22T13:51:00.68+00:00
Sten Schneider 0 Reputation points
0 answers

Inconsistent Results in Azure AutoML Model Deployment to Power BI

I have deployed the model in Azure ml using Azure AutoML and successfully consumed it in Power BI also but the problem is when I apply the filter on any gpn code it gives the correct output for one but for the whole table it gives a different…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-16T07:10:01.8666667+00:00
Anjali Kumawat 20 Reputation points
commented 2024-04-22T13:03:56.9066667+00:00
dupammi 6,150 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How do I merge my 2 MCIDs

Hi, Somehow 2 MCID got created for me over the years. How do I merge them ?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-12T22:48:17.6066667+00:00
Akshay Salvi 20 Reputation points
accepted 2024-04-22T12:34:35.0933333+00:00
Akshay Salvi 20 Reputation points
1 answer

Cannot use GPU on Azure Notebooks in Azure Machine Learning Studio

Hey All, I am new to Azure Machine Learning Studio and am currently trying to train some models on a GPU compute instance in on Azure Machine Learning Studio. The compute instance that I am using is Standard_NC6. The problem I am currently facing…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2021-07-05T13:47:03.86+00:00
Lim, Zi Lian 1 Reputation point
commented 2024-04-22T09:39:37.43+00:00
Kosoko, Ibrahim 0 Reputation points
1 answer

Is it possible to store logs and metrics of an Azure Machine Learning AKS online endpoint?

Hi, I need to store some logs and metrics coming from an AKS online endpoint created inside an Azure Machine Learning Workspace. I configure two different diagnostic settings both at workspace and endpoint level, setting that all the logs and metrics…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,854 questions
asked 2024-04-05T08:42:34.88+00:00
G Cocci 211 Reputation points Microsoft Employee
commented 2024-04-22T07:40:45.76+00:00
YutongTie-MSFT 46,406 Reputation points
1 answer

How can I access the NC-series VMs in Azure ML compute cluster?

I am struggling to find the NC-series VMs when creating a compute cluster for Azure Machine Learning Service. Only a few VM families are present. Can anyone provide guidance on how I can access NC-series VMs in Azure ML?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,116 questions
asked 2024-04-03T14:39:26.0166667+00:00
Ananth Ayyaswamy 0 Reputation points
edited an answer 2024-04-22T07:31:46.9833333+00:00
YutongTie-MSFT 46,406 Reputation points
0 answers

I received a charge for Azure compute for a number of days when the status of the service was "Set Up Failed", why would I be charged when the service failed to start.

I am using Azure Machine Learning for personal purposes. I activate the compute resources when I am using the service and it automatically shuts down after an hour. On the days when I use the service I generate a couple of dollars of compute charges. …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-04-22T00:42:17.65+00:00
Chris Hannan 0 Reputation points
commented 2024-04-22T06:23:58.5666667+00:00
AshokPeddakotla-MSFT 27,311 Reputation points
0 answers

Hierarchy and relationships between Azure OpenAI, Azure Hub, Azure AI, Azure AI Project, Azure AI Services...

I surely can't be the only person thrown by the spaghetti of different AI services provided by Azure? Where do I start? I set up OpenAI months ago. It worked well. Now I want to add managed Llama 3, Mixtral, etc., services but have become lose in the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,151 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,367 questions
asked 2024-04-22T03:56:06.27+00:00
Girish Gupta 0 Reputation points
commented 2024-04-22T05:49:30.2033333+00:00
romungi-MSFT 41,961 Reputation points Microsoft Employee
2 answers

How to change csv column name

I have a data set and when I load it into data entities and read it in the notebook, my column names become the data in the 1st row.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,561 questions
asked 2024-03-11T09:18:24.7066667+00:00
Gülşah Kılıç 0 Reputation points
answered 2024-04-22T01:15:16.34+00:00
Maui Rivera 240 Reputation points Microsoft Employee