Try our new research platform with insights from 80,000+ expert users
it_user848265 - PeerSpot reviewer
System Analyst at a financial services firm with 1,001-5,000 employees
Real User
Easy to deploy, drag and drop makes it easy to test various algorithms
Pros and Cons
  • "It is very easy to test different kinds of machine-learning algorithms with different parameters. You choose the algorithm, drag and drop to the workspace, and plug the dataset into this component."
  • "When you import the dataset you can see the data distribution easily with graphics and statistical measures."
  • "I would like to see modules to handle Deep Learning frameworks."

What is our primary use case?

The first time that I used this tool was in a project related to bike usage in the city of Boston. This project was part of a course that I concluded some months ago. In this project I used components to read data, for exploratory analysis, for steps of data munging, to split data, select hyperparameters, and some machine learning algorithms. In some steps I needed to insert R modules to apply some data transformation.

The target of this exercise was to predict bike usage in a day.

How has it helped my organization?

With this tool we could have all benefits of a cloud environment, such as scalability and access to machine-learning applications. These features are very important when you have large datasets and critical applications.

What is most valuable?

  • It is very easy to test different kinds of machine-learning algorithms with different parameters. You choose the algorithm, drag and drop to the workspace, and plug the dataset into this component.
  • When you import the dataset you can see the data distribution easily with graphics and statistical measures.
  • Easy to deploy and provide the project like a service.

What needs improvement?

For my project/exercise, this tools was perfect. I would like to see modules to handle Deep Learning frameworks.

Buyer's Guide
Microsoft Azure Machine Learning Studio
October 2025
Learn what your peers think about Microsoft Azure Machine Learning Studio. Get advice and tips from experienced pros sharing their opinions. Updated: October 2025.
871,408 professionals have used our research since 2012.

For how long have I used the solution?

Less than one year.

What do I think about the stability of the solution?

No issues with stability.

What do I think about the scalability of the solution?

No issues with scalability.

How are customer service and support?

I didn’t need to use the support, but this tool has great documentation.

Which solution did I use previously and why did I switch?

Nowadays I use Python (Anaconda and Jupyter Notebook) and R (RStudio) to create my solutions and machine-learning models.

How was the initial setup?

It was very simple and straightforward. It is really simple to start building a project.

What's my experience with pricing, setup cost, and licensing?

There are two kinds of licenses, Free and Standard.

Free

  • 100 modules per experiment.
  • 1 hour per experiment.
  • 10GB storage space.
  • Single Node Execution/Performance.

Standard – $9.99/seat/month (probably a data scientist)

  • $1 per Studio Experimentation Hour. You will pay according to the number of hours your experiments run.
  • Unlimited modules per experiment.
  • Up to seven days per experiment, 24 hours per module.
  • Unlimited BYO storage space.
  • On-premises SQL data processing.
  • Multiple Nodes Execution/Performance.
  • Production Web API.
  • SLA.

What other advice do I have?

You will be able to create your machine-learning project and extract insights from it just by dragging and dropping components and adjusting some parameters. This tool is very user-friendly, so without a lot of programming skills you can build machine-learning projects. 

If you need more control over machine-learning modules you will need to add R or Python modules to create a customized machine-learning model.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user837534 - PeerSpot reviewer
Process Analyst
Real User
Split dataset, data visualization are helpful, but it needs integrated Pivot Table feature
Pros and Cons
  • "Split dataset, variety of algorithms, visualizing the data, and drag and drop capability are the features I appreciate most."
  • "I personally would prefer if data could be tunneled to my model through a SAP ERP system, and have features of Excel, such as Pivot Tables, integrated."

What is our primary use case?

My  primary use of ML Studio is to experiment with different algorithms and learn the techniques of machine learning. In the meantime, I have developed a few models related to finance. One of the predictive models I designed was an Invoice Discrepancy Prediction model using a Multiclass Neural Network algorithm. This model predicts if an invoice will have a variance of some sort when checked against the purchase order, before the payments are to be processed.

How has it helped my organization?

Thanks to the model I designed, the productivity of processing invoices has increased by over 11%, because the team members only verify invoices that are discrepancy-free now.

What is most valuable?

  • Split dataset
  • variety of algorithms
  • visualizing the data
  • drag and drop capability 

are the features I appreciate most. 

The capability to model the data by finding empty cells and filling missing values by deriving the median and more, are great features that makes the job way easier.

What needs improvement?

I personally would prefer if data could be tunneled to my model through a SAP ERP system. It also needs features of Excel, such as Pivot Tables, integrated.

For how long have I used the solution?

