-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_pkgdown.yml
More file actions
49 lines (47 loc) · 1.23 KB
/
_pkgdown.yml
File metadata and controls
49 lines (47 loc) · 1.23 KB
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
49
url: https://themis.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
primary: "#CA225E"
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<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