You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2014/10/01 07:42:33 UTC

[jira] [Updated] (SPARK-3751) DecisionTreeRunner functionality improvement

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

Joseph K. Bradley updated SPARK-3751:
-------------------------------------
    Description: 
DecisionTreeRunner functionality additions:
* Allow user to pass in a test dataset
* Do not print full model if the model is too large.

As part of this, modify DecisionTreeModel and RandomForestModel to allow printing less info.  Proposed updates:
* toString: prints model summary
* toDebugString: prints full model (named after RDD.toDebugString)

Similar update to Python API:
* __repr__() now prints a model summary
* toDebugString() now prints the full model


  was:
DecisionTreeRunner functionality additions:
* Allow user to pass in a test dataset
* Do not print full model if the model is too large.

As part of this, modify DecisionTreeModel and RandomForestModel to allow printing less info.  Proposed updates:
* toString: prints model summary
* toDebugString: prints full model (named after RDD.toDebugString)



> DecisionTreeRunner functionality improvement
> --------------------------------------------
>
>                 Key: SPARK-3751
>                 URL: https://issues.apache.org/jira/browse/SPARK-3751
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Joseph K. Bradley
>            Priority: Minor
>
> DecisionTreeRunner functionality additions:
> * Allow user to pass in a test dataset
> * Do not print full model if the model is too large.
> As part of this, modify DecisionTreeModel and RandomForestModel to allow printing less info.  Proposed updates:
> * toString: prints model summary
> * toDebugString: prints full model (named after RDD.toDebugString)
> Similar update to Python API:
> * __repr__() now prints a model summary
> * toDebugString() now prints the full model



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org