Lots of functions assume that there is one value per quantile / range and assume the existence of a quantile / range column.
These functions don't currently work.
Options:
- have an additional function
add_coverage() that computes coverage independent of other metrics.
- Make score per quantile the default output of
score() (would require some reprogramming, but could also work)
Lots of functions assume that there is one value per quantile / range and assume the existence of a quantile / range column.
These functions don't currently work.
Options:
add_coverage()that computes coverage independent of other metrics.score()(would require some reprogramming, but could also work)