Skip to content

Commit 328dd92

Browse files
author
Github Actions
committed
Ravin Kohli: [ADD] Docker publish workflow (#357)
1 parent 1036020 commit 328dd92

33 files changed

+186
-148
lines changed
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading

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

+9-12
Original file line numberDiff line numberDiff line change
@@ -85,26 +85,23 @@ Image Classification
8585
Pipeline Random Config:
8686
________________________________________
8787
Configuration:
88-
image_augmenter:GaussianBlur:sigma_min, Value: 0.13562396958925949
89-
image_augmenter:GaussianBlur:sigma_offset, Value: 1.3443723730063544
88+
image_augmenter:GaussianBlur:sigma_min, Value: 2.1238678391388115
89+
image_augmenter:GaussianBlur:sigma_offset, Value: 2.7433341752045743
9090
image_augmenter:GaussianBlur:use_augmenter, Value: True
91-
image_augmenter:GaussianNoise:use_augmenter, Value: False
92-
image_augmenter:RandomAffine:rotate, Value: 253
93-
image_augmenter:RandomAffine:scale_offset, Value: 0.06623678136539649
94-
image_augmenter:RandomAffine:shear, Value: 20
95-
image_augmenter:RandomAffine:translate_percent_offset, Value: 0.14074315316194072
96-
image_augmenter:RandomAffine:use_augmenter, Value: True
91+
image_augmenter:GaussianNoise:sigma_offset, Value: 0.7675514433357813
92+
image_augmenter:GaussianNoise:use_augmenter, Value: True
93+
image_augmenter:RandomAffine:use_augmenter, Value: False
9794
image_augmenter:RandomCutout:use_augmenter, Value: False
9895
image_augmenter:Resize:use_augmenter, Value: True
99-
image_augmenter:ZeroPadAndCrop:percent, Value: 0.08687178181094835
100-
normalizer:__choice__, Value: 'NoNormalizer'
96+
image_augmenter:ZeroPadAndCrop:percent, Value: 0.45374000954443516
97+
normalizer:__choice__, Value: 'ImageNormalizer'
10198

10299
Fitting the pipeline...
103100
________________________________________
104101
ImageClassificationPipeline
105102
________________________________________
106103
0-) normalizer:
107-
NoNormalizer
104+
ImageNormalizer
108105

109106
1-) preprocessing:
110107
EarlyPreprocessing
@@ -176,7 +173,7 @@ Image Classification
176173
177174
.. rst-class:: sphx-glr-timing
178175

179-
**Total running time of the script:** ( 0 minutes 7.073 seconds)
176+
**Total running time of the script:** ( 0 minutes 6.306 seconds)
180177

181178

182179
.. _sphx_glr_download_examples_20_basics_example_image_classification.py:

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

+2-2
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 0x7f13fd2a7640>
137+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f7301a7bd30>
138138
139139
140140
@@ -196,7 +196,7 @@ Print the final ensemble performance
196196
197197
.. rst-class:: sphx-glr-timing
198198

199-
**Total running time of the script:** ( 5 minutes 32.373 seconds)
199+
**Total running time of the script:** ( 5 minutes 33.018 seconds)
200200

201201

202202
.. _sphx_glr_download_examples_20_basics_example_tabular_classification.py:

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

+5-5
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 0x7f1499c19dc0>
128+
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7f739e466dc0>
129129
130130
131131
@@ -167,13 +167,13 @@ Print the final ensemble performance
167167
| 2 | None | LGBMLearner | 0.08 |
168168
| 3 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
169169
autoPyTorch results:
170-
Dataset name: e5ceea59-61b0-11ec-86af-87c16fe94cf8
170+
Dataset name: 19b66c31-6243-11ec-86ff-d727e2798537
171171
Optimisation Metric: r2
172172
Best validation score: 0.8644967965917701
173-
Number of target algorithm runs: 22
173+
Number of target algorithm runs: 23
174174
Number of successful target algorithm runs: 20
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: 2
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.565 seconds)
186+
**Total running time of the script:** ( 5 minutes 49.238 seconds)
187187

188188

189189
.. _sphx_glr_download_examples_20_basics_example_tabular_regression.py:

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
Computation times
77
=================
8-
**11:13.012** total execution time for **examples_20_basics** files:
8+
**11:28.562** 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.565 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:49.238 | 0.0 MB |
1212
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:32.373 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:33.018 | 0.0 MB |
1414
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:07.073 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:06.306 | 0.0 MB |
1616
+--------------------------------------------------------------------------------------------------------------+-----------+--------+

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

