maoli67660 commented on code in PR #57206:
URL: https://github.com/apache/spark/pull/57206#discussion_r3597581354
##########
mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala:
##########
@@ -166,6 +167,10 @@ class GBTClassifier @Since("1.4.0") (
@Since("3.0.0")
def setWeightCol(value: String): this.type = set(weightCol, value)
+ /** @group expertSetParam */
+ @Since("5.0.0")
Review Comment:
Not intentional — the earlier parts of this series (SPARK-57860,
SPARK-57910) were also backported to branch-4.x, so 4.3.0 is right.
I'll update the annotations to 4.3.0.
BTW the already-merged KMeans/ALS changes have the same issue
(@Since("5.0.0") on branch-4.x);
I can fix those in a follow-up if that helps.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]