Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sethah committed Mar 10, 2016
1 parent d1a5a7e commit f1307a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/ml/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class DecisionTreeClassificationModel(DecisionTreeModel):
"""

@property
@since("1.6.0")
@since("2.0.0")
def featureImportances(self):
"""
Estimate of the importance of each feature.
Expand Down

0 comments on commit f1307a3

Please sign in to comment.