Less than one year.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Microsoft Azure Machine Learning Studio
October 2025
Learn what your peers think about Microsoft Azure Machine Learning Studio. Get advice and tips from experienced pros sharing their opinions. Updated: October 2025.
871,408 professionals have used our research since 2012.
it_user833565 - PeerSpot reviewer
Software Engineer
Real User
Enables quick creation of models for PoC in predictive analysis, but needs better ensemble modeling
Pros and Cons
  • "MLS allows me to set up data experiments by running through various regression and other machine learning algorithms, with different data cleaning and treatment tools. All of this can be achieved via drag and drop, and a few clicks of the mouse."
  • "The graphical nature of the output makes it very easy to create PowerPoint reports as well."
  • "Scalability, in terms of running experiments concurrently is good. At max, I was able to run three different experiments concurrently."
  • "Enable creating ensemble models easier, adding more machine learning algorithms."

What is our primary use case?

To create quick data analytic experiments, without incurring the time and cost of spinning up servers, setting up Hadoop, etc. 

Although MLS makes it very easy to deploy the resulting machine-learning models via REST API, I primarily use MLS as a means to quickly spin up experiments and create proof of concept models.

How has it helped my organization?

Not widely adopted at my old workplace, I only used this to create quick proofs of concept to try to convince management of the viability of a project.

What is most valuable?

MLS allows me to set up data experiments by running through various regression and other machine learning algorithms, with different data cleaning and treatment tools. All of this can be achieved via drag and drop, and a few clicks of the mouse.

The easy drag and drop can create simple data science experiments. Low barrier to entry allows large number of candidates get started.

The graphical nature of the output makes it very easy to create PowerPoint reports as well.

What needs improvement?

Enable creating ensemble models easier, adding more machine learning algorithms.

For how long have I used the solution?

Less than one year.

What do I think about the stability of the solution?

Out of about 150-plus MLS experiments I have done, maybe two or three bugged out. Interestingly enough, those are the ones I can’t delete out of the account.

What do I think about the scalability of the solution?

Scalability, in terms of running experiments concurrently: Good. At max, I was able to run three different experiments concurrently.

Scalability in terms of deploying models: Unknown, I never deployed on Azure.  But I would guess REST API could probably easily handle a few K worth of hits per second, since that is how Microsoft is going to get paid.

How are customer service and technical support?

Never used it.

Which solution did I use previously and why did I switch?

The only other solution beyond this would be standard tools used by data scientists, like R, Python, etc. All of these would have a fairly high barrier to entry, requiring programming experience. The main selling point of MLS is the low barrier to entry, where even tech-savvy business people can use it.

How was the initial setup?

Simple. Create MLS live account (preferably paid ones), open MLS, done.

Caveat: Different organizations have different attitudes towards cloud use, especially with sensitive data. At Bridgestone, the hardest part was getting corporate approval to allow me to upload heavily treated, sensitive data to a cloud platform.

What's my experience with pricing, setup cost, and licensing?

To use MLS is fairly cheap. Even the paid account is something like $20/month,  unless you are provisioning large numbers of VMs for a Hadoop cluster.

The main MS makes money with this solution is forcing the user to deploy their model on REST API, and being charged each time the API is accessed. There are several pricing tiers for the API.

If you do not use the API, then value of MLS is to create rapid experiments ($20/month). The resulting model is not exportable to use, thus you’ll have to recreate the algorithms in either R or Python, which is what I did. MLS results gave me a direction to work with, the actual work is mostly done in R and Python outside of MLS.

Which other solutions did I evaluate?

R and Python.

Python + Pandas + scikit-learn: 

Pros: 

  • scikit-learn offers better performance for extremely large data sets
  • Large-data manipulation tools
  • Fairly good set of ML algorithms

Cons:

  • High barrier to entry, in terms of skill and knowledge
  • Fairly labor intensive to create large number of experiments

R + caret:

Pros:

  • Very good amount of ML algorithms (so many it may cause paralysis from too much choice, 200-plus algorithms)
  • Good performance, unless the data set is extremely large

Cons:

  • High barrier to entry
  • Data manipulation is a pain, you probably want to use another tool to pre-treat the data before loading it into R dataframes

What other advice do I have?

For data science professionals or programmers I would rate this solution a four out of 10. A major feature is missing: creating ensemble models. This can be achieved with the tool, but it's clumsy and slow.

For marketing or business professionals I would rate it an eight out of 10. It has a low barrier to entry, and can quickly create models that can be used for proof of concept and justify further investment in a full data science or Big Data project.

R and Python, in my mind, are still the way to go for a true data science/predictive analysis project. MLS's value is the ease of use and low barrier to entry. If one is not a programmer or statistician, MLS is a good way to get a project started, create a proof of concept.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Senior Associate - Data Science at a consultancy with 51-200 employees
Real User
​It has helped in reducing the time involved for coding using R and/or Python
Pros and Cons
  • "Its ability to publish a predictive model as a web based solution and integrate R and python codes are amazing."
  • "It helps in building customized models, which are easy for clients to use​.​​"
  • "​It has helped in reducing the time involved for coding using R and/or Python."
  • "​It could use to add some more features in data transformation, time series and the text analytics section."
  • "Microsoft should also include more examples and tutorials for using this product.​"

