[jira] [Updated] (FLINK-4865) FlinkML - Add EvaluateDataSet operation for LabeledVector

2019-02-28 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/FLINK-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-4865:
--
Labels: pull-request-available  (was: )

> FlinkML - Add EvaluateDataSet operation for LabeledVector
> -
>
> Key: FLINK-4865
> URL: https://issues.apache.org/jira/browse/FLINK-4865
> Project: Flink
>  Issue Type: New Feature
>  Components: Library / Machine Learning
>Reporter: Thomas FOURNIER
>Priority: Minor
>  Labels: pull-request-available
>
> 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
(v7.6.3#76005)


[jira] [Updated] (FLINK-4865) FlinkML - Add EvaluateDataSet operation for LabeledVector

2016-10-20 Thread Thomas FOURNIER (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLINK-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas FOURNIER updated FLINK-4865:
---
Description: 
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.

 


  was:
We can only call "evaluate" method on a DataSet[(Double,Vector)].

Eg: If our model is an SVM 

svm.evaluate(test) with test has type DataSet[(Double,Vector)]

We would like to call it on DataSet[LabeledVector] also.

 



> 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)


[jira] [Updated] (FLINK-4865) FlinkML - Add EvaluateDataSet operation for LabeledVector

2016-10-20 Thread Thomas FOURNIER (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLINK-4865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas FOURNIER updated FLINK-4865:
---
Description: 
We can only call "evaluate" method on a DataSet[(Double,Vector)].

Eg: If our model is an SVM 

svm.evaluate(test) with test has type DataSet[(Double,Vector)]

We would like to call it on DataSet[LabeledVector] also.

 


  was:
We can only call "evaluate" method on a DataSet[(Double,Vector)].

Eg: svm/evaluate(test) where test: DataSet[(Double,Vector)]

We want also to call this method on DataSet[LabeledVector]

 



> 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[(Double,Vector)].
> Eg: If our model is an SVM 
> svm.evaluate(test) with test has type DataSet[(Double,Vector)]
> We would like to call it on DataSet[LabeledVector] also.
>  



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