-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
85 lines (70 loc) · 1.42 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
url: https://hardhat.tidymodels.org
template:
bootstrap: 5
package: tidytemplate
bslib:
primary: '#CA225E'
includes:
in_header: |
<script defer data-domain="hardhat.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
development:
mode: auto
news:
releases:
- text: Version 0.1.0
href: https://www.tidyverse.org/blog/2019/12/hardhat-0-1-0/
reference:
- title: Preprocessing
contents:
- mold
- forge
- title: Prediction
contents:
- contains("spruce")
- quantile_pred
- title: Utility
contents:
- contains("model_")
- delete_response
- standardize
- new_model
- add_intercept_column
- weighted_table
- fct_encode_one_hot
- title: Validation
contents:
- scream
- shrink
- contains("validate")
- contains("check")
- title: Blueprint
contents:
- contains("blueprint")
- run_mold
- run_forge
- title: Case Weights
contents:
- new_case_weights
- is_case_weights
- subtitle: Importance Weights
contents:
- importance_weights
- new_importance_weights
- is_importance_weights
- subtitle: Frequency Weights
contents:
- frequency_weights
- new_frequency_weights
- is_frequency_weights
- title: Setup
contents:
- contains("use_")
- contains("create_")
- title: Information
contents: contains("get_")
- title: Development
contents:
- tune
- hardhat-extract
- title: Data
contents: hardhat-example-data