-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_pkgdown.yml
48 lines (46 loc) · 1.09 KB
/
_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
44
45
46
47
48
url: https://themis.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="themis.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
reference:
- title: Over-sampling
desc: >
**Over-sampling** is the act of synthetically generating observations for
the minority classes. This is done either by random sampling or using
more advanced methods.
contents:
- step_upsample
- step_smote
- step_smotenc
- step_bsmote
- step_adasyn
- step_rose
- title: Under-sampling
desc: >
**Under-sampling** is the act of removing observations from the majority
classes.
contents:
- step_downsample
- step_nearmiss
- step_tomek
- title: Methods
desc: >
Some of the methods implemented in this package as steps are also
available as their own functions.
contents:
- smote
- smotenc
- bsmote
- adasyn
- nearmiss
- tomek
- title: Datasets
contents:
- circle_example