Github user njayaram2 commented on a diff in the pull request:

    https://github.com/apache/incubator-madlib/pull/77#discussion_r91374194
  
    --- Diff: src/ports/postgres/modules/elastic_net/elastic_net.sql_in ---
    @@ -229,25 +301,23 @@ we are done, otherwise the process is repeated.</DD>
     up the calculation.</DD>
     </DL>
     
    -When the \ref elastic_net_train() \e optimizer argument value is \b 'igd', 
the
    -\e optimizer_params argument is a string containing name-value pairs with
    -the following format. (Line breaks are inserted for readability.)
    +\b IGD parameters
     <pre class="syntax">
    -  'stepsize = &lt;value>,
    -   step_decay = &lt;value>,
    -   threshold = &lt;value>,
    -   warmup = &lt;value>,
    -   warmup_lambdas = &lt;value>,
    -   warmup_lambda_no = &lt;value>,
    -   warmup_tolerance = &lt;value>,
    -   parallel = &lt;value>'
    +  $$
    +      stepsize = &lt;value>,
    +      step_decay = &lt;value>,
    +      threshold = &lt;value>,
    +      parallel = &lt;value>
    +  $$
     </pre>
    -\b Parameters
     <DL class="arglist">
    +
     <DT>stepsize</DT>
     <DD>The default is 0.01.</DD>
    +
     <DT>step_decay</DT>
     <DD>The actual setpsize used for current step is (previous stepsize) / 
exp(setp_decay). The default value is 0, which means that a constant stepsize 
is used in IGD.</DD>
    --- End diff --
    
    A typo I guess, should it be `exp(step_decay)`?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to