GitHub user orhankislal opened a pull request:
https://github.com/apache/madlib/pull/261
MLP: Check for 1-hot encoding of dependent variable for minibatch
This commit adds a check to make sure that the dependent variable for mlp
minibatch is one hot encoded. This only validates that the dependent
variable array has more than 1 value.
Co-authored-by: Orhan Kislal <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib
feature/mlp-encoded-dep-minibatch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/261.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 #261
----
commit b101914cea0688f2969dd6bb2823cd340b02b243
Author: Nikhil Kak <nkak@...>
Date: 2018-04-10T23:40:49Z
MLP: Check for 1-hot encoding of dependent variable for minibatch
This commit adds a check to make sure that the dependent variable for mlp
minibatch is one hot encoded. This only validates that the dependent
variable array has more than 1 value.
Co-authored-by: Orhan Kislal <[email protected]>
----
---