How to auto-authenticate AML compute instance to start on a regular schedule?
Hi, I am trying to use Azure ML workspace to run Python notebooks on a regular basis to query Kusto data and conduct data processing. I created a Compute instance in AML, set up the starter shell script, and configured the Startup schedule of the compute…
i can t make new account in azure
This question is related to the following Learning Module
Move data from one component to the next in Azure Machine Learning
I have got 2 components in Azure Machine Learning. I have got 2 dataframes in the first component (called prep) which I want to pass into the next component (called middle) for further processing. In the prep code, I have tried to save the dataframe into…
Help Deploying a Fine-Tuned LLaMA 3.2 Model with Streamlit on Azure
Hey everyone, I need some help deploying a machine learning application on Azure. Here's what I've done so far: I fine-tuned a LLaMA 3.2 model for a binary classification task on my local machine. The fine-tuned model is saved locally. I'm using…
How to fix ML_Client can not connect to the workspace
Hi there, I am trying to connect the ML workspace on my notebook. Here's my code # import required libraries from azure.ai.ml import MLClient from azure.ai.ml.entities import Environment, BuildContext from azure.identity import DefaultAzureCredential #…
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 can I use built-in components from Azure ML Studio in the Python SDK?
I am trying to do something like this. I am trying to use the Python SDK to retrieve a built-in component from the Azure ML Studio Pipeline Designer so that I can use it to build pipelines in code, I don't think it works like this though because it can…
AzureML model monitoring error
I try to set up model monitoring as in Azure ML documentation. When I run the monitoring job, I get the following error: No data found for the given time window: 2024-07-29 07:54:54.277000+00:00 to 2024-08-05 07:54:54.277000+00:00 in input…
Optimizing Machine Learning / Only process new data
Hi all, I have deployed a small setup through Azure AI Studio and everything is working fine. I am using Azure OpenAI Services (GPT4o-mini). As I add new data to my datastore, I need to update the index accordingly (ideally daily). To do this, I have…
Issue with the sandbox being unavailable on Microsoft Azure Fundamentals
Hey everyone, I’ve been trying to use the MS Learn Sandbox for a module, but I keep running into this annoying error message: “The sandbox for this module is currently unavailable. We're working to resolve this as quickly as possible. In the meantime,…
Model Performance Signal (Preview) | Model Monitor - Data Joiner | error:" join column 'correlationid is not present in left_input data.
Greetings, I am working on my MLOps project and have been trying to use the Azure ML "model performance" monitoring function to detect the model's degradation. Left_input_data is the deployed model's inference output data, which were…
Inquiry about Machine Learning Model Deployment Error in Azure for Students Account
I am contacting you because an error occurred at the "Deploy and test the model" stage while performing machine learning practice at the link below using an Azure for Students account. Link:…
What rank is used in LoRA fine-tuning?
I previously fine-tuned a few instances of gpt-4 using the standard Azure ML training flow. I am seeing online that Azure ML uses Low rank approximation in order to optimize fine tuning. I am wondering what rank is used in the LoRA fine-tuning process…
Azure ML Error:
I keep getting the following error when trying to provision Compute in Azure ML. The specified Azure ML Compute Instance ABC setup failed with error "Failed to mount storage. Details - Hint:Failed to mount due to permissions issue. Make sure the…
Deploy a Scheduled ML Pipeline in Azure with GitHub Integration
Hello, I am completely new to Azure and I need to deploy my model to run on Azure. Basically I have a pipeline.py file that runs every step of my application and connects all the other .py files located in she src/ folder, which is basically the…
(new)AML Continuous Monitoring | Mapping Ground Truth Data for Model Performance Monitoring in Azure Machine Learning
This is the new post as my first post couldn't be viewed( shown 404 error after I clicked it) Greetings, I am reading the document regarding MLOps and would like to continuously monitor the ML model deployed inside Azure Machine Learning. The goal of…
Where are auto-generated environments and scoring scripts for endpoints located?
When deploying a real-time or batch endpoint, you have the option to have both the environment and scoring script auto-generated. Where are these scoring scripts and environments stored for reference and troubleshooting, afterwards? They are not located…
What is the best input for video indexer
I am new to video indexer api, I want to leverage this api for one of my app development. My question is which format is working the best for this api to make the best result? Best result with the smaller size is the best
How do I configure search space ranges in an Azure Machine Learning sweep job from input parameters?
I am using Azure Machine Learning pipeline SDK v2 and I'd like to do a sweep job while specifying the search space range from the inputs parameters. The example currently available currently does not cover this, and I've been having problems getting it…