Skip to content

Commit bec0fc3

Browse files
author
Github Actions
committed
Ravin Kohli: Update README.md, remove cat requirements.txt
1 parent 8c9a9c1 commit bec0fc3

25 files changed

Lines changed: 117 additions & 121 deletions
Binary file not shown.
Binary file not shown.
-157 Bytes
Loading
-3 Bytes
Loading

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

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,14 @@ Image Classification
8585
Pipeline Random Config:
8686
________________________________________
8787
Configuration:
88-
image_augmenter:GaussianBlur:use_augmenter, Value: False
89-
image_augmenter:GaussianNoise:sigma_offset, Value: 2.939416777169848
90-
image_augmenter:GaussianNoise:use_augmenter, Value: True
91-
image_augmenter:RandomAffine:rotate, Value: 182
92-
image_augmenter:RandomAffine:scale_offset, Value: 0.2653043460236015
93-
image_augmenter:RandomAffine:shear, Value: 7
94-
image_augmenter:RandomAffine:translate_percent_offset, Value: 0.2981323677443226
95-
image_augmenter:RandomAffine:use_augmenter, Value: True
96-
image_augmenter:RandomCutout:p, Value: 0.46400105311756495
97-
image_augmenter:RandomCutout:use_augmenter, Value: True
98-
image_augmenter:Resize:use_augmenter, Value: False
99-
image_augmenter:ZeroPadAndCrop:percent, Value: 0.05116366366228997
88+
image_augmenter:GaussianBlur:sigma_min, Value: 1.6194687445458993
89+
image_augmenter:GaussianBlur:sigma_offset, Value: 0.15419645415994476
90+
image_augmenter:GaussianBlur:use_augmenter, Value: True
91+
image_augmenter:GaussianNoise:use_augmenter, Value: False
92+
image_augmenter:RandomAffine:use_augmenter, Value: False
93+
image_augmenter:RandomCutout:use_augmenter, Value: False
94+
image_augmenter:Resize:use_augmenter, Value: True
95+
image_augmenter:ZeroPadAndCrop:percent, Value: 0.09356660599930805
10096
normalizer:__choice__, Value: 'ImageNormalizer'
10197

10298
Fitting the pipeline...
@@ -176,7 +172,7 @@ Image Classification
176172
177173
.. rst-class:: sphx-glr-timing
178174

179-
**Total running time of the script:** ( 0 minutes 7.489 seconds)
175+
**Total running time of the script:** ( 0 minutes 6.174 seconds)
180176

181177

182178
.. _sphx_glr_download_examples_20_basics_example_image_classification.py:

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

Lines changed: 2 additions & 2 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 0x7f4c008a98e0>
137+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f4974e3e820>
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 35.087 seconds)
199+
**Total running time of the script:** ( 5 minutes 31.629 seconds)
200200

201201

