I have used automl.classification to create a automl job in sdkv2. But the model trained is having sdkv1 packages why ??? and how can i resolve this i want my model to use sdkv2 packages.
I have used below code to create a automl job. Models trained from it are using sdkv1 libraries why ?? though below code is sdkv2. I want to evaluate my model on new testing data in my local environment but getting package issue with sdkv2 packages…
Azure Machine Learning
How to fetch child job models from automl job in sdkv2 ??
In SDK v1 this is the way to fetch the fitted_model using get_output function. How to do it in SDK v2 as ml_client.jobs.get(child_job_id) doesn't work. match = re.search(r'\_(\d+)$', child_run_id) iteration = match.group(1) assert…
Azure Machine Learning
I try to deploy ml end point and i keep getting an error saying Resource provider [N/A] isn't registered with Subscription
When i try to deploy machine learning end point i get same error over and over although i did register the resources with my subscription. This is the error i get "Resource provider [N/A] isn't registered with Subscription"
Azure Machine Learning
Dall-E 2 of 2 Capacity Unit Shadow ?
Hello, I am encountering the following error when deploying Azure OpenAI resources with AzureChat (https://github.com/microsoft/azurechat.git) and got the same problem with GUI : InsufficientQuota: This operation require 1 new capacity in quota Capacity…
Azure Machine Learning
Authentication issues when starting notebook compute
Until last week the process for opening a notebook in Azure Machine Learning Studio was: Go to Notebooks Open notebook Select compute instance and start it At this stage a banner notification would appear saying that you need to authenticate to…
Azure Machine Learning
Error writing to OneLake datastore from Azure ML pipeline
I'm currently building an Azure ML pipeline in which I'd like to be able to send outputs to our OneLake lakehouse's Files area, rather than storing them in the blob storage associated with the Azure ML workspace. I'm using output paths that look like…
Azure Machine Learning
There is a package conflic when Responsible AI is trying to run. How do I resolve this?
I am using Azure AutoML to train a predictive model that can guess segments. One of the child jobs for Responsible AI fails with the error below. Because of this my trained model does not have an explanation. I need to resolve this, so that I can…
Azure Machine Learning
How to get permissions in order to deploy TimeGen-1?
Greetings, I am trying to deploy TimeGEN-1. so I've chosen it from model catalog, however when i clicked on "Deploy", i got the following error: Cannot create marketplace subscription UserError: Marketplace Subscription purchase eligibility…
Azure Machine Learning

newly deployed cohere model not returning content though giving 200
INFO:main:Requesting embedding from endpoint: https://ai-hubhyperbrane732453665666.services.ai.azure.com/models INFO:main:Model name: Cohere-embed-v3-english INFO:azure.core.pipeline.policies.http_logging_policy:Request URL:…
Azure Machine Learning

Unable to Use Uploaded CSV (MLTable) Dataset in Azure AutoML
Hi, I'm attempting to use Azure Machine Learning's AutoML feature to train a classification model using a CSV file I've uploaded. I've followed all best practices, including: Uploading the CSV via the Data > +Create > Data Asset path Selecting…
Azure Machine Learning
unable to access GPU resources on LLM_Sandbox_number1
While trying to setup an Azure Machine Learning Workspace, I was unable to assign GPUs as a part of the compute. I received access to only CPUs. However, I have been using GPUs in other parts of my application pipeline. Is there anyway to add these…
Azure Machine Learning
Cannot create Managed Online Endpoints — SubscriptionNotRegistered
I am trying to create a Managed Online Endpoint in Azure Machine Learning. I am getting the error: (SubscriptionNotRegistered) Resource provider [N/A] isn't registered with Subscription [N/A] I already verified that all resource providers are registered…
Azure Machine Learning
Microsoft Entra Hybrid Join (Azure Hybrid Join) error - 0x80072f78
Hello, So I got through multiple things and I would like to know if someone has any idea what to do here. I'm trying to join devices into tenant as hybrid joined, to deploy Windows Hello for Business. We're using Microsoft Entra Connect after recent…
Azure Machine Learning
Windows Server
Windows 11
Microsoft Entra ID
Understanding example of MultiClass Classification
Hello, I am currently reading the module multiclass classification and would like to understand how was TN(true negative) value for Class 0 derived as 5 instead of 4 (Section : The confusion matrix for a multiclass classifier). Can some-one help me…
Azure Machine Learning
How do I enable a Private Endpoint for Pay-As-You-Go Model Endpoints in Azure AI Hub
I have deployed 'Llama-3.3-70B-Instruct' in Azure AI Hub Foundry as Serverless API in East US2 region. Enabled the Private Endpoint on AI Hub with the DNS…
Azure Machine Learning
How to deploy a blue deployment in an azure managed online endpoint while having a green deployment with 100% traffic allocation, and avoid downtime
I have a green deployment with 100% traffic allocation, and I need to know how can I deploy a blue deployment to the same endpoint and not have the traffic in green set to 0% while blue is building up (this seems to be the default behaviour). What I am…
Azure Machine Learning


signing up as student
Hello I am Ibrohim Fattakhov. I wanted to sign up student but it won't work. I study at the university of Europe for applied sciences in Hamburg in Germany. I entered my university but it says unable to identify university ID. How can I sign Up as a…
Azure Machine Learning
Cohere-embed-v3-multilingual model was working for a couple of weeks, then suddenly stopped working.
My application was successfully using the Azure AI Embeddings client with Cohere multilingual embedding models for the last couple of weeks. This week, without any code changes on our end, the same code started returning JSONDecodeErrors. Our…
Azure Machine Learning
Timeline for the public release of the Preview policies for Azure ML model deployment
We are defining scalable and extensible Azure policies to restrict the deployment of Azure ML models, including serverless LLM models, online endpoints, and batch endpoints. We have identified two built-in policies for this purpose: [Preview]: Azure…
Azure Machine Learning
Compute Instance, Attached Compute in ML Studio issues
I am not able to attach a Virtual Machine I created with GPU to My ML workplace in ML Studio. I honestly don't understand why things have to be so difficult in Azure. It is telling me to modify firewall, to set up private IP, Storage in the VN, I am…