-
Notifications
You must be signed in to change notification settings - Fork 26
/
_pkgdown.yml
113 lines (113 loc) · 3.07 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
110
111
112
113
#navbar:
# type: inverse
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fa-home fa-lg
href: index.html
FAQ:
text: FAQ
href: articles/only_pkgdown/faq.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: 'Demo: Basic Synthetic cMAB Policies'
href: articles/cmabs.html
- text: 'Demo: Offline cMAB LinUCB evaluation'
href: articles/cmabsoffline.html
- text: 'Demo: MAB Replication Eckles & Kaptein (Bootstrap Thompson Sampling)'
href: articles/eckles_kaptein.html
- text: 'Demo: Basic Epsilon Greedy'
href: articles/epsilongreedy.html
- text: 'Getting started: running simulations'
href: articles/introduction.html
- text: 'Demo: MAB Policies Comparison'
href: articles/mabs.html
- text: 'Demo: MovieLens 10M Dataset'
href: articles/ml10m.html
- text: 'Demo: Offline cMAB: CarsKit DePaul Movie Dataset'
href: articles/offline_depaul_movies.html
- text: 'Offline evaluation: Replication of Li et al 2010'
href: articles/replication.html
- text: 'Demo: Bandits, Propensity Weighting & Simpson''s Paradox in R'
href: articles/simpsons.html
- text: 'Demo: Replication Sutton & Barto, Reinforcement Learning: An Introduction, Chapter 2'
href: articles/sutton_barto.html
- text: 'Demo: Replication of John Myles White, Bandit Algorithms for Website Optimization'
href: articles/website_optimization.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/Nth-iteration-labs/contextual
reference:
- title: "Core"
desc: "Contextual's core classes."
contents:
- Bandit
- Policy
- Agent
- Simulator
- History
- Plot
- title: "Bandits"
desc: "Contextual's Bandit implementations"
contents:
- ends_with("Bandit")
- title: "Policies"
desc: "Contextual's Policy implementations."
contents:
- ends_with("Policy")
- title: "Utility functions"
desc: "Contextual utility functions."
contents:
- data_table_factors_to_numeric
- get_global_seed
- set_global_seed
- get_arm_context
- get_full_context
- dec<-
- inc<-
- inv
- sum_of
- which_max_list
- which_max_tied
- sample_one_of
- is_rstudio
- set_external
- formatted_difftime
- invgamma
- invlogit
- mvrnorm
- one_hot
- sherman_morrisson
- var_welford
- prob_winner
- sim_post
- value_remaining
- clipr
- ind
- title: "Generic functions"
desc: "Contextual generic functions."
contents:
- summary.history
- print.history
- plot.history
template:
params:
docsearch:
api_key: 7d3ef95d72d5a68e705ce87f9919b959
index_name: nth_iteration_labs_contextual