You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Mike Dusenberry (JIRA)" <ji...@apache.org> on 2016/09/13 04:50:21 UTC

[jira] [Updated] (SYSTEMML-879) Remove the MLResults.getDataFrame and replace usages of getDataFrame("matrixName") with get("matrixName").toDF()

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

Mike Dusenberry updated SYSTEMML-879:
-------------------------------------
    Description: 
[~mwdusenb@us.ibm.com]

* Remove the {{MLResults.getDataFrame}} function and replace usages of {{getDataFrame("matrixName")}} with {{get("matrixName").toDF()}}.
* Remove the {{MLResults.getNumpyArray}} function and replace usages of {{getNumpyArray("matrixName")}} with {{get("matrixName").toNumPyArray()}}.

  was:[~mwdusenb@us.ibm.com]


> Remove the MLResults.getDataFrame and replace usages of getDataFrame("matrixName") with get("matrixName").toDF()
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: SYSTEMML-879
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-879
>             Project: SystemML
>          Issue Type: Task
>            Reporter: Niketan Pansare
>            Assignee: Mike Dusenberry
>
> [~mwdusenb@us.ibm.com]
> * Remove the {{MLResults.getDataFrame}} function and replace usages of {{getDataFrame("matrixName")}} with {{get("matrixName").toDF()}}.
> * Remove the {{MLResults.getNumpyArray}} function and replace usages of {{getNumpyArray("matrixName")}} with {{get("matrixName").toNumPyArray()}}.



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