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
This package looks extremely useful. Pretty plots, and very useful with the rugs and the options for windowing!
One suggestion: Currently the value on the x-axis is the bin midpoint. I would suggest to instead use the average of the predicted probabilities included in that bin: this will be the expected value of the event rate.
(For instance, if a bin only has predicted probabilities near the lower edge of the bin range, then we would also expect an event rate near that lower edge. Using the average predicted probability will sort this out)
This will mostly matter when using few bins.
The text was updated successfully, but these errors were encountered:
Feature
This package looks extremely useful. Pretty plots, and very useful with the rugs and the options for windowing!
One suggestion: Currently the value on the x-axis is the bin midpoint. I would suggest to instead use the average of the predicted probabilities included in that bin: this will be the expected value of the event rate.
(For instance, if a bin only has predicted probabilities near the lower edge of the bin range, then we would also expect an event rate near that lower edge. Using the average predicted probability will sort this out)
This will mostly matter when using few bins.
The text was updated successfully, but these errors were encountered: