Skip to content

Commit

Permalink
workshop reference index
Browse files Browse the repository at this point in the history
also, addresses pkgdown failure re: exclusion of `tidy.tailor()`
  • Loading branch information
simonpcouch committed Dec 11, 2024
1 parent 6939d5e commit 7c640a7
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,24 @@ template:
bootstrap: 5

reference:
- title: Compose tailors
contents:
- tailor
- contains("adjust")
- title: "Create a tailor object"
desc: >
After creating a tailor object with this function, iteratively compose
postprocessing steps using adjustment functions.
contents:
- tailor
- title: "Adjustments for classification"
contents:
- adjust_equivocal_zone
- adjust_probability_calibration
- adjust_probability_threshold
- title: "Adjustments for regression"
contents:
- adjust_numeric_calibration
- adjust_numeric_range
- title: "Mode-independent adjustments"
contents:
- adjust_predictions_custom
- title: "Utilities"
contents:
- tidy.tailor

0 comments on commit 7c640a7

Please sign in to comment.