orhankislal commented on a change in pull request #467: DL: Improve performance of mini-batch preprocessor URL: https://github.com/apache/madlib/pull/467#discussion_r363546953
########## File path: src/ports/postgres/modules/deep_learning/input_data_preprocessor.py_in ########## @@ -46,9 +48,25 @@ from utilities.validate_args import input_tbl_valid from utilities.validate_args import get_expr_type from madlib_keras_helper import * +import time NUM_CLASSES_COLNAME = "num_classes" +def plpy_execute(sql, *args, **kwargs): Review comment: Yes, this looks much better thank you. ---------------------------------------------------------------- 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
