ropensci / BaseSet

Provides classes for working with sets
https://docs.ropensci.org/BaseSet
Other
10 stars 3 forks source link

Conformal Prediction: help finding minimal set above a threshold #60

Open llrs opened 1 year ago

llrs commented 1 year ago

This post describe how to use Conformal Prediction: https://muestrear-no-es-pecado.netlify.app/2023/03/26/conformal_estilo_compadre/#modificaci%C3%B3n-2. Os particular interest is the problem described: how to find the minimal set of options that reach a threshold (or if there are more than one). The functions are in place, we should just have a way to set the combinations and later filter them out. It would be nice to provide an example of how the package can be used for this in a vignette.