Skip to content

Commit 4dffc85

Browse files
author
Github Actions
committed
Ravin Kohli: change worst possible result of r2 (#340)
1 parent 7870329 commit 4dffc85

25 files changed

+171
-197
lines changed
Binary file not shown.
Binary file not shown.
Loading
Loading

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ Image Classification
8787
Configuration:
8888
image_augmenter:GaussianBlur:use_augmenter, Value: False
8989
image_augmenter:GaussianNoise:use_augmenter, Value: False
90-
image_augmenter:RandomAffine:rotate, Value: 239
91-
image_augmenter:RandomAffine:scale_offset, Value: 0.056925342345860934
92-
image_augmenter:RandomAffine:shear, Value: 40
93-
image_augmenter:RandomAffine:translate_percent_offset, Value: 0.32451436908855363
90+
image_augmenter:RandomAffine:rotate, Value: 339
91+
image_augmenter:RandomAffine:scale_offset, Value: 0.3007791010350451
92+
image_augmenter:RandomAffine:shear, Value: 26
93+
image_augmenter:RandomAffine:translate_percent_offset, Value: 0.03882945703151322
9494
image_augmenter:RandomAffine:use_augmenter, Value: True
95-
image_augmenter:RandomCutout:p, Value: 0.5746859534468014
95+
image_augmenter:RandomCutout:p, Value: 0.2663596033164267
9696
image_augmenter:RandomCutout:use_augmenter, Value: True
9797
image_augmenter:Resize:use_augmenter, Value: True
98-
image_augmenter:ZeroPadAndCrop:percent, Value: 0.033334448480574985
98+
image_augmenter:ZeroPadAndCrop:percent, Value: 0.39730616568269495
9999
normalizer:__choice__, Value: 'NoNormalizer'
100100

101101
Fitting the pipeline...
@@ -175,7 +175,7 @@ Image Classification
175175
176176
.. rst-class:: sphx-glr-timing
177177

178-
**Total running time of the script:** ( 0 minutes 8.526 seconds)
178+
**Total running time of the script:** ( 0 minutes 8.173 seconds)
179179

180180

181181
.. _sphx_glr_download_examples_20_basics_example_image_classification.py:

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

Lines changed: 13 additions & 16 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 0x7f90b38a3220>
137+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f81756dd610>
138138
139139
140140
@@ -165,23 +165,20 @@ Print the final ensemble performance
165165

166166
.. code-block:: none
167167
168-
{'accuracy': 0.8554913294797688}
168+
{'accuracy': 0.838150289017341}
169169
| | Preprocessing | Estimator | Weight |
170170
|---:|:------------------------------------------------------------------|:----------------------------------------------------------------|---------:|
171-
| 0 | SimpleImputer,OneHotEncoder,Normalizer,KernelPCA | embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.18 |
171+
| 0 | SimpleImputer,OneHotEncoder,Normalizer,KernelPCA | embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.2 |
172172
| 1 | None | KNNLearner | 0.16 |
173-
| 2 | None | SVMLearner | 0.12 |
174-
| 3 | None | CBLearner | 0.1 |
175-
| 4 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.08 |
176-
| 5 | SimpleImputer,OneHotEncoder,Normalizer,PowerTransformer | embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
177-
| 6 | None | RFLearner | 0.06 |
178-
| 7 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
179-
| 8 | SimpleImputer,OneHotEncoder,MinMaxScaler,PowerTransformer | embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.04 |
180-
| 9 | SimpleImputer,NoEncoder,Normalizer,Nystroem | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.04 |
181-
| 10 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.04 |
182-
| 11 | SimpleImputer,OneHotEncoder,Normalizer,TruncSVD | embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
183-
| 12 | SimpleImputer,OneHotEncoder,MinMaxScaler,TruncSVD | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
184-
| 13 | None | ETLearner | 0.02 |
173+
| 2 | None | CBLearner | 0.14 |
174+
| 3 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.12 |
175+
| 4 | SimpleImputer,OneHotEncoder,Normalizer,PowerTransformer | embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.08 |
176+
| 5 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.08 |
177+
| 6 | SimpleImputer,OneHotEncoder,MinMaxScaler,PowerTransformer | embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
178+
| 7 | SimpleImputer,NoEncoder,Normalizer,Nystroem | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
179+
| 8 | None | SVMLearner | 0.04 |
180+
| 9 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.04 |
181+
| 10 | SimpleImputer,OneHotEncoder,MinMaxScaler,TruncSVD | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
185182
autoPyTorch results:
186183
Dataset name: Australian
187184
Optimisation Metric: accuracy
@@ -199,7 +196,7 @@ Print the final ensemble performance
199196
200197
.. rst-class:: sphx-glr-timing
201198

202-
**Total running time of the script:** ( 5 minutes 35.166 seconds)
199+
**Total running time of the script:** ( 5 minutes 35.112 seconds)
203200

204201

205202
.. _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 0x7f9155e95ca0>
128+
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7f8217ed1ca0>
129129
130130
131131
@@ -167,12 +167,12 @@ 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: 70b3044c-4b9e-11ec-870d-13e6b1aae6bc
170+
Dataset name: e0ac8c9c-4bbd-11ec-870e-7746ea156edb
171171
Optimisation Metric: r2
172172
Best validation score: 0.8644967965917701
173-
Number of target algorithm runs: 23
174-
Number of successful target algorithm runs: 18
175-
Number of crashed target algorithm runs: 3
173+
Number of target algorithm runs: 24
174+
Number of successful target algorithm runs: 20
175+
Number of crashed target algorithm runs: 2
176176
Number of target algorithms that exceeded the time limit: 2
177177
Number of target algorithms that exceeded the memory limit: 0
178178
@@ -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 36.742 seconds)
186+
**Total running time of the script:** ( 5 minutes 34.172 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:20.434** total execution time for **examples_20_basics** files:
8+
**11:17.457** 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:36.742 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:35.112 | 0.0 MB |
1212
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:35.166 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:34.172 | 0.0 MB |
1414
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:08.526 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:08.173 | 0.0 MB |
1616
+--------------------------------------------------------------------------------------------------------------+-----------+--------+

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

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the search. Currently, there are two changes that can be made to the space:-
5757
| 5 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
5858
| 6 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
5959
autoPyTorch results:
60-
Dataset name: c6d94f6c-4ba2-11ec-870d-13e6b1aae6bc
60+
Dataset name: 4064d3b1-4bc2-11ec-870e-7746ea156edb
6161
Optimisation Metric: accuracy
6262
Best validation score: 0.8596491228070176
6363
Number of target algorithm runs: 17
@@ -66,25 +66,27 @@ the search. Currently, there are two changes that can be made to the space:-
6666
Number of target algorithms that exceeded the time limit: 1
6767
Number of target algorithms that exceeded the memory limit: 0
6868
69-
{'accuracy': 0.8728323699421965}
69+
{'accuracy': 0.861271676300578}
7070
| | Preprocessing | Estimator | Weight |
7171
|---:|:--------------------------------------------------------------|:----------------------------------------------------------------|---------:|
72-
| 0 | None | RFLearner | 0.34 |
73-
| 1 | None | ETLearner | 0.26 |
74-
| 2 | None | LGBMLearner | 0.2 |
75-
| 3 | None | KNNLearner | 0.08 |
76-
| 4 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
77-
| 5 | None | SVMLearner | 0.04 |
78-
| 6 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
72+
| 0 | SimpleImputer,NoEncoder,Normalizer,PowerTransformer | no embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.26 |
73+
| 1 | None | KNNLearner | 0.14 |
74+
| 2 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.12 |
75+
| 3 | None | RFLearner | 0.1 |
76+
| 4 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.1 |
77+
| 5 | None | ETLearner | 0.08 |
78+
| 6 | None | SVMLearner | 0.08 |
79+
| 7 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.08 |
80+
| 8 | None | LGBMLearner | 0.04 |
7981
autoPyTorch results:
80-
Dataset name: 306ecee6-4ba3-11ec-870d-13e6b1aae6bc
82+
Dataset name: ad6f4912-4bc2-11ec-870e-7746ea156edb
8183
Optimisation Metric: accuracy
8284
Best validation score: 0.8596491228070176
8385
Number of target algorithm runs: 20
84-
Number of successful target algorithm runs: 13
86+
Number of successful target algorithm runs: 14
8587
Number of crashed target algorithm runs: 5
8688
Number of target algorithms that exceeded the time limit: 1
87-
Number of target algorithms that exceeded the memory limit: 1
89+
Number of target algorithms that exceeded the memory limit: 0
8890
8991
9092
@@ -218,7 +220,7 @@ the search. Currently, there are two changes that can be made to the space:-
218220
219221
.. rst-class:: sphx-glr-timing
220222

221-
**Total running time of the script:** ( 5 minutes 55.214 seconds)
223+
**Total running time of the script:** ( 5 minutes 59.297 seconds)
222224

223225

224226
.. _sphx_glr_download_examples_40_advanced_example_custom_configuration_space.py:

0 commit comments

Comments
 (0)