[jira] [Updated] (FLINK-2274) Add a histogram method for DataSet[Double]

2015-07-08 Thread Theodore Vasiloudis (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Theodore Vasiloudis updated FLINK-2274: --- Summary: Add a histogram method for DataSet[Double] (was: Add a histogram method for

[jira] [Commented] (FLINK-1723) Add cross validation for model evaluation

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618274#comment-14618274 ] ASF GitHub Bot commented on FLINK-1723: --- GitHub user thvasilo opened a pull request:

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618303#comment-14618303 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34131445 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/package.scala --- @@ -70,6 +70,15 @@ package object ml { dataSet.map(new

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618331#comment-14618331 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132938 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34137657 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Score.scala --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618442#comment-14618442 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618444#comment-14618444 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618458#comment-14618458 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618464#comment-14618464 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34137699 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Scorer.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618448#comment-14618448 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34138011 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Scorer.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34139297 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -172,9 +198,42 @@ object Predictor { }

[jira] [Commented] (FLINK-1723) Add cross validation for model evaluation

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618480#comment-14618480 ] ASF GitHub Bot commented on FLINK-1723: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-1723] [ml] [WIP] Add cross validation f...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/891#discussion_r34139543 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/CrossValidation.scala --- @@ -0,0 +1,97 @@ +/* + * Licensed to

[GitHub] flink pull request: [wip] [FLINK-2288] [FLINK-2302] Setup ZooKeepe...

2015-07-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/886#issuecomment-119553437 We need to find a solution for the webfrontend, though. Starting it on random ports is not a real solution. Also the user that wants to see progress needs to connect

[jira] [Commented] (FLINK-2288) Setup ZooKeeper for distributed coordination

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618497#comment-14618497 ] ASF GitHub Bot commented on FLINK-2288: --- Github user StephanEwen commented on the

[jira] [Commented] (FLINK-2288) Setup ZooKeeper for distributed coordination

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618496#comment-14618496 ] ASF GitHub Bot commented on FLINK-2288: --- Github user StephanEwen commented on the

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618509#comment-14618509 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-1723) Add cross validation for model evaluation

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618478#comment-14618478 ] ASF GitHub Bot commented on FLINK-1723: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-1723] [ml] [WIP] Add cross validation f...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/891#discussion_r34139410 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/CrossValidationITSuite.scala --- @@ -0,0 +1,123 @@ +/* + *

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618489#comment-14618489 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618494#comment-14618494 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618518#comment-14618518 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618447#comment-14618447 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34137842 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Scorer.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2310) Add an Adamic-Adar Similarity example

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618466#comment-14618466 ] ASF GitHub Bot commented on FLINK-2310: --- GitHub user shghatge opened a pull request:

[GitHub] flink pull request: [FLINK-2310] Add an Adamic Adar Similarity exa...

2015-07-08 Thread shghatge
GitHub user shghatge opened a pull request: https://github.com/apache/flink/pull/892 [FLINK-2310] Add an Adamic Adar Similarity example Added an Adamic Adar Similarity example to Gelly. Added one test accordingly for the same. You can merge this pull request into a Git

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/871#issuecomment-119548250 Really good work @thvasilo. I had some minor comments. The only thing we have to discuss is whether `score` should be part of the `Predictor` interface.

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618468#comment-14618468 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on the

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34139797 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34141306 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScorerITSuite.scala --- @@ -0,0 +1,96 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34139345 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -233,11 +292,10 @@ trait PredictOperation[Instance,

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618476#comment-14618476 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618477#comment-14618477 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34139631 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618483#comment-14618483 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34139561 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/recommendation/ALS.scala --- @@ -425,6 +434,34 @@ object ALS { } }

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618481#comment-14618481 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618493#comment-14618493 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34141423 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/regression/MultipleLinearRegressionITSuite.scala --- @@ -132,4 +132,28 @@ class

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618510#comment-14618510 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34142416 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -72,12 +74,36 @@ trait Predictor[Self] extends

[jira] [Commented] (FLINK-2296) Checkpoint committing broken

2015-07-08 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618435#comment-14618435 ] Robert Metzger commented on FLINK-2296: --- Yes, my PR will contain a fix for that.

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618451#comment-14618451 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34138183 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/package.scala --- @@ -70,6 +70,15 @@ package object ml { dataSet.map(new

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34138149 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/package.scala --- @@ -70,6 +70,15 @@ package object ml { dataSet.map(new

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618461#comment-14618461 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34138731 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Scorer.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34138682 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Score.scala --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618479#comment-14618479 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34139499 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/recommendation/ALS.scala --- @@ -25,11 +25,15 @@ import org.apache.flink.api.scala._

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618488#comment-14618488 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34139871 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34140107 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/recommendation/ALS.scala --- @@ -25,11 +25,15 @@ import org.apache.flink.api.scala._

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34140226 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34142293 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -72,12 +74,36 @@ trait Predictor[Self] extends

[jira] [Commented] (FLINK-2000) Add SQL-style aggregations for Table API

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618262#comment-14618262 ] ASF GitHub Bot commented on FLINK-2000: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618296#comment-14618296 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132161 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -172,9 +198,42 @@ object Predictor { }

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132140 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -172,9 +198,42 @@ object Predictor { }

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618311#comment-14618311 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-1723] [ml] [WIP] Add cross validation f...

2015-07-08 Thread thvasilo
GitHub user thvasilo opened a pull request: https://github.com/apache/flink/pull/891 [FLINK-1723] [ml] [WIP] Add cross validation for model evaluation Cross validation (CV) [1] is a standard tool to estimate the test error for a model. As such it is a crucial tool for every machine

[jira] [Commented] (FLINK-2288) Setup ZooKeeper for distributed coordination

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618322#comment-14618322 ] ASF GitHub Bot commented on FLINK-2288: --- Github user StephanEwen commented on the

[GitHub] flink pull request: [wip] [FLINK-2288] [FLINK-2302] Setup ZooKeepe...

2015-07-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/886#issuecomment-119529122 I will address the comments and merge this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618318#comment-14618318 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618319#comment-14618319 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132488 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/recommendation/ALS.scala --- @@ -425,6 +434,34 @@ object ALS { } }

[jira] [Resolved] (FLINK-2293) Division by Zero Exception

2015-07-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-2293. - Resolution: Fixed Assignee: Stephan Ewen Fix Version/s: 0.10 Fixed in 0.10 in

[jira] [Closed] (FLINK-2293) Division by Zero Exception

2015-07-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-2293. --- Division by Zero Exception -- Key: FLINK-2293

[jira] [Updated] (FLINK-2274) Add a histogram method for DataSet[Double]

2015-07-08 Thread Theodore Vasiloudis (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Theodore Vasiloudis updated FLINK-2274: --- Description: We should provide descriptive statistics about DataSets containing real

[jira] [Assigned] (FLINK-1723) Add cross validation for model evaluation

2015-07-08 Thread Theodore Vasiloudis (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Theodore Vasiloudis reassigned FLINK-1723: -- Assignee: Theodore Vasiloudis (was: Mikio Braun) Add cross validation for

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34134236 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618359#comment-14618359 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34130977 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Scorer.scala --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34130926 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/Score.scala --- @@ -0,0 +1,140 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34131262 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/package.scala --- @@ -70,6 +70,15 @@ package object ml { dataSet.map(new

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132722 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132725 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618317#comment-14618317 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132387 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/recommendation/ALS.scala --- @@ -25,11 +25,15 @@ import org.apache.flink.api.scala._

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132347 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -233,11 +292,10 @@ trait PredictOperation[Instance,

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34132336 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -172,9 +198,42 @@ object Predictor { }

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34133929 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScoreTest.scala --- @@ -0,0 +1,118 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618351#comment-14618351 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618314#comment-14618314 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[GitHub] flink pull request: [FLINK-2240] Use BloomFilter to filter probe r...

2015-07-08 Thread ChengXiangLi
Github user ChengXiangLi commented on the pull request: https://github.com/apache/flink/pull/888#issuecomment-119530383 Thanks Stephan for comments, i've added the configuration switch and performance benchmark in the latest commit, and research on the unit test failure now. --- If

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34134304 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/ScorerITSuite.scala --- @@ -0,0 +1,96 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618356#comment-14618356 ] ASF GitHub Bot commented on FLINK-2157: --- Github user tillrohrmann commented on a

[jira] [Commented] (FLINK-2296) Checkpoint committing broken

2015-07-08 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618406#comment-14618406 ] Gyula Fora commented on FLINK-2296: --- By the way, the committing was broken already for

[GitHub] flink pull request: [FLINK-2200] Add Flink with Scala 2.11 in Mave...

2015-07-08 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/885#issuecomment-119578556 I agree with @aalexandrov to do the name switch using `artifactIdflink-clients${scala.suffix}/artifactId`. --- If your project is set up for it, you can reply to this

[jira] [Commented] (FLINK-1723) Add cross validation for model evaluation

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618613#comment-14618613 ] ASF GitHub Bot commented on FLINK-1723: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-1723] [ml] [WIP] Add cross validation f...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/891#discussion_r34148875 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/evaluation/CrossValidation.scala --- @@ -0,0 +1,97 @@ +/* + * Licensed to the

[jira] [Created] (FLINK-2328) Applying more than one transformation on an IterativeDataStream fails

2015-07-08 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-2328: - Summary: Applying more than one transformation on an IterativeDataStream fails Key: FLINK-2328 URL: https://issues.apache.org/jira/browse/FLINK-2328 Project: Flink

[jira] [Commented] (FLINK-2157) Create evaluation framework for ML library

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618595#comment-14618595 ] ASF GitHub Bot commented on FLINK-2157: --- Github user thvasilo commented on a diff in

[GitHub] flink pull request: [FLINK-2157] [ml] [WIP] Create evaluation fram...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/871#discussion_r34147588 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/pipeline/Predictor.scala --- @@ -72,12 +74,36 @@ trait Predictor[Self] extends

[GitHub] flink pull request: [FLINK-1723] [ml] [WIP] Add cross validation f...

2015-07-08 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/891#discussion_r34148455 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/evaluation/CrossValidationITSuite.scala --- @@ -0,0 +1,123 @@ +/* + * Licensed

[jira] [Commented] (FLINK-1723) Add cross validation for model evaluation

2015-07-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14618606#comment-14618606 ] ASF GitHub Bot commented on FLINK-1723: --- Github user thvasilo commented on a diff in

  1   2   3   >