Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malte lig 1262 advanced selection external docs #900

Merged
merged 46 commits into from Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
86365e6
first draft of advanced selection docs
MalteEbner Aug 9, 2022
857ae5c
bugfixes regarding types
MalteEbner Aug 9, 2022
3ba2299
use new selection config types
MalteEbner Aug 15, 2022
9aec19f
smaller fixes
MalteEbner Aug 15, 2022
d72d7e2
Update first steps
IgorSusmelj Aug 15, 2022
057e69c
Make formatting easier to read. Minor reformulation.
IgorSusmelj Aug 15, 2022
47789a5
Formatting of the examples
IgorSusmelj Aug 15, 2022
9cd54e9
Format last part of selection
IgorSusmelj Aug 15, 2022
d35b90e
Fix typos
IgorSusmelj Aug 15, 2022
6124993
Update pretagging to use selection config
IgorSusmelj Aug 15, 2022
e4a162d
Update datapool to use selection config
IgorSusmelj Aug 15, 2022
8b26c95
Update active learning
IgorSusmelj Aug 15, 2022
6abde4e
Shorten DockerWorker from all configs
IgorSusmelj Aug 16, 2022
3e442d8
Update formatting
IgorSusmelj Aug 16, 2022
59a5f37
Use in first steps and selection
IgorSusmelj Aug 17, 2022
f503556
Remove typed config
IgorSusmelj Aug 18, 2022
5c43a0e
Remove imports
IgorSusmelj Aug 18, 2022
82e24c2
Refactor code to merge configs together
IgorSusmelj Aug 18, 2022
596a935
Use new selection config
IgorSusmelj Aug 18, 2022
660bc3a
Minor fixes
IgorSusmelj Aug 18, 2022
b133e65
Update selection config to use dict
IgorSusmelj Aug 18, 2022
9806a67
Update selection config to use dict
IgorSusmelj Aug 18, 2022
7ef57e3
Update formatting
IgorSusmelj Aug 18, 2022
9022acb
Add missing comma
IgorSusmelj Aug 18, 2022
c317a6d
Use new selection config
IgorSusmelj Aug 18, 2022
31b96c8
Replace n_samples with nSamples
IgorSusmelj Aug 18, 2022
a56fee2
Implemented feedback Philipp
IgorSusmelj Aug 23, 2022
0ed92ca
Fix n_samples --> nSamples
IgorSusmelj Aug 23, 2022
a5ccca0
Remove pretagging from config
IgorSusmelj Aug 23, 2022
0a4cb1f
Implement feedback
IgorSusmelj Aug 23, 2022
8199740
Remove unused arguments
IgorSusmelj Aug 24, 2022
3ca4ffd
Implement feedback Guarin
IgorSusmelj Aug 24, 2022
86c8389
Implement remaining feedback
IgorSusmelj Aug 24, 2022
825c534
use dropdown instead of tabs for selection examples
MalteEbner Aug 25, 2022
e73487b
rename: nSamples to n_samples
MalteEbner Aug 25, 2022
28c7d7a
address PR review
MalteEbner Aug 26, 2022
747a8cb
fix typos
MalteEbner Aug 26, 2022
596a1ec
rename DIVERSIFY to DIVERSITY
MalteEbner Aug 26, 2022
9ccfafc
Add that you cannot provide own embeddings.
MalteEbner Aug 26, 2022
dc3d475
address PR review
MalteEbner Sep 5, 2022
14f94bd
add redirect for url for active learning
MalteEbner Sep 5, 2022
939359c
remove docker/advanced/active_learning.rst
MalteEbner Sep 5, 2022
d72a070
redirect active learning to selection instead
MalteEbner Sep 5, 2022
a5f2677
address PR review from Philipp
MalteEbner Sep 7, 2022
58cccb7
Make AL for object level optional
MalteEbner Sep 7, 2022
3756e66
slight improvements
MalteEbner Sep 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/conf.py
Expand Up @@ -43,6 +43,8 @@
"sphinx_gallery.gen_gallery",
"sphinx_tabs.tabs",
"sphinx_copybutton",
"sphinx_design",
'sphinx_reredirects'
]

sphinx_gallery_conf = {
Expand Down Expand Up @@ -98,4 +100,8 @@
html_context = {
'copyright_year': copyright_year,
'website_url': website_url,
}

redirects = {
"docker/advanced/active_learning": "../../docker/getting_started/selection.html"
}
324 changes: 0 additions & 324 deletions docs/source/docker/advanced/active_learning.rst

This file was deleted.