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_r271051082
########## File path: src/ports/postgres/modules/utilities/minibatch_preprocessing_dl.sql_in ########## @@ -105,6 +106,12 @@ minibatch_preprocessor_dl( source_table, each value in the independent_varname array by. For example, you may need to use 255 for this value if the image data is in the form 0-255. </dd> + + <dt>num_classes (optional)</dt> + <dd>INTEGER, default: NULL. Number of class labels to be considered for 1-hot + encoding. If None, the 1-hot encoded array length will be equal to the number 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
