You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reporting training and validation metrics, we round to 3 decimals, but this unnecessarily removes experiment granularity that some users might need.
Rounding reported metrics to 3 decimals unnecessarily removes
granularity that some users may need. It's better to remove this.
This is an update of the pull request proposed by @christophermadsen in
#190 and associated Pull Request, but it never made it onto main. I'm
hoping this can be included now.
When reporting training and validation metrics, we round to 3 decimals, but this unnecessarily removes experiment granularity that some users might need.
probatus/probatus/feature_elimination/feature_elimination.py
Lines 573 to 582 in f409c8e
I propose that we refrain from using any unnecessary rounding and remove it from the lines above.
The text was updated successfully, but these errors were encountered: