GitHub user iyerr3 opened a pull request:
https://github.com/apache/madlib/pull/247
SVM: Revert minibatch-related work
This commit is a partial revert of a8bbe08.
Minibatch was not found to be useful for SVM and broken due to recent
changes. We're disabling and reverting that work, with the task of
revisiting this again when the minibatch interface is stable.
There were some changes in a8bbe08 that were unrelated to minibatch and
useful in general context. These changes have not been reverted.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib feature/revert_svm_minibatch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/247.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #247
----
commit cccf971a74c9d88466895b90d02089b42157f9c0
Author: Rahul Iyer <riyer@...>
Date: 2018-03-22T02:28:47Z
SVM: Revert minibatch-related work
This commit is a partial revert of a8bbe08.
Minibatch was not found to be useful for SVM and broken due to recent
changes. We're disabling and reverting that work, with the task of
revisiting this again when the minibatch interface is stable.
There were some changes in a8bbe08 that were unrelated to minibatch and
useful in general context. These changes have not been reverted.
----
---