Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/16017#discussion_r89824958
--- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala ---
@@ -107,25 +107,41 @@ private[ml] trait DecisionTreeParams extends
PredictorParams
setDefault(maxDepth -> 5, maxBins -> 32, minInstancesPerNode -> 1,
minInfoGain -> 0.0,
maxMemoryInMB -> 256, cacheNodeIds -> false, checkpointInterval -> 10)
- /** @group setParam */
+ /**
+ * @deprecated This method is deprecated and will be removed in 2.2.0.
+ * @group setParam
+ */
+ @deprecated("This method is deprecated and will be removed in 2.2.0.",
"2.1.0")
--- End diff --
Actually, if this is a problem, we could mark the setters in Models as
deprecated and leave the treeParams alone since the treeParams traits are
private.
---
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]