You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Niketan Pansare (JIRA)" <ji...@apache.org> on 2016/08/29 19:13:20 UTC

[jira] [Updated] (SYSTEMML-885) Update the algorithm documentation specifying the usage and examples for Scala wrappers

     [ https://issues.apache.org/jira/browse/SYSTEMML-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niketan Pansare updated SYSTEMML-885:
-------------------------------------
    Description: 
The key difference is `import org.apache.sysml.api.ml.LogisticRegression` and `new LogisticRegression(sc).setIcpt(0)....` (rather than passing them via constructor)

https://apache.github.io/incubator-systemml/algorithms-classification.html#usage

  was:
The key difference is `import org.apache.sysml.api.ml.LogisticRegression` and `new LogisticRegression(sc).setIcpt(0)....`

https://apache.github.io/incubator-systemml/algorithms-classification.html#usage


> Update the algorithm documentation specifying the usage and examples for Scala wrappers
> ---------------------------------------------------------------------------------------
>
>                 Key: SYSTEMML-885
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-885
>             Project: SystemML
>          Issue Type: Task
>            Reporter: Niketan Pansare
>
> The key difference is `import org.apache.sysml.api.ml.LogisticRegression` and `new LogisticRegression(sc).setIcpt(0)....` (rather than passing them via constructor)
> https://apache.github.io/incubator-systemml/algorithms-classification.html#usage



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