-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy path_pkgdown.yml
55 lines (50 loc) · 1.12 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
49
50
51
52
53
54
url: http://boxuancui.github.io/DataExplorer/
template:
bootstrap: 5
bootswatch: sandstone
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WEZQEP9LD5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WEZQEP9LD5');
</script>
development:
mode: auto
reference:
- title: Package
desc: ~
contents: '`DataExplorer-package`'
- title: Data Exploration
desc: ~
contents:
- '`introduce`'
- '`plot_bar`'
- '`plot_boxplot`'
- '`plot_correlation`'
- '`plot_density`'
- '`plot_histogram`'
- '`plot_intro`'
- '`plot_missing`'
- '`plot_prcomp`'
- '`plot_qq`'
- '`plot_scatterplot`'
- '`plot_str`'
- '`profile_missing`'
- title: Feature Engineering
desc: ~
contents:
- '`drop_columns`'
- '`dummify`'
- '`group_category`'
- '`set_missing`'
- '`split_columns`'
- '`update_columns`'
- title: Reporting
desc: ~
contents:
- '`configure_report`'
- '`create_report`'