huaxingao opened a new pull request #26130: [SPARK-29464][PYTHON][ML] PySpark 
ML should expose Params.clear() to unset a user supplied Param
URL: https://github.com/apache/spark/pull/26130
 
 
   
   ### What changes were proposed in this pull request?
   change PySpark ml ```Params._clear``` to ```Params.clear```
   
   
   ### Why are the changes needed?
   PySpark ML currently has a private _clear() method that will unset a param. 
This should be made public to match the Scala API and give users a way to unset 
a user supplied param. 
   
   
   ### Does this PR introduce any user-facing change?
   Yes. PySpark ml ```Params._clear``` ---> ```Params.clear```
   
   
   ### How was this patch tested?
   Add test.
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to