azure-machine-learning-service Questions

3

Solved

I create one compute instance 'yhd-notebook' in Azure Machine Learning compute with user1. When I login with user2, and try to open the JupyterLab of this compute instance, it shows an error messag...
Admirable asked 5/3, 2020 at 6:6

4

Solved

I have an sklearn k-means model. I am training the model and saving it in a pickle file so I can deploy it later using azure ml library. The model that I am training uses a custom Feature Encoder c...
Breath asked 4/12, 2019 at 12:37

1

If we have PyPi Packages added as Artifacts to an Azure DevOps Project Feed, how can we use these packages as a source for installing packages in DatabricksStep of Azure Machine Learning Service? W...

0

I've been reading up a lot on Open Source LLMs and with the recent release of Llama 2, I've a question. Since Llama 2 is on Azure now, as a layman/newbie I want to know how I can actually dep...

1

I am running pyspark from an Azure Machine Learning notebook. I am trying to move a file using the dbutil module. from pyspark.sql import SparkSession spark = SparkSession.builder.getOrCreate() ...

4

Solved

I've searched for hours for this and can't find a single thing that answers the question. I've created and published a new Azure Machine Learning service, and have created an endpoint. I can call t...
Unbeknown asked 16/1, 2015 at 16:0

1

Solved

I created an Azure Machine Learning model with a REST Endpoint as a way to consume it. When I run the service using Postman everything seems to work fine. However, when I try to create an HTML webs...

3

I have a Model that I registered it with a pipeline : register_step = PythonScriptStep(name = "Register Model", source_directory = training_folder, script_name = "register_model.py", arguments ...
Airflow asked 25/3, 2020 at 0:25

5

I create experiments in my workspace using the python sdk (azureml-sdk). I now have a lot of 'test' experiments littering our workspace. How can I delete individual experiments either through the a...
Phlyctena asked 14/8, 2019 at 15:2

3

In VS Code when i try to run the below command for sign in I get below error message and it is not able to login
Euonymus asked 11/3, 2020 at 10:29

4

How may I delete an environment from azure machine learning workspace? I can create and list them but could not figure out how I may delete them?
Wartime asked 18/8, 2020 at 2:44

4

Solved

I have created two models in azure ml studio and i want to download those models. Is it possible to download train and score models from azure ml studio?
Josi asked 20/12, 2016 at 7:25

2

Solved

I am moving data into Azure Data Lake Store and processing it using Azure Data Lake Analytics. Data is in form of XML and I am reading it through XML Extractor. Now I want to access this data from ...
Wyly asked 21/3, 2016 at 9:42

2

I want to schedule azure machine learning compute instances so that I can stop them during off-hours like weekends, azure automation solution with runbook seems to be working with VMs in general bu...
Butts asked 8/5, 2020 at 7:34

3

Solved

I hope I am not missing something obvious here. I am using the new azure ml studio designer. I am able to use to create datasets, train models and use them just fine. azure ml studio allows creati...
Garbe asked 19/2, 2020 at 17:40

2

Solved

I use Microsoft Azure Machine Learning (Azure-ml) to run my (python) experiments. For specifying the VM and python environment I use: from azureml.core import Environment from azureml.core import S...
Foreskin asked 4/5, 2021 at 14:59

1

We need additional binaries such as tesseract or pretrained models on our ML computes. As those are not preprovisioned in the Azure ML compute instances and we need to restrict external access, we ...

5

Solved

I have a number of large csv (tab delimited) data stored as azure blobs, and I want to create a pandas dataframe from these. I can do this locally as follows: from azure.storage.blob import BlobSe...

2

I'm working on deploying an inference pipeline in Azure machine learning workspace. I have created a pipeline using a couple of PythonScriptSteps and want to automate the pipeline publishing using ...

0

I am trying to setup my virtual environment for Azure in VS Code. I have installed the required packages, e.g., azureml-core and azureml-widgets and azureml-dataset-runtime. Both azureml-core and a...

2

Solved

I'm using Azure Machine Learning Service with the azureml-sdk python library. I'm using azureml.core version 1.0.8 I'm following this https://learn.microsoft.com/en-us/azure/machine-learning/serv...
Symmetrical asked 18/1, 2019 at 13:16

1

I have setup a ML model in Azure ML studio and I am able to use the ML Studio's Web API to obtain predictions. The key challenge with keeping the model hosted within Azure ML Studio is client compu...

1

Solved

I'm trying to write a script which can download the outputs from an Azure ML experiment Run after the fact. Essentially, I want to know how I can get a Run by its runId property (or some other iden...
Melmela asked 3/2, 2021 at 1:48

3

I am trying to deploy machine learning model in azure ACI but i am getting following error while creating a docker image Pip subprocess error: ERROR: Cannot uninstall 'ruamel-yaml'. It is a distuti...

1

Solved

Pip installation is stuck in an infinite loop if there are unresolvable conflicts in dependencies. To reproduce, pip==20.3.0 and: pip install pyarrow==2.0.0 azureml-defaults==1.18.0
Embassy asked 2/12, 2020 at 16:54

© 2022 - 2025 — McMap. All rights reserved.