zhengruifeng commented on pull request #30013:
URL: https://github.com/apache/spark/pull/30013#issuecomment-707430678


   @huaxingao In #29255, if threshold is set in binary lor **Estimator**, then 
in the model, the values of `_threshold` and `_rawThreshold` are wrong (they 
are initialized by default `threshold`). If `setThreshold` or `setThresholds` 
are called, the values of `_threshold` and `_rawThreshold` will be updated to 
correct values.
   
   > Do we need to somehow improve the test coverage?
   
   Yes, I think we need to figure out why the testsuites failed to catch this, 
and update them if necessary. 


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



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

Reply via email to