forked from boxuancui/DataExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
43 lines (39 loc) · 735 Bytes
/
_pkgdown.yml
File metadata and controls
43 lines (39 loc) · 735 Bytes
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
template:
params:
bootswatch: cosmo
ganalytics: UA-127813892-1
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`'