You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/08 12:10:27 UTC

[jira] [Commented] (FLINK-1966) Add support for predictive model markup language (PMML)

    [ https://issues.apache.org/jira/browse/FLINK-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948428#comment-14948428 ] 

ASF GitHub Bot commented on FLINK-1966:
---------------------------------------

Github user chiwanpark commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1186#discussion_r41496687
  
    --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/MLUtils.scala ---
    @@ -39,6 +40,10 @@ import org.apache.flink.ml.math.SparseVector
       */
     object MLUtils {
     
    +  val flinkApp = new Application()
    --- End diff --
    
    `flinkApp` is ambiguous. I would like to use `pmmlApp`.


> Add support for predictive model markup language (PMML)
> -------------------------------------------------------
>
>                 Key: FLINK-1966
>                 URL: https://issues.apache.org/jira/browse/FLINK-1966
>             Project: Flink
>          Issue Type: Improvement
>          Components: Machine Learning Library
>            Reporter: Till Rohrmann
>            Assignee: Sachin Goel
>            Priority: Minor
>              Labels: ML
>
> The predictive model markup language (PMML) [1] is a widely used language to describe predictive and descriptive models as well as pre- and post-processing steps. That way it allows and easy way to export for and import models from other ML tools.
> Resources:
> [1] http://journal.r-project.org/archive/2009-1/RJournal_2009-1_Guazzelli+et+al.pdf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)