-
Notifications
You must be signed in to change notification settings - Fork 10
/
_pkgdown.yml
48 lines (43 loc) · 946 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
46
47
48
destination: docs
development:
mode: auto
url: https://jolars.github.io/SLOPE/
template:
bootstrap: 5
params:
ganalytics: UA-85513662-2
news:
releases:
- text: "Version 0.2.0"
href: https://jolars.co/blog/2020-04-14-slope-0-2-0/
reference:
- title: Main Functionality
desc: Fit the model with `SLOPE()`, visualize the results with
`plot.SLOPE()`, and produce predictions for new data with
`predict.SLOPE()`.
- contents:
- SLOPE
- plot.SLOPE
- print.SLOPE
- predict.SLOPE
- coef.SLOPE
- deviance.SLOPE
- score
- title: Model Tuning
- contents:
- trainSLOPE
- caretSLOPE
- plot.TrainedSLOPE
- print.TrainedSLOPE
- title: Utilities
- contents:
- plotDiagnostics
- regularizationWeights
- sortedL1Prox
- title: Datasets
- contents:
- abalone
- bodyfat
- heart
- student
- wine