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/06/02 11:44:17 UTC

[jira] [Commented] (FLINK-2102) Add predict operation for LabeledVector

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

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

Github user tillrohrmann commented on the pull request:

    https://github.com/apache/flink/pull/744#issuecomment-107897490
  
    LGTM. I will merge it as a temporary solution for the manual evaluation.


> Add predict operation for LabeledVector
> ---------------------------------------
>
>                 Key: FLINK-2102
>                 URL: https://issues.apache.org/jira/browse/FLINK-2102
>             Project: Flink
>          Issue Type: Improvement
>          Components: Machine Learning Library
>            Reporter: Theodore Vasiloudis
>            Assignee: Theodore Vasiloudis
>            Priority: Minor
>              Labels: ML
>             Fix For: 0.9
>
>
> Currently we can only call predict on DataSet[V <: Vector].
> A lot of times though we have a DataSet[LabeledVector] that we split into a train and test set.
> We should be able to make predictions on the test DataSet[LabeledVector] without having to transform it into a DataSet[Vector]



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