[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/692 --- 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 project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-22 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/692#issuecomment-104548034 LGTM. Will merge it. --- 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 project does not have th

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30794495 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30794038 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30793945 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30787978 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -36,19 +36,20 @@ import org.apache.flink.ml.opt

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30787403 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30787129 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30786949 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -36,19 +36,20 @@ import org.apache.flink.ml

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30786580 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Solver.scala --- @@ -40,6 +44,32 @@ abstract class Solver extends Serial

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30786533 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Regularization.scala --- @@ -95,6 +95,7 @@ abstract class DiffRegulariza

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30786437 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30785863 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Solver.scala --- @@ -40,6 +44,32 @@ abstract class Solver extends Serializab

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30785537 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Regularization.scala --- @@ -95,6 +95,7 @@ abstract class DiffRegularization

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30784817 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30784205 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -36,19 +36,20 @@ import org.apache.flink.ml.opt

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30784142 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -36,19 +36,20 @@ import org.apache.flink.ml.opt

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30784001 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30783963 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30783908 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/692#issuecomment-104179672 Great work @thvasilo. I had some minor comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30781429 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/optimization/GradientDescentITSuite.scala --- @@ -205,6 +190,61 @@ class GradientDesc

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30781414 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/optimization/GradientDescentITSuite.scala --- @@ -205,6 +190,61 @@ class GradientDesc

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30781214 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Solver.scala --- @@ -118,6 +151,44 @@ abstract class IterativeSolver ext

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30781162 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Solver.scala --- @@ -106,7 +139,7 @@ object Solver { * See [[http

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30781135 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Solver.scala --- @@ -40,6 +44,32 @@ abstract class Solver extends Serial

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30781085 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/Regularization.scala --- @@ -95,6 +95,7 @@ abstract class DiffRegulariza

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30780614 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30780625 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30780559 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30780392 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30780327 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30780043 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r3078 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(run

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30779835 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -36,19 +36,20 @@ import org.apache.flink.ml

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-21 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30779810 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -36,19 +36,20 @@ import org.apache.flink.ml

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-19 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30595561 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/optimization/GradientDescentITSuite.scala --- @@ -205,6 +190,61 @@ class GradientDescentI

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-19 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30592697 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/optimization/GradientDescentITSuite.scala --- @@ -205,6 +190,61 @@ class GradientDescentI

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-19 Thread thvasilo
Github user thvasilo commented on a diff in the pull request: https://github.com/apache/flink/pull/692#discussion_r30591734 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/optimization/GradientDescent.scala --- @@ -76,86 +77,163 @@ class GradientDescent(runPara

[GitHub] flink pull request: [FLINK-1992] [ml] Add convergence criterion to...

2015-05-19 Thread thvasilo
Github user thvasilo commented on the pull request: https://github.com/apache/flink/pull/692#issuecomment-103457871 I think this is feature complete now, @tillrohrmann can take a look when you have time. --- If your project is set up for it, you can reply to this email and have your