forked from tidymodels/probably
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
43 lines (36 loc) · 783 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
url: https://probably.tidymodels.org
template:
bootstrap: 5
package: tidytemplate
bslib:
primary: '#CA225E'
includes:
in_header: |
<script defer data-domain="probably.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Thresholds
contents:
- threshold_perf
- title: Create class predictions
contents:
- append_class_pred
- make_class_pred
- make_two_class_pred
- title: Class predictions
contents:
- class_pred
- as_class_pred
- is_class_pred
- reportable_rate
- locate-equivocal
- levels.class_pred
- title: Data
contents:
- segment_naive_bayes
- segment_logistic
- species_probs
- title: Calibration
contents:
- starts_with("cal_")