GitHub user njayaram2 opened a pull request:
https://github.com/apache/madlib/pull/250
MLP: Allow one-hot encoded dependent var for classification
JIRA:MADLIB-1222
MLP currently automatically encodes categorical variables for
classification but does not allow already encoded arrays for dependent
variables in mlp_classification. This commit lets users have an already
encoded array for the dependent variable and train a model.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib
feature/mlp/support-encoded-dep-var
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/250.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 #250
----
commit f5a87dee6bc8f27c1a13a4921ea726b391b1813d
Author: Nandish Jayaram <njayaram@...>
Date: 2018-03-20T22:43:25Z
MLP: Allow one-hot encoded dependent var for classification
JIRA:MADLIB-1222
MLP currently automatically encodes categorical variables for
classification but does not allow already encoded arrays for dependent
variables in mlp_classification. This commit lets users have an already
encoded array for the dependent variable and train a model.
----
---