huaxingao commented on a change in pull request #29159:
URL: https://github.com/apache/spark/pull/29159#discussion_r459120300



##########
File path: python/pyspark/ml/tuning.py
##########
@@ -545,6 +551,10 @@ class _TrainValidationSplitParams(_ValidatorParams):
     trainRatio = Param(Params._dummy(), "trainRatio", "Param for ratio between 
train and\
      validation data. Must be between 0 and 1.", 
typeConverter=TypeConverters.toFloat)
 
+    def __init__(self, *args):

Review comment:
       Yes, it's for consistency.




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to