kaknikhil commented on a change in pull request #451: DL: Update evaluate and predict for multi model outputs URL: https://github.com/apache/madlib/pull/451#discussion_r338188390
########## File path: src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.py_in ########## @@ -47,6 +47,27 @@ mb_dep_var_col = MINIBATCH_OUTPUT_DEPENDENT_COLNAME_DL mb_indep_var_col = MINIBATCH_OUTPUT_INDEPENDENT_COLNAME_DL dist_key_col = DISTRIBUTION_KEY_COLNAME +""" +FitMultipleModel: This class implements the Model Hopper technique for +training multiple models in parallel. The goal of this function is to train +multiple different models on the same data with different compile parameters. Review comment: Not just compile parameters, it can be fit params, model arch etc. ---------------------------------------------------------------- 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
