kaknikhil commented on a change in pull request #361: Minibatch Preprocessor
DL: Add optional num_classes param.
URL: https://github.com/apache/madlib/pull/361#discussion_r271051006
##########
File path: src/ports/postgres/modules/utilities/minibatch_preprocessing.py_in
##########
@@ -762,6 +823,11 @@ class MiniBatchDocumentation:
normalizing_const -- DOUBLE PRECISON. Default 1.0. The
normalizing constant to use for
standardizing arrays in
independent_varname.
+ num_classes -- INTEGER. Default NULL. Number of class
labels
+ to be considered for 1-hot encoding. If
None,
Review comment:
/s/None/NULL
----------------------------------------------------------------
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