You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by orhankislal <gi...@git.apache.org> on 2018/04/11 20:47:35 UTC

[GitHub] madlib pull request #261: MLP: Check for 1-hot encoding of dependent variabl...

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 <ok...@pivotal.io>

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 <nk...@...>
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 <ok...@pivotal.io>

----


---

[GitHub] madlib issue #261: MLP: Check for 1-hot encoding of dependent variable for m...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

    https://github.com/apache/madlib/pull/261
  
    
    Refer to this link for build results (access rights to CI server needed): 
    https://builds.apache.org/job/madlib-pr-build/439/



---

[GitHub] madlib pull request #261: MLP: Check for 1-hot encoding of dependent variabl...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/madlib/pull/261


---