2,723 questions with Azure Machine Learning tags

Sort by: Updated
1 answer

Ranking calculation of probability programming with draw

On the web page“ https://learn.microsoft.com/zh-cn/dotnet/machine-learning/how-to-guides/matchup-app-infer-net ”According to the winning and losing relationship of each player and the result of the game, the players are ranked by using probabilistic…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-29T15:49:41.82+00:00
吉祥 如意 31 Reputation points
answered 2020-06-30T10:00:57.257+00:00
Tom Minka 86 Reputation points
2 answers

ML Training course - Cost

Hi Team, I am working in E&Y. Wanted to know info about training course. if we want to do training course i.e " Azure Machine Learning" for the team(10 people), What would be the cost involved for instructor based training. If you can…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-14T13:29:06.953+00:00
Disha Gupta 1 Reputation point
commented 2020-06-29T14:09:19.75+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Can you give me an example of a draw with Infer.net

On the web“ https://learn.microsoft.com/en-au/dotnet/machine-learning/how-to-guides/matchup-app-infer-net ”For Infer.net Probability programming example of. In this example, there are only wins or losses, no draws. Can you give me an example of a draw,…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-28T15:18:07.593+00:00
吉祥 如意 31 Reputation points
accepted 2020-06-29T13:36:51.34+00:00
吉祥 如意 31 Reputation points
1 answer One of the answers was accepted by the question author.

Practice Exam for DP-100

Hello, no practice exam for the Azure certification DP-100 seems to be available in the official channels. It would, however, be very helpful for preparing. By any chance, do you plan to introduce such a resource any time soon? Thanks and best…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-25T10:56:58.39+00:00
teehaa 26 Reputation points
accepted 2020-06-25T11:33:40.957+00:00
teehaa 26 Reputation points
1 answer One of the answers was accepted by the question author.

Pathway for code free predictive modeling

I am looking at Azure's training modules and it states I can learn no-code models with Azure, but it also tells me I should know python. I'm a little confused at where I should spend time training in most efficient pathway. My goal is to just do…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-22T23:41:46.553+00:00
Cameron Lock 26 Reputation points
accepted 2020-06-25T03:41:57.957+00:00
Cameron Lock 26 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot open dataset in Notebook

Hi, If I select the dataset in my experiment in Azure ML Studio and ty to open it in the Notebook Python 3 I'm getting the following error: Service call failed. Error 409 (Notebook already exists) when requesting /notebooks?api-version=2.0 The…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-23T22:41:50.927+00:00
Olga Arapova 21 Reputation points
commented 2020-06-24T17:21:08.71+00:00
Olga Arapova 21 Reputation points
0 answers

Endpoint not being created Azure Designer

I created a simple recommendation model in Azure Designer. The model is able to train and from that, I created an inference pipeline. I ran it and deployed it, under a new AKS inference cluster and even experiment. However, the endpoint is just not being…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-23T14:31:31.007+00:00
Bryce Ramgovind 11 Reputation points
commented 2020-06-24T09:56:31.027+00:00
Bryce Ramgovind 11 Reputation points
1 answer One of the answers was accepted by the question author.

How to Cancel Upload? - Azure Machine Learning Studio

Hi, Please will you tell me how to cancel a dataset upload? I tried to upload a small (321kb) CSV to Azure Machine Learning Studio. The upload has been running for more than 1 hour, but it still says uploading. I tried to upload other files…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-23T14:14:47.557+00:00
pickles123 101 Reputation points
commented 2020-06-23T20:08:46.61+00:00
GiftA-MSFT 11,161 Reputation points
1 answer One of the answers was accepted by the question author.

Out-of-memory error webservice deployed with Azure ML Studio

I have a webservice which exposes a predictive model. It has been deployed with Auzure ML Studio. Since the last model re-training and webservice deployment, in circa 1% of the cases in production, I get the following out-of-memory (possibly correlated)…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-22T12:02:14.117+00:00
Marco Mattioli 21 Reputation points
accepted 2020-06-23T14:13:49.567+00:00
Marco Mattioli 21 Reputation points
1 answer

How to consume easily for test Azure ML Studio webservice

