-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
252 lines (243 loc) · 7.37 KB
/
mkdocs.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
site_name: "pyDVL"
site_dir: "docs_build"
site_url: "https://pydvl.org"
repo_name: "aai-institute/pyDVL"
repo_url: "https://github.com/aai-institute/pyDVL"
copyright: "Copyright © AppliedAI Institute gGmbH"
remote_branch: gh-pages
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- First steps: getting-started/first-steps.md
- Applications: getting-started/applications.md
- Benchmarking: getting-started/benchmarking.md
- Methods: getting-started/methods.md
- Advanced usage: getting-started/advanced-usage.md
- Glossary: getting-started/glossary.md
- Data Valuation:
- value/index.md
- Shapley values: value/shapley.md
- Semi-values: value/semi-values.md
- The Core: value/the-core.md
- Class-wise Shapley: value/classwise-shapley.md
- The Influence Function:
- influence/index.md
- Influence Function Model: influence/influence_function_model.md
- Scaling Computation: influence/scaling_computation.md
- Examples:
- examples/index.md
- Data Valuation:
- Shapley values: examples/shapley_basic_spotify.ipynb
- KNN Shapley: examples/shapley_knn_flowers.ipynb
- Data utility learning: examples/shapley_utility_learning.ipynb
- Least Core: examples/least_core_basic.ipynb
- Data OOB: examples/data_oob.ipynb
- Banzhaf Semivalues: examples/msr_banzhaf_digits.ipynb
- Influence Function:
- For CNNs: examples/influence_imagenet.ipynb
- For mislabeled data: examples/influence_synthetic.ipynb
- For outlier detection: examples/influence_wine.ipynb
- For language models: examples/influence_sentiment_analysis.ipynb
- Code:
- API Reference: api/pydvl/
- Changelog: CHANGELOG.md
- Development Guidelines: CONTRIBUTING.md
watch:
- src/pydvl
- notebooks
hooks:
- build_scripts/copy_notebooks.py
- build_scripts/copy_changelog.py
- build_scripts/copy_contributing_guide.py
- build_scripts/modify_binder_link.py
plugins:
- search
- autorefs
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: true
caption_position: bottom
- macros
- mike:
canonical_version: stable
- section-index
- alias:
verbose: true
- gen-files:
scripts:
- build_scripts/generate_api_docs.py
- literate-nav:
nav_file: SUMMARY.md
implicit_index: false
tab_length: 2
- mknotebooks:
execute: false
enable_default_jupyter_cell_styling: false
tag_remove_configs:
remove_cell_tags:
- hide
remove_input_tags:
- hide-input
remove_all_outputs_tags:
- hide-output
binder: true
binder_service_name: "gh"
binder_branch: "develop"
- mkdocstrings:
enable_inventory: true
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://pandas.pydata.org/docs/objects.inv
- https://scikit-learn.org/stable/objects.inv
- https://pytorch.org/docs/stable/objects.inv
- https://pymemcache.readthedocs.io/en/latest/objects.inv
- https://joblib.readthedocs.io/en/stable/objects.inv
- https://loky.readthedocs.io/en/stable/objects.inv
- https://docs.dask.org/en/latest/objects.inv
- https://distributed.dask.org/en/latest/objects.inv
- https://docs.ray.io/en/latest/objects.inv
paths: [ src ] # search packages in the src folder
options:
heading_level: 1
inherited_members: true
docstring_style: google
docstring_section_style: spacy
line_length: 80
show_bases: true
members_order: source
show_submodules: false
separate_signature: true
show_signature_annotations: true
signature_crossrefs: true
merge_init_into_class: true
docstring_options:
ignore_init_summary: true
show_symbol_type_toc: true
show_symbol_type_heading: true
show_root_full_path: true
show_root_heading: true
- bibtex:
bib_file: "docs/assets/pydvl.bib"
csl_file: "docs/assets/elsevier-harvard.csl"
cite_inline: true
- git-revision-date-localized:
enable_creation_date: true
type: iso_date
fallback_to_build_date: true
- social:
cards: !ENV [CI, True] # only build in CI
theme:
name: material
custom_dir: docs/overrides
logo: assets/signet.svg
favicon: assets/signet.svg
icon:
repo: fontawesome/brands/github
features:
- content.code.annotate
- content.code.copy
- navigation.footer
- content.tooltips
# - navigation.indexes
- navigation.instant
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- toc.follow
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: default
primary: teal
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to system preference
extra_css:
- css/extra.css
- css/grid-cards.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
transferlab:
website: https://transferlab.ai/
copyright_link: https://appliedai-institute.de
version:
provider: mike
default: stable
social:
- icon: fontawesome/brands/github
link: https://github.com/aai-institute/pyDVL
- icon: fontawesome/brands/python
link: https://pypi.org/project/pyDVL/
- icon: fontawesome/brands/twitter
link: https://twitter.com/aai_transferlab
- icon: fontawesome/brands/linkedin
link: https://de.linkedin.com/company/appliedai-institute-for-europe-ggmbh
analytics:
provider: simpleanalytics
hostname: pydvl.org
script_domain: scripts.simpleanalyticscdn.com
noscript_domain: queue.simpleanalyticscdn.com
collect_dnt: true
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- markdown_captions
- md_in_html
- codehilite
- toc:
permalink: True
toc_depth: 3
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
line_spans: __span
- pymdownx.arithmatex:
generic: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- docs_includes/abbreviations.md
- pymdownx.superfences
- pymdownx.details