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:56:22 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15486260#comment-15486260 ] 

Mike Dusenberry commented on SYSTEMML-879:
------------------------------------------

[PR 239 | https://github.com/apache/incubator-systemml/pull/239] created.

> 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
>
> [~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)