huaxingao opened a new pull request #26370: [SPARK-29727][ML][PYTHON] Use 
UnaryTransformer as parent class for single input column transformers in PySpark
URL: https://github.com/apache/spark/pull/26370
 
 
   
   ### What changes were proposed in this pull request?
   Use UnaryTransformer as parent class for single input column transformers in 
PySpark
   
   ### Why are the changes needed?
   In Scala, UnaryTransformer is the parent class of all the single input 
column transformers. In PySpark, we have the corresponding Python version of 
UnaryTransformer but it's not really used. This Jira will make single input 
column transformers in Python to use UnaryTransformer as parent class. 
   
   
   ### Does this PR introduce any user-facing change?
   No
   
   
   ### How was this patch tested?
   Use existing tests.
   

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


With regards,
Apache Git Services

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

Reply via email to