You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by fm...@apache.org on 2019/12/20 00:12:13 UTC

[madlib] branch master updated: correct fit function call in user docs for multi fit

This is an automated email from the ASF dual-hosted git repository.

fmcquillan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git


The following commit(s) were added to refs/heads/master by this push:
     new fc9cd64  correct fit function call in user docs for multi fit
fc9cd64 is described below

commit fc9cd64ea53433353d7db205113f0e499d920f14
Author: Frank McQuillan <fm...@pivotal.io>
AuthorDate: Thu Dec 19 16:11:58 2019 -0800

    correct fit function call in user docs for multi fit
---
 .../modules/deep_learning/madlib_keras_fit_multiple_model.sql_in        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in b/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
index c0a68b3..669c5db 100644
--- a/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
+++ b/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
@@ -93,7 +93,7 @@ of model architectures, compile and fit parameters.
 The fit (training) function has the following format:
 
 <pre class="syntax">
-madlib_keras_fit(
+madlib_keras_fit_multiple_model(
     source_table,
     model_output_table,
     model_selection_table,