-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
39 lines (36 loc) · 998 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
destination: public
url: https://ccao-data.github.io/lightsnip/
authors:
sidebar:
roles: [aut, ctb]
Dan Snow:
href: https://github.com/dfsnow
Claire Boyd:
href: https://github.com/claireboyd
reference:
- title: Functions
- subtitle: Parsnip bindings
desc: >
This package includes parsnip bindings and functions which add lightgbm
to the parsnip `boost_tree()` model. These bindings load when the package
loads.
- contents:
- add_boost_tree_lightgbm
- train_lightgbm
- pred_lgb_reg_num
- multi_predict._lgb.Booster
- subtitle: LightGBM hyperparameters
desc:: >
LightGBM dials:: paramter functions that can be used with tune_ functions.
Pass them to set_engine to use.
- contents:
- param_lgbm
- subtitle: Tidymodels helpers
desc: >
Utility functions for common Tidymodels tasks, such as predicting on new
data, cleaning outputs, and saving/loading fit objects.
- contents:
- axe_recipe
- axe_tune_data
- lgbm_load
- lgbm_save