[jira] [Updated] (SPARK-18349) Update R API documentation on ml model summary
[ https://issues.apache.org/jira/browse/SPARK-18349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin updated SPARK-18349: Fix Version/s: (was: 2.1.1) 2.1.0 > Update R API documentation on ml model summary > -- > > Key: SPARK-18349 > URL: https://issues.apache.org/jira/browse/SPARK-18349 > Project: Spark > Issue Type: Improvement > Components: ML, SparkR >Affects Versions: 2.1.0 >Reporter: Felix Cheung >Assignee: Miao Wang > Fix For: 2.1.0 > > > It has been discovered that there is a fair bit of consistency in the > documentation of summary functions, eg. > {code} > #' @return \code{summary} returns a summary object of the fitted model, a > list of components > #' including formula, number of features, list of features, feature > importances, number of > #' trees, and tree weights > setMethod("summary", signature(object = "GBTRegressionModel") > {code} > For instance, what should be listed for the return value? Should it be a name > or a phrase, or should it be a list of items; and should there be a longer > description on what they mean, or reference link to Scala doc. > We will need to review this for all model summary implementations in mllib.R -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Updated] (SPARK-18349) Update R API documentation on ml model summary
[ https://issues.apache.org/jira/browse/SPARK-18349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Cheung updated SPARK-18349: - Fix Version/s: 2.1.1 > Update R API documentation on ml model summary > -- > > Key: SPARK-18349 > URL: https://issues.apache.org/jira/browse/SPARK-18349 > Project: Spark > Issue Type: Improvement > Components: ML, SparkR >Affects Versions: 2.1.0 >Reporter: Felix Cheung >Assignee: Miao Wang > Fix For: 2.1.1 > > > It has been discovered that there is a fair bit of consistency in the > documentation of summary functions, eg. > {code} > #' @return \code{summary} returns a summary object of the fitted model, a > list of components > #' including formula, number of features, list of features, feature > importances, number of > #' trees, and tree weights > setMethod("summary", signature(object = "GBTRegressionModel") > {code} > For instance, what should be listed for the return value? Should it be a name > or a phrase, or should it be a list of items; and should there be a longer > description on what they mean, or reference link to Scala doc. > We will need to review this for all model summary implementations in mllib.R -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Updated] (SPARK-18349) Update R API documentation on ml model summary
[ https://issues.apache.org/jira/browse/SPARK-18349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yanbo Liang updated SPARK-18349: Issue Type: Improvement (was: Bug) > Update R API documentation on ml model summary > -- > > Key: SPARK-18349 > URL: https://issues.apache.org/jira/browse/SPARK-18349 > Project: Spark > Issue Type: Improvement > Components: ML, SparkR >Affects Versions: 2.1.0 >Reporter: Felix Cheung > > It has been discovered that there is a fair bit of consistency in the > documentation of summary functions, eg. > {code} > #' @return \code{summary} returns a summary object of the fitted model, a > list of components > #' including formula, number of features, list of features, feature > importances, number of > #' trees, and tree weights > setMethod("summary", signature(object = "GBTRegressionModel") > {code} > For instance, what should be listed for the return value? Should it be a name > or a phrase, or should it be a list of items; and should there be a longer > description on what they mean, or reference link to Scala doc. > We will need to review this for all model summary implementations in mllib.R -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org