
probably contains tools to facilitate activities such as:
Conversion of probabilities to discrete classpredictions.
Investigating and estimating optimal probabilitythresholds.
Calibration assessments and remediation for classification andregression models.
Inclusion ofequivocal zones where the probabilities aretoo uncertain to report a prediction.
You can install probably from CRAN with:
install.packages("probably")You can install the development version of probably from GitHubwith:
# install.packages("pak")pak::pak("tidymodels/probably")Good places to look for examples of using probably are thevignettes.
vignette("equivocal-zones", "probably") discussesthe newclass_pred class that probably provides for workingwith equivocal zones.
vignette("where-to-use", "probably") discusses howprobably fits in with the rest of the tidymodels ecosystem, and providesan example of optimizing class probability thresholds.
This project is released with aContributorCode of Conduct. By contributing to this project, you agree to abideby its terms.
For questions and discussions about tidymodels packages,modeling, and machine learning, pleaseposton RStudio Community.
If you think you have encountered a bug, pleasesubmit anissue.
Either way, learn how to create and share areprex(a minimal, reproducible example), to clearly communicate about yourcode.
Check out further details oncontributing guidelinesfor tidymodels packages andhow to get help.