Skip to content

Commit 031db24

Browse files
author
Github Actions
committed
Ravin Kohli: [FIX] pipeline options in fit_pipeline (#466)
1 parent 1c13edf commit 031db24

35 files changed

+216
-245
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: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ Image Classification
3333
3434
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/train-images-idx3-ubyte.gz
3535
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/train-images-idx3-ubyte.gz to ../datasets/FashionMNIST/raw/train-images-idx3-ubyte.gz
36-
0%| | 0/26421880 [00:00<?, ?it/s] 0%| | 32768/26421880 [00:00<01:55, 228713.09it/s] 0%| | 65536/26421880 [00:00<01:56, 227081.28it/s] 0%| | 131072/26421880 [00:00<01:19, 330056.26it/s] 1%| | 196608/26421880 [00:00<01:09, 378551.45it/s] 1%|1 | 393216/26421880 [00:00<00:35, 731618.16it/s] 3%|2 | 786432/26421880 [00:00<00:18, 1407417.98it/s] 6%|6 | 1605632/26421880 [00:01<00:08, 2797236.93it/s] 12%|#2 | 3211264/26421880 [00:01<00:04, 5436945.91it/s] 24%|##3 | 6324224/26421880 [00:01<00:01, 10460303.77it/s] 36%|###5 | 9404416/26421880 [00:01<00:01, 13800083.86it/s] 47%|####6 | 12320768/26421880 [00:01<00:00, 15735845.44it/s] 58%|#####8 | 15433728/26421880 [00:01<00:00, 17486398.69it/s] 70%|######9 | 18481152/26421880 [00:01<00:00, 18557130.94it/s] 82%|########1 | 21594112/26421880 [00:02<00:00, 19438388.55it/s] 94%|#########3| 24707072/26421880 [00:02<00:00, 20016132.86it/s] 100%|##########| 26421880/26421880 [00:02<00:00, 12140078.32it/s]
36+
0%| | 0/26421880 [00:00<?, ?it/s] 0%| | 65536/26421880 [00:00<01:15, 351267.31it/s] 1%| | 163840/26421880 [00:00<00:43, 609414.50it/s] 2%|1 | 425984/26421880 [00:00<00:24, 1062279.85it/s] 5%|5 | 1343488/26421880 [00:00<00:07, 3392978.15it/s] 13%|#3 | 3473408/26421880 [00:00<00:03, 7060198.72it/s] 29%|##9 | 7733248/26421880 [00:00<00:01, 16103078.25it/s] 43%|####2 | 11304960/26421880 [00:00<00:00, 21320558.99it/s] 59%|#####9 | 15597568/26421880 [00:01<00:00, 22502874.39it/s] 75%|#######4 | 19791872/26421880 [00:01<00:00, 27264935.08it/s] 89%|########9 | 23592960/26421880 [00:01<00:00, 30051582.76it/s] 100%|##########| 26421880/26421880 [00:01<00:00, 18599895.80it/s]
3737
Extracting ../datasets/FashionMNIST/raw/train-images-idx3-ubyte.gz to ../datasets/FashionMNIST/raw
3838

3939
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/train-labels-idx1-ubyte.gz
4040
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/train-labels-idx1-ubyte.gz to ../datasets/FashionMNIST/raw/train-labels-idx1-ubyte.gz
41-
0%| | 0/29515 [00:00<?, ?it/s] 100%|##########| 29515/29515 [00:00<00:00, 217304.48it/s] 100%|##########| 29515/29515 [00:00<00:00, 216810.10it/s]
41+
0%| | 0/29515 [00:00<?, ?it/s] 100%|##########| 29515/29515 [00:00<00:00, 326077.20it/s]
4242
Extracting ../datasets/FashionMNIST/raw/train-labels-idx1-ubyte.gz to ../datasets/FashionMNIST/raw
4343

4444
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-images-idx3-ubyte.gz
4545
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-images-idx3-ubyte.gz to ../datasets/FashionMNIST/raw/t10k-images-idx3-ubyte.gz
46-
0%| | 0/4422102 [00:00<?, ?it/s] 1%| | 32768/4422102 [00:00<00:18, 242036.89it/s] 1%|1 | 65536/4422102 [00:00<00:18, 241466.08it/s] 3%|2 | 131072/4422102 [00:00<00:12, 351200.05it/s] 5%|5 | 229376/4422102 [00:00<00:08, 497890.59it/s] 11%|#1 | 491520/4422102 [00:00<00:03, 1013070.38it/s] 21%|##1 | 950272/4422102 [00:00<00:01, 1815514.97it/s] 43%|####2 | 1900544/4422102 [00:00<00:00, 3507016.73it/s] 87%|########6 | 3833856/4422102 [00:01<00:00, 6913829.45it/s] 100%|##########| 4422102/4422102 [00:01<00:00, 4060498.86it/s]
46+
0%| | 0/4422102 [00:00<?, ?it/s] 1%|1 | 65536/4422102 [00:00<00:12, 357624.30it/s] 4%|4 | 196608/4422102 [00:00<00:05, 764127.24it/s] 11%|#1 | 491520/4422102 [00:00<00:03, 1253424.48it/s] 35%|###4 | 1540096/4422102 [00:00<00:00, 3979059.86it/s] 87%|########6 | 3833856/4422102 [00:00<00:00, 7916719.41it/s] 100%|##########| 4422102/4422102 [00:00<00:00, 6005980.87it/s]
4747
Extracting ../datasets/FashionMNIST/raw/t10k-images-idx3-ubyte.gz to ../datasets/FashionMNIST/raw
4848

4949
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-labels-idx1-ubyte.gz
5050
Downloading http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-labels-idx1-ubyte.gz to ../datasets/FashionMNIST/raw/t10k-labels-idx1-ubyte.gz
51-
0%| | 0/5148 [00:00<?, ?it/s] 100%|##########| 5148/5148 [00:00<00:00, 40586986.83it/s]
51+
0%| | 0/5148 [00:00<?, ?it/s] 100%|##########| 5148/5148 [00:00<00:00, 30072809.18it/s]
5252
Extracting ../datasets/FashionMNIST/raw/t10k-labels-idx1-ubyte.gz to ../datasets/FashionMNIST/raw
5353

5454
Pipeline CS:
@@ -83,16 +83,17 @@ Image Classification
8383
Pipeline Random Config:
8484
________________________________________
8585
Configuration(values={
86-
'image_augmenter:GaussianBlur:sigma_min': 0.40736851695519793,
87-
'image_augmenter:GaussianBlur:sigma_offset': 1.9154521101106374,
88-
'image_augmenter:GaussianBlur:use_augmenter': True,
89-
'image_augmenter:GaussianNoise:sigma_offset': 2.1494393981863014,
90-
'image_augmenter:GaussianNoise:use_augmenter': True,
91-
'image_augmenter:RandomAffine:use_augmenter': False,
92-
'image_augmenter:RandomCutout:p': 0.7558153204326064,
86+
'image_augmenter:GaussianBlur:use_augmenter': False,
87+
'image_augmenter:GaussianNoise:use_augmenter': False,
88+
'image_augmenter:RandomAffine:rotate': 264,
89+
'image_augmenter:RandomAffine:scale_offset': 0.1997598286556691,
90+
'image_augmenter:RandomAffine:shear': 38,
91+
'image_augmenter:RandomAffine:translate_percent_offset': 0.21531300486072077,
92+
'image_augmenter:RandomAffine:use_augmenter': True,
93+
'image_augmenter:RandomCutout:p': 0.24443754548888208,
9394
'image_augmenter:RandomCutout:use_augmenter': True,
9495
'image_augmenter:Resize:use_augmenter': True,
95-
'image_augmenter:ZeroPadAndCrop:percent': 0.08168973511042621,
96+
'image_augmenter:ZeroPadAndCrop:percent': 0.37202634450268485,
9697
'normalizer:__choice__': 'ImageNormalizer',
9798
})
9899

@@ -173,7 +174,7 @@ Image Classification
173174
174175
.. rst-class:: sphx-glr-timing
175176

176-
**Total running time of the script:** ( 0 minutes 7.417 seconds)
177+
**Total running time of the script:** ( 0 minutes 5.806 seconds)
177178

178179

179180
.. _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
@@ -132,7 +132,7 @@ Search for an ensemble of machine learning algorithms
132132
.. code-block:: none
133133
134134
135-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f7f3976b6a0>
135+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1b6277e6a0>
136136
137137
138138
@@ -174,9 +174,9 @@ Print the final ensemble performance
174174
Optimisation Metric: accuracy
175175
Best validation score: 0.8713450292397661
176176
Number of target algorithm runs: 27
177-
Number of successful target algorithm runs: 26
177+
Number of successful target algorithm runs: 25
178178
Number of crashed target algorithm runs: 0
179-
Number of target algorithms that exceeded the time limit: 1
179+
Number of target algorithms that exceeded the time limit: 2
180180
Number of target algorithms that exceeded the memory limit: 0
181181
182182
@@ -186,7 +186,7 @@ Print the final ensemble performance
186186
187187
.. rst-class:: sphx-glr-timing
188188

189-
**Total running time of the script:** ( 5 minutes 20.861 seconds)
189+
**Total running time of the script:** ( 5 minutes 31.873 seconds)
190190

191191

192192
.. _sphx_glr_download_examples_20_basics_example_tabular_classification.py:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Search for an ensemble of machine learning algorithms
123123
.. code-block:: none
124124
125125
126-
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7f7ea94eb340>
126+
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7f1ad2685730>
127127
128128
129129
@@ -163,7 +163,7 @@ Print the final ensemble performance
163163
| 2 | SimpleImputer,Variance Threshold,NoCoalescer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.1 |
164164
| 3 | None | LGBMLearner | 0.04 |
165165
autoPyTorch results:
166-
Dataset name: a65f386c-17ee-11ed-88a4-a98c1c8ad0eb
166+
Dataset name: 63413bef-1a43-11ed-8830-056390bd6e17
167167
Optimisation Metric: r2
168168
Best validation score: 0.8670098636440993
169169
Number of target algorithm runs: 23
@@ -179,7 +179,7 @@ Print the final ensemble performance
179179
180180
.. rst-class:: sphx-glr-timing
181181

182-
**Total running time of the script:** ( 5 minutes 34.705 seconds)
182+
**Total running time of the script:** ( 5 minutes 35.870 seconds)
183183

184184

185185
.. _sphx_glr_download_examples_20_basics_example_tabular_regression.py:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Search for an ensemble of machine learning algorithms
150150
151151
.. rst-class:: sphx-glr-timing
152152

153-
**Total running time of the script:** ( 0 minutes 57.742 seconds)
153+
**Total running time of the script:** ( 0 minutes 58.963 seconds)
154154

155155

156156
.. _sphx_glr_download_examples_20_basics_example_time_series_forecasting.py:

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

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

66
Computation times
77
=================
8-
**12:00.725** total execution time for **examples_20_basics** files:
8+
**12:12.513** 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:34.705 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:35.870 | 0.0 MB |
1212
+----------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:20.861 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:31.873 | 0.0 MB |
1414
+----------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basics_example_time_series_forecasting.py` (``example_time_series_forecasting.py``) | 00:57.742 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basics_example_time_series_forecasting.py` (``example_time_series_forecasting.py``) | 00:58.963 | 0.0 MB |
1616
+----------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:07.417 | 0.0 MB |
17+
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:05.806 | 0.0 MB |
1818
+----------------------------------------------------------------------------------------------------------------+-----------+--------+

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

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Search for an ensemble of machine learning algorithms
161161
.. code-block:: none
162162
163163
164-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f7ea180a400>
164+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1acad59730>
165165
166166
167167
@@ -205,12 +205,12 @@ Print the final ensemble performance
205205
| 9 | None | SVMLearner | 0.02 |
206206
| 10 | SimpleImputer,Variance Threshold,NoCoalescer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
207207
autoPyTorch results:
208-
Dataset name: 7b335b0e-17f2-11ed-88a4-a98c1c8ad0eb
208+
Dataset name: 46889735-1a47-11ed-8830-056390bd6e17
209209
Optimisation Metric: accuracy
210210
Best validation score: 0.8596491228070176
211211
Number of target algorithm runs: 18
212-
Number of successful target algorithm runs: 15
213-
Number of crashed target algorithm runs: 2
212+
Number of successful target algorithm runs: 14
213+
Number of crashed target algorithm runs: 3
214214
Number of target algorithms that exceeded the time limit: 1
215215
Number of target algorithms that exceeded the memory limit: 0
216216
@@ -268,7 +268,7 @@ Search for an ensemble of machine learning algorithms
268268
.. code-block:: none
269269
270270
271-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f7ea19b12b0>
271+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f1acab936a0>
272272
273273
274274
@@ -296,23 +296,25 @@ Print the final ensemble performance
296296

297297
.. code-block:: none
298298
299-
{'accuracy': 0.8670520231213873}
299+
{'accuracy': 0.8728323699421965}
300300
| | Preprocessing | Estimator | Weight |
301301
|---:|:---------------------------------------------------------------------------------------------|:----------------------------------------------------------------|---------:|
302-
| 0 | None | LGBMLearner | 0.32 |
303-
| 1 | None | SVMLearner | 0.28 |
304-
| 2 | None | RFLearner | 0.26 |
305-
| 3 | None | ETLearner | 0.1 |
306-
| 4 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
307-
| 5 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
302+
| 0 | None | LGBMLearner | 0.36 |
303+
| 1 | None | RFLearner | 0.26 |
304+
| 2 | None | ETLearner | 0.14 |
305+
| 3 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.1 |
306+
| 4 | None | SVMLearner | 0.08 |
307+
| 5 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,Normalizer,KernelPCA | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
308+
| 6 | None | KNNLearner | 0.02 |
309+
| 7 | SimpleImputer,Variance Threshold,NoCoalescer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
308310
autoPyTorch results:
309-
Dataset name: e4d3e27f-17f2-11ed-88a4-a98c1c8ad0eb
311+
Dataset name: b001e5c8-1a47-11ed-8830-056390bd6e17
310312
Optimisation Metric: accuracy
311313
Best validation score: 0.8596491228070176
312-
Number of target algorithm runs: 17
313-
Number of successful target algorithm runs: 13
314-
Number of crashed target algorithm runs: 3
315-
Number of target algorithms that exceeded the time limit: 1
314+
Number of target algorithm runs: 20
315+
Number of successful target algorithm runs: 15
316+
Number of crashed target algorithm runs: 5
317+
Number of target algorithms that exceeded the time limit: 0
316318
Number of target algorithms that exceeded the memory limit: 0
317319
318320
@@ -322,7 +324,7 @@ Print the final ensemble performance
322324
323325
.. rst-class:: sphx-glr-timing
324326

325-
**Total running time of the script:** ( 6 minutes 1.438 seconds)
327+
**Total running time of the script:** ( 5 minutes 41.695 seconds)
326328

327329

328330
.. _sphx_glr_download_examples_40_advanced_example_custom_configuration_space.py:

0 commit comments

Comments
 (0)