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_r267496000
########## File path: src/ports/postgres/modules/utilities/minibatch_preprocessing.py_in ########## @@ -52,118 +53,12 @@ MINIBATCH_OUTPUT_DEPENDENT_COLNAME = "dependent_varname" MINIBATCH_OUTPUT_INDEPENDENT_COLNAME = "independent_varname" # These are readonly variables, do not modify -#MADLIB-1300 Adding these variables for DL only at this time. -# For release 2.0 These will be removed and above variables can -# used for regular and DL minibatch. +#MADLIB-1300 Adding these variables for DL only at this time. +# For release 2.0 These will be removed and above variables can +# used for regular and DL minibatch. Review comment: can be used for ---------------------------------------------------------------- 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
