zhengruifeng opened a new pull request #25244: [SPARK-28499][ML] Optimize 
MinMaxScaler
URL: https://github.com/apache/spark/pull/25244
 
 
   ## What changes were proposed in this pull request?
   1, avoid calling param getter in udf;
   2, for constant dims, precompute the transformed result;
   3, for usual dims, precompute `scale / originalRange(i)` to skip a division;
   
   
   ## How was this patch tested?
   existing suites
   

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