202202
.. _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
@@ -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 0x7f4ca3439dc0>
128+
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7f4a1775cca0>
129129
130130
131131
@@ -167,7 +167,7 @@ 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: 37d86b62-4bdf-11ec-877d-1fe05d8e2eef
170+
Dataset name: 8f803876-4c46-11ec-88db-27319b5e5fd4
171171
Optimisation Metric: r2
172172
Best validation score: 0.8644967965917701
173173
Number of target algorithm runs: 24
@@ -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.563 seconds)
186+
**Total running time of the script:** ( 5 minutes 32.308 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:19.139** total execution time for **examples_20_basics** files:
8+
**11:10.111** 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.563 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:32.308 | 0.0 MB |
1212
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:35.087 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:31.629 | 0.0 MB |
1414
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:07.489 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:06.174 | 0.0 MB |
1616
+--------------------------------------------------------------------------------------------------------------+-----------+--------+

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

Lines changed: 17 additions & 15 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 0x7f4bee1254c0>
166+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f4963740280>
167167
168168
169169
@@ -205,7 +205,7 @@ Print the final ensemble performance
205205
| 5 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
206206
| 6 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
207207
autoPyTorch results:
208-
Dataset name: 5482ec4e-4be2-11ec-877d-1fe05d8e2eef
208+
Dataset name: af5ef152-4c49-11ec-88db-27319b5e5fd4
209209
Optimisation Metric: accuracy
210210
Best validation score: 0.8596491228070176
211211
Number of target algorithm runs: 16
@@ -270,7 +270,7 @@ Search for an ensemble of machine learning algorithms
270270
.. code-block:: none
271271
272272
273-
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f4bffcdb5b0>
273+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f4973f39bb0>
274274
275275
276276
@@ -300,23 +300,25 @@ Print the final ensemble performance
300300

301301
.. code-block:: none
302302
303-
{'accuracy': 0.8728323699421965}
303+
{'accuracy': 0.861271676300578}
304304
| | Preprocessing | Estimator | Weight |
305305
|---:|:--------------------------------------------------------------|:----------------------------------------------------------------|---------:|
306-
| 0 | None | RFLearner | 0.34 |
307-
| 1 | None | ETLearner | 0.26 |
308-
| 2 | None | LGBMLearner | 0.2 |
309-
| 3 | None | KNNLearner | 0.08 |
310-
| 4 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
311-
| 5 | None | SVMLearner | 0.04 |
312-
| 6 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
306+
| 0 | SimpleImputer,NoEncoder,Normalizer,PowerTransformer | no embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.26 |
307+
| 1 | None | KNNLearner | 0.14 |
308+
| 2 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.12 |
309+
| 3 | None | RFLearner | 0.1 |
310+
| 4 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.1 |
311+
| 5 | None | ETLearner | 0.08 |
312+
| 6 | None | SVMLearner | 0.08 |
313+
| 7 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.08 |
314+
| 8 | None | LGBMLearner | 0.04 |
313315
autoPyTorch results:
314-
Dataset name: c0472c05-4be2-11ec-877d-1fe05d8e2eef
316+
Dataset name: 18b4b156-4c4a-11ec-88db-27319b5e5fd4
315317
Optimisation Metric: accuracy
316318
Best validation score: 0.8596491228070176
317319
Number of target algorithm runs: 20
318-
Number of successful target algorithm runs: 13
319-
Number of crashed target algorithm runs: 6
320+
Number of successful target algorithm runs: 14
321+
Number of crashed target algorithm runs: 5
320322
Number of target algorithms that exceeded the time limit: 1
321323
Number of target algorithms that exceeded the memory limit: 0
322324
@@ -327,7 +329,7 @@ Print the final ensemble performance
327329
328330
.. rst-class:: sphx-glr-timing
329331

330-
**Total running time of the script:** ( 5 minutes 57.148 seconds)
332+
**Total running time of the script:** ( 5 minutes 53.673 seconds)
331333

332334

333335
.. _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
@@ -38,12 +38,12 @@ with AutoPyTorch
3838
3939
{'accuracy': 0.8728323699421965}
4040
autoPyTorch results:
41-
Dataset name: 8cc9600d-4be1-11ec-877d-1fe05d8e2eef
41+
Dataset name: de71e0fc-4c48-11ec-88db-27319b5e5fd4
4242
Optimisation Metric: accuracy
4343
Best validation score: 0.8713450292397661
44-
Number of target algorithm runs: 40
45-
Number of successful target algorithm runs: 31
46-
Number of crashed target algorithm runs: 6
44+
Number of target algorithm runs: 42
45+
Number of successful target algorithm runs: 32
46+
Number of crashed target algorithm runs: 7
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 34.761 seconds)
124+
**Total running time of the script:** ( 5 minutes 50.220 seconds)
125125

126126

127127
.. _sphx_glr_download_examples_40_advanced_example_parallel_n_jobs.py:

0 commit comments

Comments
 (0)