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/14 18:37:21 UTC

[jira] [Resolved] (SYSTEMML-879) Remove the Python MLResults.getDataFrame & MLResults.getNumpyArray functions.

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

Mike Dusenberry resolved SYSTEMML-879.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 0.11

Merged in [commit bcf4313 | https://github.com/apache/incubator-systemml/commit/bcf431331b38e7204437cc217487810d6fd06aac].

> Remove the Python MLResults.getDataFrame & MLResults.getNumpyArray functions.
> -----------------------------------------------------------------------------
>
>                 Key: SYSTEMML-879
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-879
>             Project: SystemML
>          Issue Type: Task
>            Reporter: Niketan Pansare
>            Assignee: Mike Dusenberry
>             Fix For: SystemML 0.11
>
>
> [~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)