[ 
https://issues.apache.org/jira/browse/FLINK-13911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Knauf updated FLINK-13911:
-------------------------------------
    Labels: pull-request-available  (was: pull-request-available stale-major)

Removed "stale-critical|major|minor" label in line with 
https://issues.apache.org/jira/browse/FLINK-22429. 

> Add the interface of ModelDataConverter, and several base classes that 
> implement this interface.
> ------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-13911
>                 URL: https://issues.apache.org/jira/browse/FLINK-13911
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Library / Machine Learning
>            Reporter: Xu Yang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> ModelDataConverter is an interface that defines methods for converting a 
> generic model data object to a collection of rows and the other way around. 
> It is used when we are exporting the model data to a table, as well as 
> loading model data from a table for inference.
>  * Add ModelDataConverter which defines the model data conversion methods.
>  * Add SimpleModelDataConverter which is a specific model data converter 
> where the model data is represented as meta data and a collection of strings.
>  * Add LabeledModelDataConverter which is a specific model data converter 
> where the model data is represented as meta data, a collection of strings, 
> and a collection of label values.
>  * Add RichModelDataConverter which is a specific model data converter where 
> the model data is represented as meta data, a collection of strings, and a 
> collection of auxiliary rows.
>  * Add ModelConverterUtils which provides utility functions for implementing 
> the above model data converters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to