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.
Process Analyst
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?
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.
Buyer's Guide
Microsoft Azure Machine Learning Studio
September 2025

Learn what your peers think about Microsoft Azure Machine Learning Studio. Get advice and tips from experienced pros sharing their opinions. Updated: September 2025.
868,787 professionals have used our research since 2012.
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.
Software Engineer
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.
Buyer's Guide
Microsoft Azure Machine Learning Studio
September 2025

Learn what your peers think about Microsoft Azure Machine Learning Studio. Get advice and tips from experienced pros sharing their opinions. Updated: September 2025.
868,787 professionals have used our research since 2012.
Senior Associate - Data Science at a consultancy with 51-200 employees
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.
Co-Founder at a tech services company with 51-200 employees
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.
Data Scientist at a tech services company with 51-200 employees
Stable and scalable machine Learning solution that offers a good user interface
Pros and Cons
- "Their web interface is good."
- "This solution could be improved if they could integrate the data pipeline scheduling part for their interface."
What is our primary use case?
We initially moved to this solution because our company needed to complete a system upgrade. We had to move the Db2 data to a AS400 system.
What needs improvement?
Their web interface is good but the on-prem site interface is outdated. This solution could be improved if they could integrate the data pipeline scheduling part for their interface. When we are scheduling, they provide only one exclusion per day in the initial scheduling. We then have to configure it through the Linux front jobs if we want a high value job. It would help us and our customers if this was possible from the initial interface itself.
For how long have I used the solution?
I have been using this solution for a few months.
What do I think about the stability of the solution?
This is a stable solution.
How are customer service and support?
We have had limited engagement with the customer support team but when we have needed their help, they were helpful.
How would you rate customer service and support?
Positive
How was the initial setup?
The infrastructure and the software configuration part was done by one of my teammates. It was completed in two working days. We did experience some issues with the board communications which extended the time to complete the setup. This was only for the DataStage installation which is one of many components of this solution.
What other advice do I have?
I would advise others to identify the communication between servers and the client tools correctly as well as the user allocation for those. If you are working from a client environment and connecting to the server, it is important that the configuration is done correctly.
I would rate this solution an eight out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
Director Analytics at a tech services company with 51-200 employees
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

Buyer's Guide
Download our free Microsoft Azure Machine Learning Studio Report and get advice and tips from experienced pros
sharing their opinions.
Updated: September 2025
Popular Comparisons
KNIME Business Hub
Google Vertex AI
Amazon SageMaker
IBM SPSS Statistics
Altair RapidMiner
IBM Watson Studio
IBM SPSS Modeler
Google Cloud AI Platform
Anaconda Business
Buyer's Guide
Download our free Microsoft Azure Machine Learning Studio Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- Which do you prefer - Databricks or Azure Machine Learning Studio?
- What are the biggest differences between Microsoft Azure Machine Learning Studio and TensorFlow?
- What are the pros and cons of Amazon SageMaker vs Microsoft Azure Machine Learning Studio?
- When evaluating Artificial Intelligence Development Platforms, what aspect do you think is the most important to look for?
- What are the main storage requirements to support Artificial Intelligence and Deep Learning applications?
- What is the most effective AI platform to work with? Does it help if it is also "fun"?
- What are the major Edge AI technology use cases that can be used in the Banking/Finance, Power and Agricultural sectors?
- What are the top emerging trends in AI and ML in 2022?
- How do I do AI implementation?
- Why is AI Development Platforms important for companies?
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.