kaknikhil commented on a change in pull request #397: DL: Update content of
the model summary table
URL: https://github.com/apache/madlib/pull/397#discussion_r287543486
##########
File path: src/ports/postgres/modules/deep_learning/madlib_keras.py_in
##########
@@ -85,14 +66,17 @@ def fit(schema_madlib, source_table,
model,model_arch_table,
independent_varname = MINIBATCH_OUTPUT_INDEPENDENT_COLNAME_DL
model_arch_table = quote_ident(model_arch_table)
fit_params = "" if not fit_params else fit_params
+ compile_params = "" if not compile_params else compile_params
Review comment:
The commit message says ``Ensure compile_params cannot be NULL.``. Can you
explain how that relates to this if check ?
----------------------------------------------------------------
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