For questions about Microsoft's cloud-based service for machine learning. Be sure to include in your question the version of azureml-sdk or azureml CLI that you're using and code snippets you may be using.
Questions tagged [azure-machine-learning-service]
1831 questions
0
votes
1 answer
Tensorboard launched by Azure ML package doesn't work correctly
I want to access tfevent file created during training and stored in logs in Azure ML service. This tfevent file can be accessed and shown correctly on normal tensorboard so the file is not broken but when I use Azure ML's tensorboard library to…

kofuji
- 1
0
votes
1 answer
Failure of experiment when using base_dockerfile instead of base_image
I am attempting to submit an experiment to the Azure Machine Learning Service using a custom docker image. Everything works ok when I provide the docker image, but fails if I choose to provide a dockerfile.
The use of a base_dockerfile in the…

noelep
- 55
- 4
0
votes
1 answer
Torchvision 0.3.0 for training a model on AML service
I'm building an image to train on AML service, trying to get torchvision==0.3.0 onboard that image. The notebook VM that I'm using has torchvision 0.3.0 and pytorch 1.1.0 that and it allowed me to do what I'm trying to do... but only on the notebook…

omartin2010
- 421
- 1
- 5
- 15
0
votes
1 answer
AML service - web service deployment and security questions
I have questions around Azure ML Service with regards to web service deployment / security. Can you please help me with these questions:
By default, published web service URIs are public addressable without any requirement for authentication. What…

Mah
- 1
- 2
0
votes
2 answers
How to connect AzureML (Machine Learning) with AzureVM (Virtual Machine)?
We use AzureML notebook for object detection with ImageAI.
We have a Virtual Machine placed on Azure VM.
It has an IP (say 104.45.19.XXX if needed)
We need to read some files from the folders that are uploaded from mobile apps in this folder on this…

Eric
- 11
- 2
0
votes
1 answer
Is it possible to use HyperDriveStep with time-series cross-validation?
I want to deploy a stacked model to Azure Machine Learning Service. The architecture of the solution consists of three models and one meta-model.
Data is a time-series data.
I'd like the model to automatically re-train based on some schedule. I'd…

Aleksander Molak
- 123
- 7
0
votes
1 answer
specify an environment in an Inference config
I am having an issue deploying a model using a custom docker image.
The deployment is failing because the packages needed are not in the “default” environment and I need to specify a custom one. ("/miniconda/envs/py37/bin/python")
I am using the…

user9427997
- 43
- 1
- 4
0
votes
1 answer
Deploy Notebook VM via ARM Template?
Is it possible to deploy an AML Notebook VM via an ARM template? If so, is there an example or documentation somewhere?

Erik Z
- 412
- 3
- 11
0
votes
1 answer
How to use Azure ML Scoring URI?
I'm completely new to Azure ML, but I wanted to try out their automated ML UX. So I've followed the instructions to finally deploy my app…

Alex Feng
- 45
- 1
- 9
0
votes
0 answers
Is there any module in Azure ML Studio to identify features correlated with a Target Variable and correlated input features?
Is there any module which outputs high/low correlated input features with respect to a given target variable, and which can identify highly correlated input features in a data set in Azure Machine Learning Studio?
Such a module would help creating…

Abdul Azeez
- 807
- 10
- 18
0
votes
0 answers
How to combine two algorithms for predictive analysis in MS Azure
I am developing a combined-algorithm model in MS Azure Machine Learning Studio that should be able to predict whether a Telco-customer churn or not. Given that I have 19 variable features, e.g. monthly fee, usage length etc., how do I combine two…

Christian_Peter
- 1
- 1
0
votes
1 answer
Error in the MS Azure autoML preparation - wrong file format / encoding?
I am trying to deploy the MS Azure automated machine learning as per the following Github example:
https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/automated-machine-learning/classification-bank-marketing
I changed…

damucka
- 1
- 2
0
votes
2 answers
What is Random seed in Azure Machine Learning?
I am learning Azure Machine Learning. I am frequently encountering the Random Seed in some of the steps like,
Split Data
Untrained algorithm models as Two Class Regression, Multi-class regression, Tree, Forest,..
In the tutorial, they choose…

Ashokan Sivapragasam
- 2,033
- 2
- 18
- 39
0
votes
2 answers
Is there a Java SDK for azure machine learning service?
Is there a Java SDK for Azure Machine Learning service? If not, is there a way to create Azure ML pipelines, experiments etc from Java codebase?

Rahul Agrawal
- 132
- 1
- 10
0
votes
1 answer
How to Connect ADLS Gen-1 with Azure ML Studio
Want to connect ADLS Gen-1 with AzureML Studio.
I try to find out some solution but could not get

Gaurav Gangwar
- 467
- 3
- 11
- 24