Github user feynmanliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/8534#discussion_r38945344
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/classification/DecisionTreeClassifier.scala
---
@@ -35,6 +35,8 @@ import org.apache.spark.sql.DataFrame
* for classification.
* It supports both binary and multiclass labels, as well as both
continuous and categorical
* features.
+ *
+ * @since 1.4.0
--- End diff --
We should use "@Since" instead of "@since" since we made "@Since" for
[inheriting
scaladocs](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/annotation/Since.scala)
---
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]