Machine Learning Designer is a one-stop machine learning visualized modeling tool that is developed based on the cloud-native PAIFlow tool. Machine Learning Designer is upgraded from Machine Learning Studio. Machine Learning Designer provides a variety of proven machine learning algorithms and supports large-scale distributed computing based on computing resources provided by MaxCompute, Deep Learning Containers (DLC), and Realtime Compute for Apache Flink. It can meet your business requirements in different scenarios, such as product recommendation, financial risk management, and advertising prediction.
Architecture

Features
You can log on to Machine Learning Designer by using an Alibaba Cloud account or as a Resource Access Management (RAM) user. If you want to log on as a RAM user, you must grant the required permissions to the user by using your Alibaba Cloud account. For more information, see Grant the permissions that are required to use Machine Learning Designer.
Machine Learning Designer allows you to create a pipeline from a template or manually create a pipeline. If you create a pipeline from a template, you can directly deploy the models generated by the created pipeline after the pipeline is successfully run. .
Machine Learning Designer provides hundreds of components that encapsulate algorithms used in AI development and supports multiple data sources such as MaxCompute tables and Object Storage Service (OSS) data. In Machine Learning Designer, you can create models by using algorithms that Alibaba Cloud refined in practice, and then deploy the models to Elastic Algorithm Service (EAS).
Machine Learning Designer allows you to manage pipeline tasks and versions, and roll back a pipeline version. For more information, see Build a model.
In Machine Learning Designer, you can use the visualized dashboard feature during model training to analyze the generated data, model information, and evaluation metrics to obtain the best model.
In Machine Learning Designer, you can share pipelines with members of the current workspace, deploy pipelines to DataWorks to schedule them as periodic tasks, and publish pipelines as custom templates.
In Machine Learning Designer, you can register models that are trained and tested to the model management module to deploy them as EAS services with a few clicks or package them as compound models to be deployed. For more information, see Overview.
Pipeline components
Machine Learning Designer provides hundreds of components to meet your requirements in a variety of scenarios. For more information, see Component reference: Overview of all components.
These components can be classified into the following categories based on their use scenarios.
Traditional machine learning components
These components are used in data preprocessing, feature engineering, statistical analysis, outlier detection, recommendation, time series processing, or network analysis.
Components in deep learning frameworks
These components provide visual, audio, or natural language processing algorithms, such as algorithms provided by Easy components, or support deep learning frameworks such as TensorFlow or PyTorch.
Custom algorithm components
These components include SQL Script, Python Script, and PyAlink Script. You can use these custom algorithm-based components to customize pipelines based on your business requirements.
These components can be classified into Alink and PAI command-based components based on their implementation frameworks and supported compute engines. Each category provides specific features.
Alink components (marked with a purple dot) support the MaxCompute, Realtime Compute for Apache Flink, and DLC compute engines.
Pipelines that consist of Alink components can be deployed to EAS as services. For more information, see Deploy a pipeline as an online service.
Alink components can be created and run in groups. For more information, see Run Alink nodes in groups.
PAI command-based components support only the MaxCompute compute engine.
In addition to setting component parameters to configure these components, you can also configure the components by running PAI commands. To run PAI commands, you can use the SQL Script component, DataWorks DataStudio, or the MaxCompute client.
How to use Designer?
The following figure shows the process to use Machine Learning Designer.
Create a pipeline.
Before you can use Machine Learning Designer to train a model, you must create a pipeline. A pipeline can be created by using multiple methods. You can choose one based on your business requirements.
On the pipeline configuration tab of Machine Learning Designer, drag components provided by Designer to the canvas, configure the components to use MaxCompute, Realtime Compute for Apache Flink, or DLC, and then connect the components to create a pipeline. Then, run the pipeline to fine-tune the trained model. After the pipeline is run, you can schedule the pipeline as a periodic task to allow the model generated by the pipeline to be automatically updated.
(Optional) View visualized reports.
After the model is trained, you can view the analysis reports in the visualized dashboard to check if the model meets your expectations.
After the model is trained, you can deploy the model in the production environment to generate model-based predictions on new data.
PAIFlow
PAIFlow is the pipeline scheduling engine of Machine Learning Designer. You can schedule a pipeline by submitting a pipeline task to PAIFlow, or using PAIFlow SDKs or OpenAPI Explorer to create and execute a pipeline.
NotePipelines created by using PAIFlow SDKs or OpenAPI Explorer are not displayed on the Visualized Modeling (Designer) page. SDKs and Machine Learning Designer are two separate tools that you can use to create and submit PAIFlow tasks to meet your different requirements.
The Container Training Jobs page of PAIFlow displays all pipeline tasks that are submitted by using SDKs, manually executed by using Machine Learning Designer, and periodically scheduled by using DataWorks. For more information, see Create and manage a job.