Github user njayaram2 commented on a diff in the pull request:
https://github.com/apache/madlib/pull/254#discussion_r178684358
--- Diff: src/ports/postgres/modules/convex/utils_regularization.py_in ---
@@ -85,6 +86,8 @@ def utils_ind_var_scales_grouping(tbl_data, col_ind_var,
dimension,
x_mean_table,
set_zero_std_to_one (optional, default is False. If set to true
0.0 standard deviation values will be set to 1.0)
+ create_temp_table If set to true, create a persistent instead of a
temp
+ table, else create a temp table for x_mean
--- End diff --
Shouldn't this comment say create temp table when true, and a persistent
table when set to false?
---