What is our primary use case?

I have used it to deploy predictive models in the healthcare sector.

How has it helped my organization?

It has helped in reducing the time involved for coding using R and/or Python. Also, web service is quite easy and convenient to use for clients. 

What is most valuable?

Its ability to publish a predictive model as a web based solution and integrate R and Python codes are amazing. It helps in building customized models, which are easy for clients to use.

What needs improvement?

It could use to add some more features in data transformation, time series and the text analytics section. Microsoft should also include more examples and tutorials for using this product.

For how long have I used the solution?

One to three years.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Co-Founder at a tech services company with 51-200 employees
Real User
Top 20
Simplified development as scripts can be designed and implemented in real time

What is most valuable?

  • Feature-based selection
  • Compute
  • Data services.

How has it helped my organization?

Simplified development as scripts can be designed and implemented in real time.

What needs improvement?

I would like to see better prediction and analysis.

For how long have I used the solution?

We have used it for a few months.

What was my experience with deployment of the solution?

Good support is available when needed.

What do I think about the stability of the solution?

Stable at moment.

What do I think about the scalability of the solution?

There are no scalability issues at the moment as data volume is still low.

How are customer service and technical support?

Customer Service:

Customer service is good.

Technical Support:

Technical support is good.

Which solution did I use previously and why did I switch?

We did not use a solution previous to this one.

How was the initial setup?

It was complex to setup the workspace, but once it was done, we were good to go.

What about the implementation team?

We did the implementation in-house.

What was our ROI?

The ROI was 36%.

What's my experience with pricing, setup cost, and licensing?

The setup is a little complex, but it is worth it when it comes to security and efficiency.

Which other solutions did I evaluate?

We thought of doing this traditionally from scratch, but the Azure work space gives you the opportunity to utilize the environment and provide service in the shortest time possible.

What other advice do I have?

For the best, reliable results, it is the best solution to have in mind. Try it out.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Jusiah Noah - PeerSpot reviewer
Jusiah NoahCo-Founder at a tech services company with 51-200 employees
Top 20Real User

Scripts can be modified while the database is up and live running.Using the modify option in the the database
You can retrain model and choose a model out of the many models stored as a binary object in your database for feature use.
Ms sql server comes with support for R a statistical language that can do computations leaving you with only one worry optimizations.

reviewer1798641 - PeerSpot reviewer
Director Analytics at a tech services company with 51-200 employees
Real User
Top 20
Offers a simple setup and solid scalability
Pros and Cons
  • "The most valuable feature of Azure Machine Learning Studio for me is its convenience. I can quickly start using it without setting up the environment or buying a lot of devices."
  • "Microsoft Azure Machine Learning Studio could improve in providing more efficient and cost-effective access to its tools for companies like mine."

What is our primary use case?

I use Azure Machine Learning Studio in my project to find solutions and build prototypes. It is mainly for fund management purposes and creating tools for specific cases.

What is most valuable?

The most valuable feature of Azure Machine Learning Studio for me is its convenience. I can quickly start using it without setting up the environment or buying a lot of devices.

What needs improvement?

Microsoft Azure Machine Learning Studio could improve in providing more efficient and cost-effective access to its tools for companies like mine.

For how long have I used the solution?

I have been using Azure Machine Learning Studio for almost three years.

What do I think about the stability of the solution?

I would rate the stability of Azure Machine Learning Studio at around seven out of ten. Occasionally, there are minor hiccups, possibly related to bandwidth or server issues, but nothing significant.

What do I think about the scalability of the solution?

The scalability of the solution is quite good and I would rate it as an eight out of ten. While it hasn't yet missed our requirements, we haven't pushed it to its limits. We don't deal with edge cases that demand extreme scalability.

Our clients typically include large multinational or state enterprises, as well as national companies in Indonesia.

How was the initial setup?

Azure's setup feels friendlier and easier compared to AWS, making it simpler to understand and use. I would rate the easiness of the setup as an eight out of ten.

Deployment typically takes a few days to a few weeks to build prototypes and get familiar with available features. It is not too short to explore challenging cases, yet not too long to maintain efficiency.

What's my experience with pricing, setup cost, and licensing?

I would rate the costliness of the solution as a nine out of ten.

What other advice do I have?

I would recommend Azure Machine Learning Studio to others if they have enough resources to handle it. However, it is not a plug-and-play solution; there is a learning curve that needs to be addressed.

Overall, I would rate Azure Machine Learning Studio as an eight out of ten.

Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
PeerSpot user
Buyer's Guide
Download our free Microsoft Azure Machine Learning Studio Report and get advice and tips from experienced pros sharing their opinions.
Updated: October 2025
Buyer's Guide
Download our free Microsoft Azure Machine Learning Studio Report and get advice and tips from experienced pros sharing their opinions.