[ 
https://issues.apache.org/jira/browse/FLINK-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558859#comment-14558859
 ] 

ASF GitHub Bot commented on FLINK-2083:
---------------------------------------

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

    https://github.com/apache/flink/pull/715#discussion_r31013801
  
    --- Diff: docs/libs/ml/optimization.md ---
    @@ -160,10 +158,20 @@ mini-batch SGD will be performed.
             <td><strong>RegularizationParameter</strong></td>
             <td>
               <p>
    -            The amount of regularization to apply. (Default 
value:<strong>0</strong>)
    +            The amount of regularization to apply. (Default 
value:<strong>0.0</strong>)
    +          </p>
    +        </td>
    +      </tr>
    +      <tr>
    +        <td><strong>PredictionFunction</strong></td>
    +        <td>
    +          <p>
    +            Class that provides the prediction function, used to calculate 
$\hat{y}$ based on the
    +            weights and the example features, and the prediction gradient.
    +            (Default value: <strong>LinearPrediction</strong>)
    --- End diff --
    
    Should I add these in their own table then? i.e. one for prediction 
functions, one for loss functions etc.


> Ensure high quality docs for FlinkML in 0.9
> -------------------------------------------
>
>                 Key: FLINK-2083
>                 URL: https://issues.apache.org/jira/browse/FLINK-2083
>             Project: Flink
>          Issue Type: Improvement
>          Components: Machine Learning Library
>            Reporter: Theodore Vasiloudis
>            Assignee: Theodore Vasiloudis
>              Labels: ML
>             Fix For: 0.9
>
>
> As defined in our vision for FlinkML, providing high-quality documentation is 
> a primary goal for us.
> This issue concerns the docs that will be included in 0.9, and will track 
> improvements and additions for the release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to