[GitHub] madlib issue #250: MLP: Allow one-hot encoded dependent var for classificati...

2018-03-26 Thread asfgit
Github user asfgit commented on the issue:

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

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



---


[GitHub] madlib pull request #250: MLP: Allow one-hot encoded dependent var for class...

2018-03-26 Thread njayaram2
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 
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.




---


[GitHub] madlib issue #248: DT: Ensure proper quoting in grouping coalesce

2018-03-26 Thread asfgit
Github user asfgit commented on the issue:

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

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



---


[GitHub] madlib issue #249: RF: Use NULL::integer[] when no continuous features

2018-03-26 Thread asfgit
Github user asfgit commented on the issue:

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

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



---


[GitHub] madlib issue #246: DT and RF user doc updates

2018-03-26 Thread asfgit
Github user asfgit commented on the issue:

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

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



---


[GitHub] madlib issue #246: DT and RF user doc updates

2018-03-26 Thread fmcquillan99
Github user fmcquillan99 commented on the issue:

https://github.com/apache/madlib/pull/246
  
https://issues.apache.org/jira/browse/MADLIB-1217
https://issues.apache.org/jira/browse/MADLIB-1218
https://issues.apache.org/jira/browse/MADLIB-1219
have all been fixed so I made associated changes to the DT and RF user docs.

I think this is final, I mean, I don't have any other commits to make as 
part of this PR.

So after final review please merge if you think it looks OK.


---


[GitHub] madlib issue #249: RF: Use NULL::integer[] when no continuous features

2018-03-26 Thread fmcquillan99
Github user fmcquillan99 commented on the issue:

https://github.com/apache/madlib/pull/249
  
See https://issues.apache.org/jira/browse/MADLIB-1219 for results from my 
tests.

LGTM



---


[GitHub] madlib issue #244: Changes for Personalized Page Rank : Jira:1084

2018-03-26 Thread asfgit
Github user asfgit commented on the issue:

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

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



---