-
Notifications
You must be signed in to change notification settings - Fork 106
/
_pkgdown.yml
executable file
·109 lines (102 loc) · 2.34 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
url: https://docs.healthcare.ai
template:
params:
bootswatch: yeti
ganalytics: UA-85609357-1
docsearch:
api_key: ac39465bc37cbef616f5de1e646b6037
index_name: healthcareai
development:
mode: release
home:
links:
- text: Blogs, broadcasts, and more
href: https://healthcare.ai
navbar:
title: "healthcare.ai"
left:
- text: Vignettes
menu:
- text: Getting Started
href: articles/site_only/healthcareai.html
- text: Database Connections
href: articles/site_only/db_connections.html
- text: Deploying a Model
href: articles/site_only/deploy_model.html
- text: Variables with Many Categories
href: articles/site_only/best_levels.html
- text: Performance with Big Data
href: articles/site_only/performance.html
- text: Transition from Version 1
href: articles/site_only/transitioning.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/HealthCatalyst/healthcareai-r
- icon: fa-users
href: https://healthcare-ai.slack.com/
reference:
- title: Model Training
contents:
- machine_learn
- tune_models
- flash_models
- title: Prediction
contents:
- predict.model_list
- pip
- get_thresholds
- title: Model Interpretation
contents:
- explore
- get_variable_importance
- interpret
- evaluate
- title: Visualization
contents:
- plot.predicted_df
- plot.model_list
- plot.explore_df
- plot.variable_importance
- plot.interpret
- plot.missingness
- plot.thresholds_df
- control_chart
- title: Data Preparation
contents:
- add_best_levels
- prep_data
- split_train_test
- impute
- title: Data Manipulation
contents:
- pivot
- separate_drgs
- add_SAM_utility_cols
- rename_with_counts
- make_na
- title: Data Profiling
contents:
- missingness
- title: Connect to Databases
contents:
- build_connection_string
- db_read
- title: Save and Load Models
contents:
- save_models
- title: Example Data
contents:
- pima_diabetes
- pima_meds
- title: Model Details
contents:
- models
- hyperparameters
figures:
fig.asp: NULL
fig.height: 3
fig.width: 6