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_r336606523
##########
File path: src/ports/postgres/modules/deep_learning/madlib_keras.py_in
##########
@@ -616,6 +636,10 @@ def validate_evaluate(module_name, model_table,
model_summary_table, test_table,
_validate_test_summary_tbl()
validate_bytea_var_for_minibatch(test_table,
MINIBATCH_OUTPUT_DEPENDENT_COLNAME_DL)
+ if is_mult_model and not columns_exist_in_table(model_table, ['mst_key']):
+ plpy.error("{module_name}: Multi-model needs
mst_key".format(**locals()))
Review comment:
@fmcquillan99 Can you look review these 2 error messages?
----------------------------------------------------------------
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