File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ plugins:
84
84
- name : uncertainty
85
85
import_url : " https://github.com/autoresearch/autora-experimentalist-sampler-uncertainty/?branch=main"
86
86
imports : [ "src/" ]
87
+ - name : mixture
88
+ import_url : " https://github.com/blinodelka/mixture_experimental_strategies/?branch=main"
89
+ imports : [ "src/" ]
87
90
gen-files :
88
91
scripts : [ "mkdocs/generate_code_reference.py" ]
89
92
literate-nav : {}
@@ -103,6 +106,7 @@ plugins:
103
106
" ./temp_dir/disagreement/src/" ,
104
107
" ./temp_dir/uncertainty/src/" ,
105
108
" ./temp_dir/falsification/src/" ,
109
+ " ./temp_dir/mixture/src/"
106
110
]
107
111
import :
108
112
- https://scikit-learn.org/stable/objects.inv
180
184
- Quickstart : ' falsification/docs/sampler/quickstart.md'
181
185
- Examples :
182
186
- Basic Usage : ' falsification/docs/sampler/Basic Usage.ipynb'
187
+ - Mixture : ' !import https://github.com/blinodelka/mixture_experimental_strategies/?branch=main&extra_imports=["mkdocs/base.yml"]'
183
188
- Poolers :
184
189
- Grid :
185
190
- Home : ' core/docs/experimentalists/pooler/grid/index.md'
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ all-experimentalists = [
53
53
" autora[experimentalist-sampler-model-disagreement]" ,
54
54
" autora[experimentalist-sampler-uncertainty]" ,
55
55
" autora[experimentalist-falsification]" ,
56
+ " autora[experimentalist-sampler-mixture]" ,
56
57
]
57
58
experimentalist-sampler-inequality =[
58
59
" autora-experimentalist-sampler-inequality"
@@ -72,6 +73,9 @@ experimentalist-sampler-uncertainty =[
72
73
experimentalist-falsification =[
73
74
" autora-experimentalist-falsification"
74
75
]
76
+ experimentalist-sampler-mixture =[
77
+ " mixture-experimentalist==1.0.0a4"
78
+ ]
75
79
76
80
all-experiment-runners = [
77
81
" autora[experiment-runner-firebase-prolific]"
You can’t perform that action at this time.
0 commit comments