Azure Machine Learning and jupyterlab git extension not working
Hi, I need some help trying to understand why I can't see any GIT options (left panel and top selection drop down menu) in my Azure machine learning JupyterLab. I did the following steps: jupyter labextension install @jupyterlab/git pip install…
Azure Machine Learning

Update out of date packages on Azure Machine Learning Compute instance
Started up a STANDARD_D11_V2 cluster to run some notebooks on. Wanted to use json_normalize from pandas: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.json_normalize.html and I get the below error: AttributeError: module 'pandas' has…
Azure Machine Learning
Jupyterlab page is blank
In my Workspace, after creating a compute, when I click on Jupyterlab , I get a blank page. When I click on Jupyter, the notebook work fine. Whats the issue
Azure Machine Learning
Accessing the my ML Model from azure ml
I am accessing my ML modal that i have deployed on azure ml and using that model to predict but is there any way i can pass the data other than json format ?
Azure Machine Learning
How is AML's average GpuUtilization metric computed?
How is the "GpuUtilization" metric computed for an AML workspace? What are the inputs and what is the equation used to compute GpuUtilization? The "metrics" tab in the AML web portal shows a chart of the GpuUtilization over a…
Azure Machine Learning
Access Azure Machine Learning logs from another Azure Project
I am running two Azure instances. The main instance can be considered the parent instance and will house all insights across all the children instances. The children instances are aligned to specific lines of business performing machine learning. The…
Azure Machine Learning
ModuleExceptionMessage:ColumnUniqueValuesExceeded: Number of unique values in column: ds is greater than allowed.
We are trying to train a model using the Boosted Tree Regression model and running into the "ModuleExceptionMessage:ColumnUniqueValuesExceeded: Number of unique values in column: "ds" is greater than allowed." error. This is a time…
Azure Machine Learning
How to deploy Azure automated machine learning model to production to generate forecast
I managed to use Azure automated machine learning to train a time series forecasting model in Azure machine learning studio. We get new data only once a month, therefore we do not think that web service is necessary for our needs. We want to deploy…
Azure Machine Learning
How to deploy Azure automated machine learning model to generate forecast
I managed to use Azure automated machine learning to train a time series forecasting model in Azure machine learning studio. We get new data only once a month, therefore we do not think that web service is necessary for our needs. We want to deploy…
Azure Machine Learning
azureml-sdk and azure-identity==1.4.0
In our project we already use azure-identity==1.4.0 (to use az cli authentication in development - DefaultAzureCredential). Now we would like to use azureml-sdk however it seems that it only works with azure-identity<1.3.0. Is there any workaround…
Azure Machine Learning
Deploy ML model to Kubernetes + overwrite previous endpoint
I'm building a CI/CD pipeline in Azure DevOps for the deployment of my Machine Learning model to Azure Kubernetes Service. I have the following task in my YAML pipeline file (replaced some of the values with '...'): - task: AzureCLI@1 displayName:…
Azure Machine Learning
Azure Kubernetes Service

MLS version (9.4.7) is supported up to Cloudera 6.1
The current latest MLS version (9.4.7) is supported up to Cloudera 6.1 only, so wanted to check if there are any plans and a timeline to certify/support Cloudera 6.3.2 versions.
Azure Machine Learning
Microsoft Machine Learning getting sample sizes and other information
Hi, We are using the Microsoft Machine Learning library (Microsoft.ML). We have the following script working: var trainingData = mlContext.Data.LoadFromTextFile<CSOData>( path:…
Azure Machine Learning
Is there a way to access compute quotas with the Azure CLI or Python SDK?
I want to tabulate the compute quotas for each Azure ML workspace, in each Azure location, for my organization's Azure subscription. Although it is possible to look at the quotas manually through the Azure Portal (link), I have not found a way to do this…
Azure Machine Learning
Experiment added into collection becomes a deleted item
I cannot add these experiments into my collections. Whenever I add them, and then refresh my page to see if they are in the collections, they become deleted items. Is this some sort of bug?
Azure Machine Learning

Deleted Azure ML Key Vault
Does anyone have an idea if there's a way to associate an existing ML resource with a different key vault, storage account, etc? The names generated for these resources when you create a ML resource do not match our naming convention, plus, our key vault…
Azure Machine Learning

AI Build Flow Getting Failed Due to Error "Action 'Predict' failed"
Dear Team, Trying to build a AI Build solution flow to capture the PDF information, but getting below error details Start time: Aug 14, 09:23 AM (2 h ago) Duration: 00:00:41 Status: Failed Error: Action 'Predict' failed Error Details: …
Azure Machine Learning

How to assign a value to a text in Mashin Learning?
Hello Everyone, I'm a new user of Microsoft Azure Mashin Learning studio so sorry if my Question is not challenging enough. so i'm trying to train a model and my data looks like this ]1 the First row is ID ,the second is the Description (this is the…
Azure Machine Learning
how to retrain model and deploy (if new model is better) by schedule or trigger with Azure MLops ?
Hi i am beginner of azure. i am trying to use mlops. it is not easy to not programmer... but i want to practice mlops. i want to retrain model by scheduling. please let me know how to retrain model and deploy (if new model is better) by…
Azure Machine Learning
Zoom or increase size of a cell in azure notebooks
Hi, I have a plot but the cell is quite small to correctly display the plot, I didn´t find how to zoom or increase cell size for better display, any alternative?