tidymodels / probably

Tools for post-processing class probability estimates
https://probably.tidymodels.org/
Other
111 stars 12 forks source link

limit the range of numeric predictions #142

Closed topepo closed 3 months ago

topepo commented 3 months ago

A simple post-processor that can cap the range of predicted values form regression models.

topepo commented 3 months ago

I think the arguments to this function would be well-served by the rlang type checkers.

Just added them. This would be a good set of issues for TDD 🥳