[
https://issues.apache.org/jira/browse/FLINK-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15611809#comment-15611809
]
ASF GitHub Bot commented on FLINK-4865:
---------------------------------------
Github user thvasilo commented on the issue:
https://github.com/apache/flink/pull/2684
One last thing, could you change this PR's title to `[FLINK-4865] [ml] Add
EvaluateDataSet operation for LabeledVector`
This is the standard naming for PRs, issue number, followed by component,
followed by the description. That way the PR gets linked back to the JIRA issue
automatically.
> FlinkML - Add EvaluateDataSet operation for LabeledVector
> ---------------------------------------------------------
>
> Key: FLINK-4865
> URL: https://issues.apache.org/jira/browse/FLINK-4865
> Project: Flink
> Issue Type: New Feature
> Reporter: Thomas FOURNIER
> Priority: Minor
>
> We can only call "evaluate" method on a DataSet[(Vector,Double)].
> Eg: If our model is an SVM
> svm.evaluate(test) with test has type DataSet[(Vector,Double)]
> We would like to call it on DataSet[LabeledVector] also.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)