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 62e2a46  indicate optional param in elastic net
62e2a46 is described below

commit 62e2a46173761e1d6ef4db8304e15506f724a708
Author: Frank McQuillan <fmcquil...@pivotal.io>
AuthorDate: Wed Feb 12 17:30:19 2020 -0800

    indicate optional param in elastic net
---
 src/ports/postgres/modules/elastic_net/elastic_net.sql_in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ports/postgres/modules/elastic_net/elastic_net.sql_in 
b/src/ports/postgres/modules/elastic_net/elastic_net.sql_in
index 157851d..c1aaebf 100644
--- a/src/ports/postgres/modules/elastic_net/elastic_net.sql_in
+++ b/src/ports/postgres/modules/elastic_net/elastic_net.sql_in
@@ -163,7 +163,7 @@ empty string, no columns are excluded.</DD>
 <DT>max_iter (optional)</DT>
 <DD>INTEGER, default: 1000. The maximum number of iterations allowed.</DD>
 
-<DT>tolerance</DT>
+<DT>tolerance (optional)</DT>
 <DD>FLOAT8, default: 1e-6. This is the criterion to stop iterating. Both the
 'fista' and 'igd' optimizers compute the difference between the
 log likelihood of two consecutive iterations, and when the difference is 
smaller

Reply via email to