zero323 commented on a change in pull request #29122:
URL: https://github.com/apache/spark/pull/29122#discussion_r508864627
##########
File path: python/pyspark/ml/regression.py
##########
@@ -1654,7 +1656,7 @@ class _AFTSurvivalRegressionParams(_PredictorParams,
HasMaxIter, HasTol, HasFitI
def __init__(self, *args):
super(_AFTSurvivalRegressionParams, self).__init__(*args)
self._setDefault(censorCol="censor",
- quantileProbabilities=[0.01, 0.05, 0.1, 0.25, 0.5,
0.75, 0.9, 0.95, 0.99],
+ quantileProbabilities=DEFAULT_QUANTILE_PROBABILITIES,
Review comment:
Sorry for the confusion ‒ I just wanted to point it out to see if I
missed something, but I don't think we should change it here, as this will be a
breaking change.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]