Skip to content

Commit fc0c9fe

Browse files
author
Github Actions
committed
Ravin Kohli: [FIX] Datamanager in memory (#382)
1 parent 1c83c85 commit fc0c9fe

31 files changed

+185
-181
lines changed
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading

development/_sources/examples/20_basics/example_image_classification.rst.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,16 @@ Image Classification
8686
________________________________________
8787
Configuration(values={
8888
'image_augmenter:GaussianBlur:use_augmenter': False,
89-
'image_augmenter:GaussianNoise:sigma_offset': 1.746304541085565,
89+
'image_augmenter:GaussianNoise:sigma_offset': 2.925784534700399,
9090
'image_augmenter:GaussianNoise:use_augmenter': True,
91-
'image_augmenter:RandomAffine:rotate': 60,
92-
'image_augmenter:RandomAffine:scale_offset': 0.22600480469728468,
93-
'image_augmenter:RandomAffine:shear': 4,
94-
'image_augmenter:RandomAffine:translate_percent_offset': 0.14146389752228222,
91+
'image_augmenter:RandomAffine:rotate': 79,
92+
'image_augmenter:RandomAffine:scale_offset': 0.3303982552097816,
93+
'image_augmenter:RandomAffine:shear': 22,
94+
'image_augmenter:RandomAffine:translate_percent_offset': 0.068262359976932,
9595
'image_augmenter:RandomAffine:use_augmenter': True,
96-
'image_augmenter:RandomCutout:p': 0.2650210115648416,
97-
'image_augmenter:RandomCutout:use_augmenter': True,
98-
'image_augmenter:Resize:use_augmenter': True,
99-
'image_augmenter:ZeroPadAndCrop:percent': 0.27645895609259974,
96+
'image_augmenter:RandomCutout:use_augmenter': False,
97+
'image_augmenter:Resize:use_augmenter': False,
98+
'image_augmenter:ZeroPadAndCrop:percent': 0.019686612530780023,
10099
'normalizer:__choice__': 'NoNormalizer',
101100
})
102101

@@ -177,7 +176,7 @@ Image Classification
177176
178177
.. rst-class:: sphx-glr-timing
179178

180-
**Total running time of the script:** ( 0 minutes 6.603 seconds)
179+
**Total running time of the script:** ( 0 minutes 6.576 seconds)
181180

182181

183182
.. _sphx_glr_download_examples_20_basics_example_image_classification.py:

development/_sources/examples/20_basics/example_tabular_classification.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Search for an ensemble of machine learning algorithms
134134
.. code-block:: none
135135
136136
137-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1b03847400>
137+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7fc57dba9700>
138138
139139
140140
@@ -180,10 +180,10 @@ Print the final ensemble performance
180180
Dataset name: Australian
181181
Optimisation Metric: accuracy
182182
Best validation score: 0.8713450292397661
183-
Number of target algorithm runs: 23
183+
Number of target algorithm runs: 24
184184
Number of successful target algorithm runs: 21
185185
Number of crashed target algorithm runs: 2
186-
Number of target algorithms that exceeded the time limit: 0
186+
Number of target algorithms that exceeded the time limit: 1
187187
Number of target algorithms that exceeded the memory limit: 0
188188
189189
@@ -193,7 +193,7 @@ Print the final ensemble performance
193193
194194
.. rst-class:: sphx-glr-timing
195195

196-
**Total running time of the script:** ( 5 minutes 21.126 seconds)
196+
**Total running time of the script:** ( 5 minutes 16.919 seconds)
197197

198198

199199
.. _sphx_glr_download_examples_20_basics_example_tabular_classification.py:

development/_sources/examples/20_basics/example_tabular_regression.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Search for an ensemble of machine learning algorithms
125125
.. code-block:: none
126126
127127
128-
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7f1b9f590700>
128+
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7fc61981a700>
129129
130130
131131
@@ -167,13 +167,13 @@ Print the final ensemble performance
167167
| 2 | SimpleImputer,Variance Threshold,NoCoalescer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.1 |
168168
| 3 | None | LGBMLearner | 0.04 |
169169
autoPyTorch results:
170-
Dataset name: 351b9212-90d3-11ec-87dd-87e39c51dfff
170+
Dataset name: e30391f0-94ca-11ec-8816-6597b230fd31
171171
Optimisation Metric: r2
172172
Best validation score: 0.8670098636440993
173-
Number of target algorithm runs: 27
174-
Number of successful target algorithm runs: 25
173+
Number of target algorithm runs: 28
174+
Number of successful target algorithm runs: 27
175175
Number of crashed target algorithm runs: 1
176-
Number of target algorithms that exceeded the time limit: 1
176+
Number of target algorithms that exceeded the time limit: 0
177177
Number of target algorithms that exceeded the memory limit: 0
178178
179179
@@ -183,7 +183,7 @@ Print the final ensemble performance
183183
184184
.. rst-class:: sphx-glr-timing
185185

186-
**Total running time of the script:** ( 5 minutes 33.360 seconds)
186+
**Total running time of the script:** ( 5 minutes 27.461 seconds)
187187

188188

189189
.. _sphx_glr_download_examples_20_basics_example_tabular_regression.py:

development/_sources/examples/20_basics/sg_execution_times.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
Computation times
77
=================
8-
**11:01.090** total execution time for **examples_20_basics** files:
8+
**10:50.955** total execution time for **examples_20_basics** files:
99

1010
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:33.360 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:27.461 | 0.0 MB |
1212
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:21.126 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:16.919 | 0.0 MB |
1414
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:06.603 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:06.576 | 0.0 MB |
1616
+--------------------------------------------------------------------------------------------------------------+-----------+--------+

development/_sources/examples/40_advanced/example_custom_configuration_space.rst.txt

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Search for an ensemble of machine learning algorithms
163163
.. code-block:: none
164164
165165
166-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1af8e73670>
166+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7fc578430910>
167167
168168
169169
@@ -207,13 +207,13 @@ Print the final ensemble performance
207207
| 7 | None | LGBMLearner | 0.02 |
208208
| 8 | SimpleImputer,Variance Threshold,NoCoalescer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
209209
autoPyTorch results:
210-
Dataset name: a7fd7095-90d6-11ec-87dd-87e39c51dfff
210+
Dataset name: 4b169f79-94ce-11ec-8816-6597b230fd31
211211
Optimisation Metric: accuracy
212212
Best validation score: 0.8596491228070176
213-
Number of target algorithm runs: 18
213+
Number of target algorithm runs: 19
214214
Number of successful target algorithm runs: 16
215215
Number of crashed target algorithm runs: 2
216-
Number of target algorithms that exceeded the time limit: 0
216+
Number of target algorithms that exceeded the time limit: 1
217217
Number of target algorithms that exceeded the memory limit: 0
218218
219219
@@ -272,7 +272,7 @@ Search for an ensemble of machine learning algorithms
272272
.. code-block:: none
273273
274274
275-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1b02f724c0>
275+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7fc57d01ba00>
276276
277277
278278
@@ -305,22 +305,23 @@ Print the final ensemble performance
305305
{'accuracy': 0.861271676300578}
306306
| | Preprocessing | Estimator | Weight |
307307
|---:|:---------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|---------:|
308-
| 0 | None | LGBMLearner | 0.18 |
309-
| 1 | None | SVMLearner | 0.16 |
310-
| 2 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,PowerTransformer,KernelPCA | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.14 |
311-
| 3 | None | RFLearner | 0.14 |
312-
| 4 | None | KNNLearner | 0.14 |
313-
| 5 | None | ETLearner | 0.08 |
314-
| 6 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
308+
| 0 | None | RFLearner | 0.16 |
309+
| 1 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,PowerTransformer,KernelPCA | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.14 |
310+
| 2 | None | SVMLearner | 0.12 |
311+
| 3 | None | KNNLearner | 0.12 |
312+
| 4 | None | LGBMLearner | 0.1 |
313+
| 5 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,Normalizer,PolynomialFeatures | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.08 |
314+
| 6 | None | ETLearner | 0.06 |
315315
| 7 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
316-
| 8 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,Normalizer,PolynomialFeatures | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
317-
| 9 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
316+
| 8 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
317+
| 9 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
318+
| 10 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,Normalizer,PolynomialFeatures | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.04 |
318319
autoPyTorch results:
319-
Dataset name: 0e8e6f13-90d7-11ec-87dd-87e39c51dfff
320+
Dataset name: ae06e195-94ce-11ec-8816-6597b230fd31
320321
Optimisation Metric: accuracy
321322
Best validation score: 0.8596491228070176
322-
Number of target algorithm runs: 20
323-
Number of successful target algorithm runs: 14
323+
Number of target algorithm runs: 21
324+
Number of successful target algorithm runs: 15
324325
Number of crashed target algorithm runs: 5
325326
Number of target algorithms that exceeded the time limit: 1
326327
Number of target algorithms that exceeded the memory limit: 0
@@ -332,7 +333,7 @@ Print the final ensemble performance
332333
333334
.. rst-class:: sphx-glr-timing
334335

335-
**Total running time of the script:** ( 5 minutes 40.207 seconds)
336+
**Total running time of the script:** ( 5 minutes 33.194 seconds)
336337

337338

338339
.. _sphx_glr_download_examples_40_advanced_example_custom_configuration_space.py:

development/_sources/examples/40_advanced/example_parallel_n_jobs.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ with AutoPyTorch
3636

3737
.. code-block:: none
3838
39-
{'accuracy': 0.8497109826589595}
39+
{'accuracy': 0.8670520231213873}
4040
autoPyTorch results:
41-
Dataset name: cc63c157-90d5-11ec-87dd-87e39c51dfff
41+
Dataset name: 719a6d78-94cd-11ec-8816-6597b230fd31
4242
Optimisation Metric: accuracy
4343
Best validation score: 0.8713450292397661
44-
Number of target algorithm runs: 48
44+
Number of target algorithm runs: 52
4545
Number of successful target algorithm runs: 39
46-
Number of crashed target algorithm runs: 6
46+
Number of crashed target algorithm runs: 10
4747
Number of target algorithms that exceeded the time limit: 3
4848
Number of target algorithms that exceeded the memory limit: 0
4949
@@ -121,7 +121,7 @@ with AutoPyTorch
121121
122122
.. rst-class:: sphx-glr-timing
123123

124-
**Total running time of the script:** ( 5 minutes 27.594 seconds)
124+
**Total running time of the script:** ( 5 minutes 20.710 seconds)
125125

126126

127127
.. _sphx_glr_download_examples_40_advanced_example_parallel_n_jobs.py:

development/_sources/examples/40_advanced/example_plot_over_time.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Task Definition
8989

9090
.. code-block:: none
9191
92-
[0 0 1 0 1 1 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 0 1 0
93-
0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 1 0 1 1 1 1 1 0
94-
1 0 1 0 1 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 1 1 0 0 1 1]
92+
[0 1 0 0 1 1 1 1 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 1 1 1 1 0 1
93+
1 0 0 1 0 1 1 0 0 1 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 1 1 0 1 1 0 1 1 0 0 0 1
94+
0 0 1 1 0 0 0 1 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0]
9595
9696
9797
@@ -121,7 +121,7 @@ API Instantiation and Searching
121121
.. code-block:: none
122122
123123
124-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1b02ba4b50>
124+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7fc57d03cac0>
125125
126126
127127
@@ -186,7 +186,7 @@ _, ax = plt.subplots() <=== You can feed it to post-process the figure.
186186

187187
.. rst-class:: sphx-glr-timing
188188

189-
**Total running time of the script:** ( 2 minutes 15.313 seconds)
189+
**Total running time of the script:** ( 2 minutes 11.727 seconds)
190190

191191

192192
.. _sphx_glr_download_examples_40_advanced_example_plot_over_time.py:

development/_sources/examples/40_advanced/example_resampling_strategy.rst.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Search for an ensemble of machine learning algorithms
139139
.. code-block:: none
140140
141141
142-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1b0331b880>
142+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7fc57db37a60>
143143
144144
145145
@@ -185,7 +185,7 @@ Print the final ensemble performance
185185
| 8 | None | SVMLearner | 0.02 |
186186
| 9 | None | KNNLearner | 0.02 |
187187
autoPyTorch results:
188-
Dataset name: 730204c1-90d7-11ec-87dd-87e39c51dfff
188+
Dataset name: 11e3646c-94cf-11ec-8816-6597b230fd31
189189
Optimisation Metric: accuracy
190190
Best validation score: 0.8713450292397661
191191
Number of target algorithm runs: 20
@@ -255,7 +255,7 @@ Search for an ensemble of machine learning algorithms
255255
.. code-block:: none
256256
257257
258-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1b02ca8a60>
258+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7fc57cd63100>
259259
260260
261261
@@ -297,13 +297,13 @@ Print the final ensemble performance
297297
| 4 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.04 |
298298
| 5 | SimpleImputer,Variance Threshold,NoCoalescer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
299299
autoPyTorch results:
300-
Dataset name: d9c091dc-90d7-11ec-87dd-87e39c51dfff
300+
Dataset name: 7a7785ba-94cf-11ec-8816-6597b230fd31
301301
Optimisation Metric: accuracy
302302
Best validation score: 0.8626733083495604
303-
Number of target algorithm runs: 13
303+
Number of target algorithm runs: 14
304304
Number of successful target algorithm runs: 12
305305
Number of crashed target algorithm runs: 1
306-
Number of target algorithms that exceeded the time limit: 0
306+
Number of target algorithms that exceeded the time limit: 1
307307
Number of target algorithms that exceeded the memory limit: 0
308308
309309
@@ -369,7 +369,7 @@ Search for an ensemble of machine learning algorithms
369369
.. code-block:: none
370370
371371
372-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1af8a2f280>
372+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7fc56ac2d280>
373373
374374
375375
@@ -411,11 +411,11 @@ Print the final ensemble performance
411411
| 5 | None | ETLearner | 0.04 |
412412
| 6 | SimpleImputer,Variance Threshold,MinorityCoalescer,OneHotEncoder,RobustScaler,Nystroem | embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
413413
autoPyTorch results:
414-
Dataset name: 43559384-90d8-11ec-87dd-87e39c51dfff
414+
Dataset name: e0e1f980-94cf-11ec-8816-6597b230fd31
415415
Optimisation Metric: accuracy
416416
Best validation score: 0.8362573099415205
417-
Number of target algorithm runs: 19
418-
Number of successful target algorithm runs: 18
417+
Number of target algorithm runs: 20
418+
Number of successful target algorithm runs: 19
419419
Number of crashed target algorithm runs: 0
420420
Number of target algorithms that exceeded the time limit: 1
421421
Number of target algorithms that exceeded the memory limit: 0
@@ -427,7 +427,7 @@ Print the final ensemble performance
427427
428428
.. rst-class:: sphx-glr-timing
429429

430-
**Total running time of the script:** ( 8 minutes 35.967 seconds)
430+
**Total running time of the script:** ( 8 minutes 45.652 seconds)
431431

432432

433433
.. _sphx_glr_download_examples_40_advanced_example_resampling_strategy.py:

0 commit comments

Comments
 (0)