Azure Machine Learning - SSH Error When Attaching Virtual Machine Compute
Hello everyone, I'm experiencing an issue with the "Attach Virtual Machine Compute" function in Azure Machine Learning. I created a virtual machine and used "User Authentication" as the authentication type. The authentication worked…
Cannot create compute instance as told in Microsoft Learn Exercise
I'm going through the material to prepare for the DP100 Data Science Associate certification. I'm working through the exercise on Microsoft Azure Machine Learning, namely "Find the best classification model with Automated Machine Learning" and…
In the AI Fundamentals, Explore Machine Learning Exercise, I am failing to deploy the Model
The instructions (https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html#deploy-and-test-the-model) say to deploy the model using Standard_DS3_v3 VM types. However I cannot do this because there is not…
How can a reoccurring problem in the pipeline be fixed?
I am working on a pipeline that consists of multiple pill models. Specifically, the pills that are the most helpful for me are the Train Model, Evaluate Model, and any of the Regression Models. After building the pipeline and then configure and…
Azure Machine Learning Endpoint Deployment
Hello everyone, I am facing an issue while deploying an Azure Machine Learning setup with private endpoints. Here’s what I have done so far: Provisioned an Azure Storage account with private endpoints for both Blob and File services. Deployed an Azure…
Azure Machine Learning Registry Private Endpoint DNS Resolution
Hello! We are deploying an Azure Machine learning Registry completely private as part of our project. We could successfully deploy the associated private endpoint, but we realized that the endpoint is not automatically registered in the private DNS Zone…
Fine tuning price of azure OpenAI
No price listed in pricing page, where I can find the fine tune price of model 4o and 4omini
Azure ML Training Exercise Not Working
Azure ML(Ai certification - AI900) excercise I am using the free trial version. I am following this instruction sheet to complete the exercise, I followed every step mentioned,everything was going fine until the deploy stage. In the instructions , it…
How to bring a custom chatbot (deployed as an endpoint in Azure ML Studio) to Microsoft Teams channel?
As the title says, I have developed a chatbot using PromptFlow in Azure ML Studio. I deployed this bot as an endpoint and I wanted to integrate this endpoint to Teams channel. The closest documentation I've found is:…
Can not use model loaded into workspace
Hi, I load a trained model into the workspace using R, and when I use xgboost to predict, it always says: feature names stored in object and newdata are different I checked the data for training and test, column names and order are the same,…
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)…
How to fix real-time endpoint deloyment error for Azure ML Designer Inference Pipeline
I have created an Azure ML Inference Pipeline using the classical pre-built components from Azure ML Designer, but didn't succeed with the deployment of an online endpoint. The error is: "Failed building the environment" both for Azure…
What does target lags = [0] in Azure AutoML mean?
Hello, I'm training a time-series forecasting model with AutoML, and I've set target_lags = "auto". After training, the output shows '``forecasting_target_lags': '[0]'. Could you clarify what this represents? Does the model effectively use only…
How to fix an endpoint that is perpetually stuck updating
I have a batch endpoint that I was adding a new deployment to, and the Provisioning state of the endpoint is stuck on updating. This means that I cannot take any other action concerning this endpoint, be it another deployment or deleting the endpoint, as…
Machine Learning Studio - prepare_image step fails when deploying real time inference endpoint
I am using Azure Machine Learning Studio. In the UI, I define a pipeline in a designer. I train model by pressing Configure and Submit, I only change compute instance to mine and I set a name. Then in the pipeline's menu, I choose Create Inference…
Azure ML Registry private dns not resolving with private IP
I have private DNS zone with other Azure ML entries and it's respond with private IP but not <guid>.registry.eastus.api.azureml.ms cname still pointing into public servers "canonical name = vienna-eastus.trafficmanager.net" instead of…
Evaluating Model Accuracy with Real-World Data and Online Inference Results
I have modified the code referenced from the document Azure Machine Learning: Collect production data from models deployed for real-time inferencing . I include a column containing real-world results in the input data. The column containing…
Failed to execute command group with error API queried with a bad parameter: {"message":"unknown or invalid runtime name: nvidia"} for my azureml compute instance type Standard_NC16as_T4_v3
I am creating custom azureml pipeline using python sdk this is my code from azureml.core import Environment, Workspace, ComputeTarget, Experiment from azureml.pipeline.core import Pipeline, StepSequence from azureml.pipeline.steps import…
Uploading Multiple Folders for Remote Job via Azure Machine Learning Python SDK (v2)
I am working with the Python SDK (v2) of Azure Machine Learning. I want to launch a training script on a serverless compute by using jobs. Typically, I create and launch a job using the Python command shown below. The problem I’m facing is that my…
Can´t delete a resource
Tried to delete a 'hub' resource got the following error: <resource_name>: AI hub still has associated AI projects:…