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

    https://github.com/apache/spark/pull/9912#discussion_r55147865
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/classification/DecisionTreeClassifier.scala
 ---
    @@ -169,6 +169,20 @@ final class DecisionTreeClassificationModel 
private[ml] (
         s"DecisionTreeClassificationModel (uid=$uid) of depth $depth with 
$numNodes nodes"
       }
     
    +  /**
    +   * Estimate of the importance of each feature.
    +   *
    +   * This generalizes the idea of "Gini" importance to other losses,
    +   * following the explanation of Gini importance from "Random Forests" 
documentation
    +   * by Leo Breiman and Adele Cutler, and following the implementation 
from scikit-learn.
    --- End diff --
    
    I added a note in the docs for `DecisionTreeRegressor` and 
`DecisionTreeClassifier`. I can update the format or the wording if needed.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to