Azure Machine Learning Designer

Azure Machine Learning Designer is a visual, drag-and-drop interface that allows you to create and deploy machine learning solutions. It eliminates the need for traditional coding, enabling data scientists and citizen data scientists to build and deploy models without requiring deep coding expertise.

Key Features

  • Visual Designer:** Build your machine learning workflows using a drag-and-drop interface.
  • Pre-built Components:** Leverage a library of pre-built components for common machine learning tasks.
  • Connectivity:** Connect to various data sources, including Azure Blob Storage, Azure SQL Database, and more.
  • Deployment:** Deploy your trained models to Azure Kubernetes Service (AKS) or Azure Machine Learning Compute.

Getting Started

To learn more about Azure Machine Learning Designer, visit the Quickstart.

Example Workflow

Here's a simple example workflow for predicting customer churn:

                                 
                                  // Add data source components
                                  // Add transformation components
                                  // Add model training components
                                  // Add deployment components