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

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

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/2658


> FlinkML - SVM predict Operation for Vector and not LaveledVector
> ----------------------------------------------------------------
>
>                 Key: FLINK-4850
>                 URL: https://issues.apache.org/jira/browse/FLINK-4850
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Thomas FOURNIER
>            Assignee: Theodore Vasiloudis
>            Priority: Minor
>
> It seems that evaluate operation is defined for Vector and not LabeledVector.
> It impacts QuickStart guide for FlinkML when using SVM.
> We need to update the documentation as follows:
> val astroTest:DataSet[(Vector,Double)] = MLUtils
>       .readLibSVM(env, "src/main/resources/svmguide1.t")
>       .map(l => (l.vector, l.label))
> val predictionPairs = svm.evaluate(astroTest)



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

Reply via email to