[GitHub] madlib pull request #268: DT: Don't use NULL value to get dep_var type

2018-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/madlib/pull/268 ---

[GitHub] madlib pull request #268: DT: Don't use NULL value to get dep_var type

2018-05-25 Thread kaknikhil
Github user kaknikhil commented on a diff in the pull request: https://github.com/apache/madlib/pull/268#discussion_r185970102 --- Diff: src/ports/postgres/modules/utilities/validate_args.py_in --- @@ -368,8 +375,10 @@ def get_expr_type(expr, tbl): SELECT

[GitHub] madlib pull request #268: DT: Don't use NULL value to get dep_var type

2018-05-01 Thread iyerr3
GitHub user iyerr3 opened a pull request: https://github.com/apache/madlib/pull/268 DT: Don't use NULL value to get dep_var type JIRA: MADLIB-1233 Function `_is_dep_categorical` is used to obtain the type of the dependent variable expression. This function gets a random