News

New No-Code Azure-Based Web UI Simplifies Automated Machine Learning

At its recent Build developer conference, Microsoft highlighted simplified automated machine learning with three approaches: code-first, drag-and-drop and no-code, the latter of which is now accessible via a Web UI in the Azure portal, in preview.

The no-code approach leverages automated machine learning functionality in the company's Azure Machine Learning cloud service, which was announced last December.

"Automated machine learning, also referred to as AutoML, allows data scientists, analysts, and developers to build ML models with high scale, efficiency, and productivity all while sustaining model quality," Microsoft says.

The no-code option targets business domain experts and others who may have advanced data knowledge, but not so much about machine learning or programming.

Last week, a day after the Build conference closed down, Microsoft announced a preview of the new automated machine learning Web UI in Azure portal.

"Emphasizing our mission to scale machine learning to the masses, we now introduce automated machine learning user interface (UI), which enables business domain experts to train ML models without requiring expertise in coding," said Tzvi Keisar, senior program manager, Microsoft Azure. "Users can import their own data and, within a few clicks, start training on it. Automated machine learning will try a plethora of different combinations of algorithms and their hyperparameters to come up with the best possible ML model, customized to the user's data. They can then continue and deploy the model to Azure Machine Learning service as a web service, to generate future predictions on new data."

Clicking on the graphic below will load an automated GIF that shows the UI in action.

Automated ML in Action
[Click on image for larger, animated GIF view.] Automated ML in Action (source: Microsoft).

Keisar's post details how to build and train models with the new no-code UI, and Microsoft provides more documentation on how to create and explore machine learning experiments in the Azure portal.

For those not so averse to writing code, Microsoft points to Python-based documentation for configuring automated ML experiments.

More advanced users can also leverage the Web UI to configure settings such as early exit criteria, cross-validation methods, excluded algorithms and more.

The Web UI also lets users share or show off their work with support for collaborative experiences via access control functionality.

"Whether you'd like to predict customer churn, detect fraudulent transactions, or forecast demand, the most important knowledge you'll need is to understand your data," Keisar said. "Automated machine learning will find the best model for you and help you understand how well it will perform when making predictions on new data."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Uno Platform Wants Microsoft to Improve .NET WebAssembly in Two Ways

    Uno Platform, a third-party dev tooling specialist that caters to .NET developers, published a report on the state of WebAssembly, addressing some shortcomings in the .NET implementation it would like to see Microsoft address.

  • Random Neighborhoods Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the random neighborhoods regression technique, where the goal is to predict a single numeric value. Compared to other ML regression techniques, advantages are that it can handle both large and small datasets, and the results are highly interpretable.

  • As Some Orgs Restrict DeepSeek AI Usage, Microsoft Offers Models and Dev Guidance

    While some organizations are restricting employee usage of the new open source DeepSeek AI from a Chinese company due to data collection concerns, Microsoft has taken a different approach.

  • Useful New-ish Features in .NET/C#

    We often hear about the big new features in .NET or C#, but what about all of those lesser known, but useful new features? How exactly do you use constructs like collection indices and ranges, date features, and pattern matching?

  • TypeScript 5.8 Beta Speeds Program Loads, Updates

    "TypeScript 5.8 introduces a number of optimizations that can both improve the time to build up a program, and also to update a program based on a file change in either --watch mode or editor scenarios."

Subscribe on YouTube