Questions tagged [azureml-python-sdk]
188 questions
-1
votes
1 answer
i run into an error registering azure ml sdk output data into the datastore
I am doing data engineering on my data for ML but after editing and adding some columns i cant register the output to the datastore and i get the error on the image
how can I solve this error?

Adika Stadevant
- 45
- 8
-1
votes
1 answer
Azureml : error "The SSL connection could not be established, see inner exception." while creating Tabular Dataset from Azure Blob Storage file
I have a new error using Azure ML maybe due to the Ubuntu upgrade to 22.04 which I did yesterday.
I have a workspace azureml created through the portal and I can access it whitout any issue with python SDK
from azureml.core import Workspace
ws =…

elka
- 35
- 6
-1
votes
1 answer
How do i visualize azure ml predictions in power bi
I am working with azure ML notebook for timeseries predictions
I have done everything and i have my predictions however i want to have my data and my predictions visualized in power bi.
How do i save my data back to azure blob so i can utilize …

Adika Stadevant
- 45
- 8
-1
votes
1 answer
Preprocesing data to prediction in Azure Maching Learning Endpoint and cost diffrence in batch/online endpoint
I created ML model, which i want to deploy on Azure. In steps, I first preprocess data, like OHE for categories and standarize numeric data using StandardScaler(), then I train model.
After that, I register it and deploy.
I want to consume this…

MaciJab
- 1
-1
votes
1 answer
Facing problem in azure ml pipeline creation
When creating the container image, it is showing below error in ACI instance.
Any help is appreciated.
Exception in worker process
Traceback (most recent call last):
File "/opt/miniconda/lib/python3.6/site-packages/gunicorn/arbiter.py", line 557,…

Gowtham
- 13
- 1
- 5
-1
votes
1 answer
How to create AzureML environement and add required packages
I want to use add some packages to the environment for AzureML environment. What is the way for that?

Saurabh Kansal
- 643
- 5
- 13
-1
votes
1 answer
How to create AzureML environment for an experiment from conda specification file
I want to use my existing specification file of conda environment for creating AzureML experiment environment. How could we do that?

Saurabh Kansal
- 643
- 5
- 13
-1
votes
1 answer
how to create AzureML environment from a pip requirements file
I am very comfortable with creating environment from a requirements file using pip. Could i create the same type of environment from requirements file for AzureML experiment?

Saurabh Kansal
- 643
- 5
- 13