Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13690#discussion_r82512689
  
    --- Diff: R/pkg/R/mllib.R ---
    @@ -1427,3 +1447,185 @@ print.summary.KSTest <- function(x, ...) {
       cat(summaryStr, "\n")
       invisible(x)
     }
    +
    +#' Decision Tree Model for Regression and Classification
    +#'
    +#' \code{spark.decisionTree} fits a Decision Tree Regression model or 
Classification model on
    +#' a SparkDataFrame. Users can call \code{summary} to get a summary of the 
fitted Decision Tree
    +#' model, \code{predict} to make predictions on new data, and 
\code{write.ml}/\code{read.ml} to
    +#' save/load fitted models.
    +#' For more details, see 
\href{https://en.wikipedia.org/wiki/Decision_tree_learning}{Decision Tree}
    --- End diff --
    
    could you point this url to the Spark programming guide, like 
http://spark.apache.org/docs/latest/ml-classification-regression.html


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to