2,646 questions with Azure Machine Learning tags

Sort by: Updated
0 answers

Azure ML Pipeline Job Status Not Reflecting Failure on Exception

Description: I have encountered an issue where my Azure ML pipeline job status does not reflect a failure even when an exception is raised in one of the steps. The job continues to show as succeeded despite the error. Here are the details of the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-10T13:07:32.6933333+00:00
Mallik, Sourav 0 Reputation points
commented 2024-06-10T17:24:59.9466667+00:00
YutongTie-MSFT 47,416 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,646 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 20 Reputation points
commented 2024-06-10T15:54:47.7766667+00:00
Antonio Gonzalez 5 Reputation points
0 answers

Connect Azure Synapse directly to Model Registry

I'm attempting to connect my Azure Synapse Workspace to an Azure Machine Learning Registry resource directly, without the addition of a Machine Learning Workspace. I had previously had networking issues utilizing the workspace and, seeing as Synapse is…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,529 questions
asked 2024-06-10T15:37:05.6+00:00
Michael Wittman 76 Reputation points
1 answer

How can I access the data from blob storage through script.py using online endpoint?

Hello, I have deployed an MLflow classification model through an online endpoint. To obtain customized output from the endpoint, I have included a score.py. This script.py is designed to retrieve data from blob storage/data assets using the customer…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
Microsoft Endpoint Manager Training
Microsoft Endpoint Manager Training
Microsoft Endpoint Manager: A Microsoft endpoint management platform that incorporates System Center Configuration Manager and Intune and provides endpoint security, device management, and intelligent cloud actions.Training: Instruction to develop new skills.
7 questions
asked 2024-06-10T12:20:30.0133333+00:00
Yogeshkumar Shankariya 0 Reputation points
answered 2024-06-10T12:20:30.05+00:00
Q&A Assist
0 answers

how to fail an Azure ML run?

