Jarrod Vawdrey created MADLIB-1202:
--------------------------------------
Summary: encode_categorical_variables() creates all lower case
column names for boolean columns
Key: MADLIB-1202
URL: https://issues.apache.org/jira/browse/MADLIB-1202
Project: Apache MADlib
Issue Type: Improvement
Reporter: Jarrod Vawdrey
It would be handy if encode_categorical_variables() created lower case column
names for boolean columns vs upper case that require double quoting to query.
Current implementation generates "<boolean column name>_True" and "<boolean
column name>_False".
Improvement to generate <boolean column name>_true and <boolean column
name>_false.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)