GitHub user hpandeycodeit opened a pull request: https://github.com/apache/madlib/pull/280
Changes for Jira: 1239, Converts features from multiple columns i⦠JIRA: 1239 Added a new module cols_vec which Converts features from multiple columns of an input table into a feature array in a single column. Following files are committed: 1. cols2vec.py_in 2. cols2vec.sql_in 3. test/cols2vec.sql_in 4. Modules.yml You can merge this pull request into a Git repository by running: $ git pull https://github.com/hpandeycodeit/incubator-madlib MADLIB_1239 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/madlib/pull/280.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 #280 ---- commit 3b5a7780dee45edb215351879c892945d2c59c4c Author: hpandeycodeit <hpandey@...> Date: 2018-06-15T08:33:27Z Changes for Jira: 1239, Converts features from multiple columns into a feature array commit 06bef61bffe71bae5bb9956c650d39ae7e0d5ef8 Author: hpandeycodeit <hpandey@...> Date: 2018-06-15T08:41:10Z added Module cols_vec ---- ---