GitHub user iyerr3 opened a pull request:
https://github.com/apache/incubator-madlib/pull/82
Encode categorical variables
JIRA: MADLIB-1038
Major overhaul of the dummy/one-hot encoding of categorical variables
with new name and updated arguments. Older function has been
deprecated with a warning to use the new function.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iyerr3/incubator-madlib
feature/encode_categorical_variables
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-madlib/pull/82.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 #82
----
commit a8a4414b5429c66b9ac023988d6c86b3c2d109f5
Author: Rahul Iyer <[email protected]>
Date: 2016-12-21T21:14:28Z
New module: Encode categorical variables
JIRA: MADLIB-1038
Major overhaul of the dummy/one-hot encoding of categorical variables
with new name and updated arguments. Older function has been
deprecated with a warning to use the new function.
commit ed69fe9383fc82b39c68be6b8a2d94097df970d4
Author: Rahul Iyer <[email protected]>
Date: 2016-12-21T21:21:47Z
Update title for deprecated function
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---