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_r336612060
##########
File path: src/ports/postgres/modules/deep_learning/madlib_keras_predict.py_in
##########
@@ -140,20 +140,23 @@ class Predict(BasePredict):
def __init__(self, schema_madlib, model_table,
test_table, id_col, independent_varname,
output_table, pred_type, gpus_per_host,
- **kwargs):
+ mst_key, **kwargs):
self.module_name = 'madlib_keras_predict'
self.model_table = model_table
+ self.mst_key = mst_key
Review comment:
why don't we validate `mst_key` the same way we do for evaluate ?
----------------------------------------------------------------
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