zhengruifeng opened a new pull request #25662: [SPARK-28958][ML][PYSPARK][WIP] 
pyspark.ml function parity
URL: https://github.com/apache/spark/pull/25662
 
 
   ### What changes were proposed in this pull request?
   1, remove setters generated by _shared_params_code_gen.py;
   2, add common abstract classes like the side side, such as 
JavaPredictor/JavaClassificationModel/JavaProbabilisticClassifier;
   3, for each alg, add its param trait, such as LinearSVCParams;
   4, since sharedParam do not have setters, we need to add them in right 
places;
   
   
   ### Why are the changes needed?
   yes, some methods in estimators and models in the py side are changed
   
   
   ### How was this patch tested?
   I test them in pyspark repl for now
   

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