GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/213
KNN: Move online help to python layer
Additional Author: Nikhil Kak <[email protected]>
- Remove the dependency on the client message level for knn online help.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/orhankislal/madlib knn_help
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/213.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 #213
----
commit a0b1e0a78ffc993f2e2efad8df9a2c49cfc0fcbb
Author: Orhan Kislal <[email protected]>
Date: 2017-12-11T23:27:09Z
KNN: Move online help to python layer
Additional Author: Nikhil Kak <[email protected]>
- Remove the dependency on the client message level for knn online help.
----
---