-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
46 lines (40 loc) · 873 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
44
45
pandoc: '2.8'
pkgdown: 1.5.1
pkgdown_sha: ~
title: alookr
template:
params:
bootswatch: united
articles:
- title: Introduce alookr
navbar: ~
contents:
- introduce
- cleansing
- split
- modeling
reference:
- title: Model Classifier for Binary Classification
desc: A collection of tools that support data cleansing and splitting, predictive modeling, and model evaluation.
# contents:
# - alookr-package
- subtitle: Cleansing the dataset
contents:
- starts_with("cleanse")
- cleanse.split_df
- treatment_corr
- subtitle: Splitting the dataset
contents:
- split_by
- summary.split_df
- starts_with("compare_")
- extract_set
- sampling_target
- subtitle: Classification Modeling
contents:
- starts_with("run_")
- plot_performance
- plot_cutoff
- performance_metric
- matthews
last_built: 2020-08-02T11:20Z