Weihua Jiang created FLINK-11108: ------------------------------------ Summary: Create a new set of table based ML Pipeline classes Key: FLINK-11108 URL: https://issues.apache.org/jira/browse/FLINK-11108 Project: Flink Issue Type: Sub-task Components: Machine Learning Library, Table API & SQL Reporter: Weihua Jiang
The main classes are: # PipelineStage (the trait for each pipeline stage) # Estimator (training stage) # Transformer (the inference/feature engineering stage) # Pipeline (the whole pipeline) # Predictor (extends Estimator, for supervised learning) Detailed design can be referred at parent JIRA's design document. -- This message was sent by Atlassian JIRA (v7.6.3#76005)