+13-12
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 0x7f13f0d2d4f0>
166+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f72f4e29100>
167167
168168
169169
@@ -194,18 +194,19 @@ Print the final ensemble performance
194194

195195
.. code-block:: none
196196
197-
{'accuracy': 0.8670520231213873}
197+
{'accuracy': 0.8728323699421965}
198198
| | Preprocessing | Estimator | Weight |
199199
|---:|:------------------------------------------------------------------|:----------------------------------------------------------|---------:|
200-
| 0 | None | RFLearner | 0.44 |
201-
| 1 | None | ETLearner | 0.26 |
202-
| 2 | None | LGBMLearner | 0.1 |
203-
| 3 | None | SVMLearner | 0.08 |
204-
| 4 | None | KNNLearner | 0.08 |
205-
| 5 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
200+
| 0 | None | ETLearner | 0.3 |
201+
| 1 | SimpleImputer,OneHotEncoder,Normalizer,PolynomialFeatures | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.22 |
202+
| 2 | None | RFLearner | 0.22 |
203+
| 3 | None | LGBMLearner | 0.12 |
204+
| 4 | None | SVMLearner | 0.06 |
205+
| 5 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.04 |
206206
| 6 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
207+
| 7 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
207208
autoPyTorch results:
208-
Dataset name: 937ecba0-61b4-11ec-86af-87c16fe94cf8
209+
Dataset name: c616cf47-6246-11ec-86ff-d727e2798537
209210
Optimisation Metric: accuracy
210211
Best validation score: 0.8596491228070176
211212
Number of target algorithm runs: 16
@@ -270,7 +271,7 @@ Search for an ensemble of machine learning algorithms
270271
.. code-block:: none
271272
272273
273-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f13fd278c10>
274+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f730134a160>
274275
275276
276277
@@ -311,7 +312,7 @@ Print the final ensemble performance
311312
| 5 | None | SVMLearner | 0.04 |
312313
| 6 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
313314
autoPyTorch results:
314-
Dataset name: fd0924ad-61b4-11ec-86af-87c16fe94cf8
315+
Dataset name: 2c2a2690-6247-11ec-86ff-d727e2798537
315316
Optimisation Metric: accuracy
316317
Best validation score: 0.8596491228070176
317318
Number of target algorithm runs: 18
@@ -327,7 +328,7 @@ Print the final ensemble performance
327328
328329
.. rst-class:: sphx-glr-timing
329330

330-
**Total running time of the script:** ( 5 minutes 54.395 seconds)
331+
**Total running time of the script:** ( 5 minutes 50.036 seconds)
331332

332333

333334
.. _sphx_glr_download_examples_40_advanced_example_custom_configuration_space.py:

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ with AutoPyTorch
3636

3737
.. code-block:: none
3838
39-
{'accuracy': 0.8554913294797688}
39+
{'accuracy': 0.8670520231213873}
4040
autoPyTorch results:
41-
Dataset name: 8c502566-61b3-11ec-86af-87c16fe94cf8
41+
Dataset name: c5b1923f-6245-11ec-86ff-d727e2798537
4242
Optimisation Metric: accuracy
4343
Best validation score: 0.8713450292397661
44-
Number of target algorithm runs: 44
45-
Number of successful target algorithm runs: 36
44+
Number of target algorithm runs: 42
45+
Number of successful target algorithm runs: 34
4646
Number of crashed target algorithm runs: 6
4747
Number of target algorithms that exceeded the time limit: 2
4848
Number of target algorithms that exceeded the memory limit: 0
@@ -121,7 +121,7 @@ with AutoPyTorch
121121
122122
.. rst-class:: sphx-glr-timing
123123

