Questions tagged [ml-studio]

46 questions
0
votes
1 answer

Is Azure ML Studio support to import Excel file as Dataset?

I am using Azure ML Studio and trying to upload an excel file as Dataset. However, I am not getting option for it. Am I missing something?
Manas Kumar
  • 2,411
  • 3
  • 16
  • 23
0
votes
2 answers

Retrain the classification model automatically based on updated data set

We have created an experiment in Azure ML Studio to predict some scheduling activities based on the system data and user data. System data consists of the CPU time, Heap Usage and other system parameters while user data has active sessions of the…
0
votes
1 answer

Azure ML Studio Edit Metadata Not Working

Apologies if this proves to be an obvious answer, but I've been playing with this for a while, and suspect I'm misunderstanding something about ML Stuido. I've been playing with the Matchbox Recommendations Sample (found here). In order to see how…
Paul Michaels
  • 16,185
  • 43
  • 146
  • 269
0
votes
2 answers

Dynamic content in GlobalParameters in Azure Data Factory V2 ML Batch execution web service

I'm trying to use Dynamic Content within the GlobalParameters on a ML Batch Execution module in Azure Data Factory V2. Seems everything I try comes up with the same errors. Please see attached screen shots. Here is the only bit of documentation I…
blissweb
  • 3,037
  • 3
  • 22
  • 33
0
votes
1 answer

Azure Machine Learning Studio append rows to dataset

My "experiment" is like this, I have 10 rows (excluding header) in "Dataset.csv" and 3 rows (excluding header) in the CSV being imported by Import Data. The schema of both CSVs is same. I want Add Rows to append the 3 rows to Dataset.csv. The real…
Mujeeb
  • 995
  • 1
  • 8
  • 18
0
votes
1 answer

Does the primary key of Web Service API in ML Studio expire?

I deployed a web-service from an experiment in ML studio. I tested the API, and everything was working fine. I tested it in Postman. After 2 hours, I got an authentication error when I sent a request using the same API. So to resolve this, I…
0
votes
1 answer

What is the best practice to develop CD/CI when you use ML studio APIs?

In our backend development process, we have two environments: testing and production. We develop our code, and then we push the code into the testing repository. Then on the release date, we push everything into production. Now that we are going to…
S. Think
  • 37
  • 8
0
votes
1 answer

In Azure ML Studio, score model doesn't return predicted values from an R model

I built a multiclass SVM model in R and used Create R model module from azure to train and predict my testing dataset. Here are the trainer and the score R scripts. Trainer R script: library(e1071) features <- get.feature.columns(dataset) labels …
S. Think
  • 37
  • 8
0
votes
1 answer

How to execute multiple rows in web service Azure Machine Learning Studio

I create a model in Azure ML studio. I deployed the web service. Now, I know how to check one record at a time, but how can I load a csv file and made the algorithm go through all records ? If I click on Batch Execution - it will ask me to create…
Serdia
  • 4,242
  • 22
  • 86
  • 159
0
votes
2 answers

How to deal with missing values in Azure Machine Learning Studio

Looks like I have 672 mission values, according to statistics. There are NULL value in QuotedPremium column. I implemented Clean Missing Data module where it should substitute missing values with 0, but for some reason I'm still seeing NULL values…
Serdia
  • 4,242
  • 22
  • 86
  • 159
0
votes
1 answer

XML to Azure ML Studio

i try to test ML Studio with some data stored in XML. However i tried a lot of things i.e. convert xml to csv, to JSON but didn't find a good way to use ML studio with this data. The problem is not the conversion itself, It's just a problem of the…
0
votes
1 answer

Data Management Gateway in Azure ML Studio

I built an experiment in Azure ML Studio and want to get the input to the model through On-Premise SQL-Server Database. Does Data Management Gateway help in connecting to the Database, if so can you please mention the steps to be followed.
shashank
  • 400
  • 8
  • 25
0
votes
0 answers

Unable to access Notebooks on Azure ML Studio

On the Azure ML Studio, when I try to create a new notebook by clicking on R blank workbook, I get an error saying, "Access Denied. You do not have access to the specified notebook. If someone shared this link with you please ask them to share the…
JayRoar
  • 51
  • 5
0
votes
1 answer

How to map output of Execute R Script to second port in ML Studio using maml.mapOutputPort

Execute R Script box in ML Studio has two output ports. How does one send data to the second output port?
Joshcodes
  • 8,513
  • 5
  • 40
  • 47
-2
votes
1 answer

Python Custom Model in Azure ML Studio Environment Error 0085, Works fine in Local Environment

Azure ML Studio Environment throws the below error while consuming the pickle file from the custom python model. Where the python local model, pickle file works fine with the local environment, but not in Azure ML Studio Environment Error 0085: The…