[GitHub] flink pull request: [FLINK-1716] Adds CoCoA algorithm

2015-04-02 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/545#issuecomment-88820531 Travis failed because of some Gelly test case. Travis running on my own repo passed, though. I'll merge the PR then. --- If your project is set up for it, you can

[GitHub] flink pull request: [FLINK-1716] Adds CoCoA algorithm

2015-04-02 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/545#issuecomment-88834217 Hi @tillrohrmann! Thanks for the heads up :) The failing test is `DegreesWithExceptionITCase` and it seems that it fails because of not throwing the excepted exception

[GitHub] flink pull request: [FLINK-1716] Adds CoCoA algorithm

2015-04-02 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/545#issuecomment-88836418 Oh ok, I was not aware of #475. I just added the additional checks because of the fail message in the try block that you expect a ```NoSuchElementException```. If

[GitHub] flink pull request: [FLINK-1716] Adds CoCoA algorithm

2015-04-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/545 --- 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

[GitHub] flink pull request: [FLINK-1716] Adds CoCoA algorithm

2015-04-01 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/545#issuecomment-88522329 I rebased the PR on the current master. When Travis gives green light and if there are no objections, I'll merge this PR. --- If your project is set up for it, you

[GitHub] flink pull request: [FLINK-1716] Adds CoCoA algorithm

2015-03-30 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/545 [FLINK-1716] Adds CoCoA algorithm This PR adds the CoCoA algorithm using l2-norm and hinge-loss functions. Thus, it can be used to train soft-margin SVM. This PR is based on #539 and