@@ -97,7 +97,7 @@ uncertainty about its mean and is the most robust (best least accurate
9797prediction). However, for interpretability and general performance the
9898``MIXMOD, FILTER, `` and ``META `` thresholders are good fits.
9999
100- .. figure :: figs/Benchmark1.png
100+ .. thumbnail :: figs/Benchmark1.png
101101 :alt: Benchmark defaults
102102
103103----
@@ -117,7 +117,7 @@ dataset with fewer examples and a greater bias.
117117 :file: tables/Benchmark2.csv
118118 :class: sphinx-datatable
119119
120- .. figure :: figs/Benchmark2.png
120+ .. thumbnail :: figs/Benchmark2.png
121121 :alt: Benchmark all
122122
123123----
@@ -131,7 +131,7 @@ similar setup is followed as the first benchmark test, however, the
131131labels were set using the true contamination applied to the decomposed
132132scores as the right-hand component of the MCC deterioration equation.
133133
134- .. figure :: figs/Multi1.png
134+ .. thumbnail :: figs/Multi1.png
135135 :alt: Benchmark multiple
136136
137137However, to effectively compare whether the multiple outlier detection
@@ -147,7 +147,7 @@ From this, it can be shown that by using a multiple outlier likelihood
147147score set it generally performs better than using a single outlier
148148likelihood scores set.
149149
150- .. figure :: figs/Multi2.png
150+ .. thumbnail :: figs/Multi2.png
151151 :alt: Benchmark multiple comparison
152152
153153----
@@ -201,10 +201,10 @@ methods produced results that were comparable to their inputs.
201201| COMB5 | COMB(method='stacked') |
202202+---------------+---------------------------------------+
203203
204- .. figure :: figs/Comb1.png
204+ .. thumbnail :: figs/Comb1.png
205205 :alt: Combination Performance
206206
207- .. figure :: figs/Comb2.png
207+ .. thumbnail :: figs/Comb2.png
208208 :alt: Combination Close Up
209209
210210----
@@ -232,7 +232,7 @@ potential to over predict will vary significantly based on the selected
232232dataset and outlier detection method, and therefore it is important to
233233check the predicted contamination level after thresholding.
234234
235- .. figure :: figs/Overpred.png
235+ .. thumbnail :: figs/Overpred.png
236236 :alt: Over prediction
237237
238238A second over predictive evaluation can also be done, but now with
@@ -243,7 +243,7 @@ even beyond the best contamination level. However, now some clear well
243243performing thresholders can be matched to the previous benchmarking,
244244notably ``META `` and ``FILTER ``.
245245
246- .. figure :: figs/Overpred_best.png
246+ .. thumbnail :: figs/Overpred_best.png
247247 :alt: Over prediction best
248248
249249----
@@ -272,7 +272,7 @@ setting different random states (e.g. ``COMB(thresholders =
272272DSN(random_state=111222)]) ``). This should provide a more robust and
273273reliable result.
274274
275- .. figure :: figs/Randomness.png
275+ .. thumbnail :: figs/Randomness.png
276276 :alt: Effects of Randomness
277277
278278----
0 commit comments