njayaram2 commented on a change in pull request #357: Utilities: Add one-hot
encode for dependent variable in Minibatch DL
URL: https://github.com/apache/madlib/pull/357#discussion_r267481497
##########
File path: src/ports/postgres/modules/utilities/minibatch_preprocessing.py_in
##########
@@ -731,9 +753,9 @@ class MiniBatchDocumentation:
normalizing_const -- DOUBLE PRECISON. Default 1.0. The
normalizing constant to use for
standardizing arrays in
independent_varname.
- dependent_offset -- INTEGER. If specified, shifts all
dependent
- variable values by this number (should
- only be used for numeric types).
+ one_hot_encode_int_dep_var -- BOOLEAN. Default FALSE. Flag to
one-hot
Review comment:
We don't support this optional param anywhere (sql or py). This should be
removed from the doc.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services