GitHub user fmcquillan99 opened a pull request:
https://github.com/apache/madlib/pull/235
update KNN, DT and RF docs to match recent commits
KNN
* describe weighted average in more detail
DT & RF
* correct some doc errors and omissions
* update example to show positive variable importance in RF
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/235.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 #235
----
commit d15f9fcc1ea625514aeeb7418f52f3e5b80c532c
Author: Frank McQuillan <fmcquillan@...>
Date: 2018-02-14T00:16:57Z
update KNN, DT and RF docs to match recent commits
----
---