Dear, Does someone manage to consume an experiments deployed in a webservice via an external source just for testing. (multiple users want to test) The solutions I have is : ** from excel but requires addons on users laptops ** from a webpage bu…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-15T12:40:47.787+00:00
Mohamed elham 1 Reputation point
commented 2020-06-23T08:17:18.12+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
0 answers

in Azure Machine Learning service, how to update python pickle file 's ML model parameter?

after using Azure Auto ML or Designer, model creates Pickle file. i tried to develop model in python pickle file by tunning some parameter by set_params method as you know this pickle file has 'Pipeline', 'y_transformer', 'y_transformer_name' key. …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-15T00:19:28.837+00:00
윤 광섭 1 Reputation point
commented 2020-06-23T08:12:01.987+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
0 answers

Azure Machine Learning best model's update paramete with python pickle

Hi i am trying to Azure Machine Learning best model's update parameter with python pickle type best model trained by xgboost. i load model through pickle and tried to change parameter. import joblib a=joblib.load("model.pkl") …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-11T09:06:10.453+00:00
윤 광섭 1 Reputation point
commented 2020-06-23T08:10:04.547+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
0 answers

Linear Regression Large Values

I am trying to make a model that does simple counting (ex when I input 14, it outputs 15 or when I input 273 it outputs 274). OLS linear regression comes out to be the most accurate model, and it works really well for numbers with up to 7 digits.…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-02T17:39:41.903+00:00
Anonymous
commented 2020-06-23T07:52:37.66+00:00
Ramr-msft 17,731 Reputation points
1 answer

AzureML cosmosDB integration

I would like to know why azureML has no inbuilt integration with cosmosDB.For ML studio cosmosDB is one of the input data sources,why is it not considered in azureML?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-18T11:54:44.737+00:00
Jothy Babu 26 Reputation points
answered 2020-06-18T22:36:18.813+00:00
YutongTie-MSFT 48,581 Reputation points
1 answer One of the answers was accepted by the question author.

Connect 2 separate experiments via webservice - Azure MLS Classic

I have 2 experiments A and B in Azure MLS classic. I need the web service output of experiment A as one of the web service inputs for experiment B. Please let me know if it is possible and if yes, how I can do it.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-17T15:21:02.483+00:00
Sandhya Cherukupalli 126 Reputation points
accepted 2020-06-17T22:37:00.927+00:00
Sandhya Cherukupalli 126 Reputation points
1 answer One of the answers was accepted by the question author.

Convert web service output to a dataset Azure MLS classic

Is it possible to convert a web service output as a dataset or a csv file ? I want to consume this in another experiment.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-17T15:38:39.737+00:00
Sandhya Cherukupalli 126 Reputation points
commented 2020-06-17T22:35:02.757+00:00
Sandhya Cherukupalli 126 Reputation points
1 answer One of the answers was accepted by the question author.

Azure ml notebooks sharing and compute selection.

What kind of collaboration do we need among the data scientists or developers who need to share these notebooks? What kind of compute does these notebooks require? Is it all single node?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-12T10:02:09.183+00:00
chaymr 171 Reputation points
accepted 2020-06-17T05:41:21.207+00:00
chaymr 171 Reputation points
0 answers

Azure Machine Learning Web Service returning Internal Server Error

Getting following error while submitting request to machine learning service. Where can I get more details of this error? Error Message: An unknown error occurred.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-16T16:59:38.243+00:00
Vaibhav 1 Reputation point
commented 2020-06-16T17:45:19.583+00:00
YutongTie-MSFT 48,581 Reputation points
1 answer

Azure Machine Learning resync keys not working - no longer able to access files/submit experiments to ML service

I followed this tutorial: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-change-storage-access-key - to update the access keys of my default blob datastore linked to my Machine Learning service. This worked a month ago. After doing it…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-11T16:31:55.17+00:00
Jim 1 Reputation point
answered 2020-06-16T10:35:20.733+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee
0 answers

View Logistic Regression Model Weights in Machine Learning Studio Enterprise

In ML Studio Classic you can see the logistic regression model weights (intercept and coefficients) when you click on the output from "Train model" module. This feature however is not available in the new ML Studio Enterprise. I only get the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,723 questions
asked 2020-06-04T11:32:38.033+00:00
Karl Märka 1 Reputation point
commented 2020-06-16T08:09:19.887+00:00
romungi-MSFT 43,696 Reputation points Microsoft Employee