-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
draft package-level docs (closes #24)
- Loading branch information
1 parent
4988258
commit 9d5c87c
Showing
4 changed files
with
206 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: tailor | ||
Title: Sandbox for a postprocessor object | ||
Title: Iterative Steps for Postprocessing Model Predictions | ||
Version: 0.0.0.9001 | ||
Authors@R: c( | ||
person("Simon", "Couch", , "[email protected]", role = "aut"), | ||
|
@@ -8,7 +8,13 @@ Authors@R: c( | |
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")), | ||
person("Posit Software, PBC", role = c("cph", "fnd")) | ||
) | ||
Description: Sandbox for a postprocessor object. | ||
Description: Postprocessors refine predictions outputted from machine learning | ||
models to improve predictive performance or better satisfy distributional | ||
limitations. This package introduces 'tailor' objects, which compose | ||
iterative adjustments to model predictions. A number of pre-written | ||
adjustments are provided with the package, like calibration and equivocal | ||
zones, as well as utilities to compose new ones. Tailors are tightly | ||
integrated with the 'tidymodels' framework. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/tidymodels/tailor, https://tailor.tidymodels.org | ||
BugReports: https://github.com/tidymodels/tailor/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.