124-
**Total running time of the script:** ( 5 minutes 49.186 seconds)
124+
**Total running time of the script:** ( 5 minutes 45.264 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

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Task Definition
8989

9090
.. code-block:: none
9191
92-
[1 1 1 0 1 0 1 1 1 0 0 1 1 0 0 0 1 0 1 0 1 1 1 1 1 1 0 0 0 1 1 0 1 1 1 0 0
93-
1 0 1 1 1 1 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 1 1 0 1 1 0 1 0 1 1 1 0 1 0 1
94-
1 1 0 0 0 1 1 1 0 1 0 1 0 0 0 1 1 1 0 0 1 1 0 1 1 0]
92+
[0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0
93+
0 1 0 1 0 0 0 1 1 0 0 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 1 1 1
94+
0 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 0 0 0 1 0 0 0 1]
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 0x7f13fbffc040>
124+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f730122b6d0>
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 19.799 seconds)
189+
**Total running time of the script:** ( 2 minutes 20.524 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

+9-9
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 0x7f148f4d0eb0>
142+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f7301c3a9a0>
143143
144144
145145
@@ -182,7 +182,7 @@ Print the final ensemble performance
182182
| 5 | None | LGBMLearner | 0.04 |
183183
| 6 | None | SVMLearner | 0.02 |
184184
autoPyTorch results:
185-
Dataset name: 66ed2dfc-61b5-11ec-86af-87c16fe94cf8
185+
Dataset name: 96e791a0-6247-11ec-86ff-d727e2798537
186186
Optimisation Metric: accuracy
187187
Best validation score: 0.8596491228070176
188188
Number of target algorithm runs: 16
@@ -252,7 +252,7 @@ Search for an ensemble of machine learning algorithms
252252
.. code-block:: none
253253
254254
255-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f13fd0bf3a0>
255+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f7300c0ce80>
256256
257257
258258
@@ -294,13 +294,13 @@ Print the final ensemble performance
294294
| 4 | None | TabularTraditionalModel | 0.02 |
295295
| 5 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
296296
autoPyTorch results:
297-
Dataset name: ce32767f-61b5-11ec-86af-87c16fe94cf8
297+
Dataset name: fe272563-6247-11ec-86ff-d727e2798537
298298
Optimisation Metric: accuracy
299299
Best validation score: 0.8626733083495604
300300
Number of target algorithm runs: 12
301-
Number of successful target algorithm runs: 10
301+
Number of successful target algorithm runs: 9
302302
Number of crashed target algorithm runs: 2
303-
Number of target algorithms that exceeded the time limit: 0
303+
Number of target algorithms that exceeded the time limit: 1
304304
Number of target algorithms that exceeded the memory limit: 0
305305
306306
@@ -366,7 +366,7 @@ Search for an ensemble of machine learning algorithms
366366
.. code-block:: none
367367
368368
369-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f13fce86d30>
369+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f730113eb80>
370370
371371
372372
@@ -411,7 +411,7 @@ Print the final ensemble performance
411411
| 8 | None | ETLearner | 0.02 |
412412
| 9 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
413413
autoPyTorch results:
414-
Dataset name: 41239891-61b6-11ec-86af-87c16fe94cf8
414+
Dataset name: 6c38c616-6248-11ec-86ff-d727e2798537
415415
Optimisation Metric: accuracy
416416
Best validation score: 0.8362573099415205
417417
Number of target algorithm runs: 17
@@ -427,7 +427,7 @@ Print the final ensemble performance
427427
428428
.. rst-class:: sphx-glr-timing
429429

430-
**Total running time of the script:** ( 9 minutes 3.226 seconds)
430+
**Total running time of the script:** ( 8 minutes 49.194 seconds)
431431

432432

433433
.. _sphx_glr_download_examples_40_advanced_example_resampling_strategy.py:

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Search for an ensemble of machine learning algorithms
131131
.. code-block:: none
132132
133133
134-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f13fc158e50>
134+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f7300b07610>
135135
136136
137137
@@ -175,7 +175,7 @@ Print the final ensemble performance
175175
| 7 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
176176
| 8 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
177177
autoPyTorch results:
178-
Dataset name: 7381fd3a-61b2-11ec-86af-87c16fe94cf8
178+
Dataset name: b142f272-6244-11ec-86ff-d727e2798537
179179
Optimisation Metric: accuracy
180180
Best validation score: 0.8771929824561403
181181
Number of target algorithm runs: 23
@@ -191,7 +191,7 @@ Print the final ensemble performance
191191
192192
.. rst-class:: sphx-glr-timing
193193

194-
**Total running time of the script:** ( 5 minutes 30.572 seconds)
194+
**Total running time of the script:** ( 5 minutes 22.633 seconds)
195195

196196

197197
.. _sphx_glr_download_examples_40_advanced_example_run_with_portfolio.py:

0 commit comments

Comments
 (0)