We are using Azure ML for large tests to facilitate testing our code on CUDA in an automated manner. Things work mostly well, but one thing we cannot figure out is how to fail a job such that the job failure shows in the UI as Failed (see…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2020-12-10T14:04:57.12+00:00
Fabien Campagne 41 Reputation points
commented 2024-06-10T08:34:44.05+00:00
Mallik, Sourav 0 Reputation points
0 answers

Using Azure to optimize pricing strategies for car parts sales

A car company wants to optimize the pricing strategy for their vehicle spare parts using Azure tools. How can Azure machine learning or other available Azure tools be used to find an ideal price that increases profitability while retaining clients and…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-10T08:14:57.2766667+00:00
Shahar Spencer 60 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Machine Learning Studio - Notebooks not loading since Friday 7th June 2024

Started today but we can't browse any of our Notebooks We have multiple instances of AML Studio running - in the UK South and North Europe regions - none of them load correctly Spun up a new instance of AML in the Azure Portal to test - got the same…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-07T09:01:33.11+00:00
Neil McAlister 261 Reputation points
commented 2024-06-10T07:47:08.8+00:00
James Morris 95 Reputation points
1 answer

First Regression Model - Automobile Price Data (Raw) content is NULL

Hi I am following the regression training to build a first model on the designer. When I click "Preview" of the Autombile Price Data (Raw) , there is noting on the data. And I can find the message "Value cannot be null" as…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-07T06:39:23.5333333+00:00
Hugo Leung 0 Reputation points
commented 2024-06-10T07:13:20.1033333+00:00
santoshkc 5,505 Reputation points Microsoft Vendor
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,646 questions
asked 2024-05-27T08:38:52.3766667+00:00
Hari Samynaath Sankaran 10 Reputation points
commented 2024-06-10T06:20:10.15+00:00
Hari Samynaath Sankaran 10 Reputation points
1 answer

How to access swagger.json page?

was anybody able to access swagger.json endpoint? I was able to get my primaryKey and secondaryKey from the azure console, but i'm unable to access the swagger json - nor the deployed endpoint. Also, unlike the UI showed in those videos, i don't have…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-07T02:36:48.5366667+00:00
Yeg Sul 0 Reputation points
commented 2024-06-10T02:31:57.6033333+00:00
YutongTie-MSFT 47,416 Reputation points
1 answer

Integrating Databricks notebooks in Azure ML using SDK V2

Hi all, We currently have some Azure Databricks notebooks in production which we would like to integrate in Azure ML using the v2 SDK. I found resources to integrate these notebooks using the databricks_step in the v1 SDK. The official documentation…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,007 questions
asked 2024-06-07T13:12:55.3333333+00:00
Alexander 0 Reputation points
commented 2024-06-08T11:03:22.4433333+00:00
Alexander 0 Reputation points
2 answers

Cannot get GPU tensorflow to work on Azure ML Compute Instance

I am experimenting with constructing some DNNs in a notebook running in Azure Machine Learning Studio. In order to speed up model training in tensorflow/keras I want to utilize the GPU of my compute instance. However, upon importing tensorflow in my…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-01-10T13:19:58.3333333+00:00
aot 61 Reputation points
edited a comment 2024-06-08T03:33:52.83+00:00
Sid Gudiduri 0 Reputation points
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,646 questions
asked 2024-05-25T11:28:35.15+00:00
Aisha Ijiyode 15 Reputation points
commented 2024-06-07T17:20:06.92+00:00
Preston Malen 0 Reputation points
1 answer One of the answers was accepted by the question author.

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,646 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,400 questions
asked 2024-05-16T23:22:33.9533333+00:00
Education is the Key 85 Reputation points
accepted 2024-06-07T17:05:46.7766667+00:00
Education is the Key 85 Reputation points
0 answers

How can I view my files and folders in Notebooks on Azure ML Studio

This morning, I launched Azure Machine Learning Studio and I couldn't access any file or folder in my Notebooks. Just to confirm that it is not just me, I tried another account/workspace etc and discovered that it seems to be a general issue. Is there…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-07T12:54:13.4433333+00:00
Adetoro Bayo (Guarantor My Loan) 5 Reputation points
commented 2024-06-07T16:18:37.96+00:00
Adetoro Bayo (Guarantor My Loan) 5 Reputation points
0 answers

AutoML Endpoint error in testing

this is my first time I try the AutoML from coursea. When i test the first AutoML , there is an error message as below for my endpoint. endpoint =http://39da1c90-5385-4ad6-8629-caf5215e65b9.eastus2.azurecontainer.io/score ^ SyntaxError: invalid…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-06T02:35:44.5433333+00:00
Hugo Leung 0 Reputation points
commented 2024-06-07T09:30:53.6466667+00:00
dupammi 7,745 Reputation points Microsoft Vendor
0 answers

How to preview data for the sample dataset. I am getting the error highlighted below and how to show me the column names.

Specifically, I am getting the following errors in the Designer of Azure ML Studio, while creating a new pipeline. I cannot preview data for the sample dataset. I am getting the error highlighted below.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2024-06-07T00:32:28.61+00:00
Akshay Maan 0 Reputation points
commented 2024-06-07T07:54:58.92+00:00
Akshay Maan 0 Reputation points
4 answers

Hi team, I can't see create inference pipeline in my top pane beside submit button on Azure ML designer

![79621-free-trail-designer.png][1] [1]: /api/attachments/79621-free-trail-designer.png?platform=QnA

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2021-03-19T09:31:10.477+00:00
Geethesh 11 Reputation points
commented 2024-06-06T15:37:52.66+00:00
Eun Daniel Namkoong 0 Reputation points
2 answers

How to retrieve Azure ml credentials within pipeline job runtime?

I am using the AzureML Python SDK V2 and want to create an ML client inside a pipeline job without having to pass subscription ID or resource group as inputs. How can I achieve this?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2023-12-08T13:00:48.1633333+00:00
guru nath 0 Reputation points
answered 2024-06-06T15:19:33.7+00:00
Bouillon, Paul 0 Reputation points
2 answers One of the answers was accepted by the question author.

Changing Azure ML Endpoint number of concurrent requests

I'm trying to deploy a few Azure Machine Learning endpoints to production that we can then use for our applications and for other customers to access as samples. Our applications allow users to monitor RTSP cameras. Once they choose to monitor we will…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
asked 2023-08-15T09:10:10.9333333+00:00
Pedro Brito 30 Reputation points
answered 2024-06-06T14:47:35.35+00:00
Arthuro 10 Reputation points