Theodore Vasiloudis created FLINK-2102:
------------------------------------------
Summary: 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
Priority: Minor
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)