kaknikhil commented on a change in pull request #388: DL: Add new param
metrics_compute_frequency to madlib_keras_fit()
URL: https://github.com/apache/madlib/pull/388#discussion_r283056303
##########
File path: src/ports/postgres/modules/deep_learning/madlib_keras.py_in
##########
@@ -66,7 +66,12 @@ def fit(schema_madlib, source_table, model,model_arch_table,
fit_validator = FitInputValidator(
source_table, validation_table, model, model_arch_table,
- dependent_varname, independent_varname, num_iterations)
+ dependent_varname, independent_varname, num_iterations,
+ metrics_compute_frequency)
+ # If metrics_compute_frequency is NULL, assign num_iterations as
Review comment:
I think the code is self explanatory here, don't really need a comment
----------------------------------------------------------------
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