Skip to content

Commit 7870329

Browse files
author
Github Actions
committed
Ravin Kohli: [FIX] Silence catboost (#338)
1 parent b761b73 commit 7870329

25 files changed

+125
-119
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
102 Bytes
Loading
-921 Bytes
Loading

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,17 @@ Image Classification
8585
Pipeline Random Config:
8686
________________________________________
8787
Configuration:
88-
image_augmenter:GaussianBlur:sigma_min, Value: 1.4046883169529134
89-
image_augmenter:GaussianBlur:sigma_offset, Value: 0.2827315442973467
90-
image_augmenter:GaussianBlur:use_augmenter, Value: True
91-
image_augmenter:GaussianNoise:sigma_offset, Value: 2.560369532733963
92-
image_augmenter:GaussianNoise:use_augmenter, Value: True
93-
image_augmenter:RandomAffine:use_augmenter, Value: False
94-
image_augmenter:RandomCutout:use_augmenter, Value: False
88+
image_augmenter:GaussianBlur:use_augmenter, Value: False
89+
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
94+
image_augmenter:RandomAffine:use_augmenter, Value: True
95+
image_augmenter:RandomCutout:p, Value: 0.5746859534468014
96+
image_augmenter:RandomCutout:use_augmenter, Value: True
9597
image_augmenter:Resize:use_augmenter, Value: True
96-
image_augmenter:ZeroPadAndCrop:percent, Value: 0.06242203913307903
98+
image_augmenter:ZeroPadAndCrop:percent, Value: 0.033334448480574985
9799
normalizer:__choice__, Value: 'NoNormalizer'
98100

99101
Fitting the pipeline...
@@ -173,7 +175,7 @@ Image Classification
173175
174176
.. rst-class:: sphx-glr-timing
175177

176-
**Total running time of the script:** ( 0 minutes 8.240 seconds)
178+
**Total running time of the script:** ( 0 minutes 8.526 seconds)
177179

178180

179181
.. _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 0x7f5b88889250>
137+
<autoPyTorch.api.tabular_classification.TabularClassificationTask object at 0x7f90b38a3220>
138138
139139
140140
@@ -199,7 +199,7 @@ Print the final ensemble performance
199199
200200
.. rst-class:: sphx-glr-timing
201201

202-
**Total running time of the script:** ( 5 minutes 37.526 seconds)
202+
**Total running time of the script:** ( 5 minutes 35.166 seconds)
203203

204204

205205
.. _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 0x7f5c2b1dbca0>
128+
<autoPyTorch.api.tabular_regression.TabularRegressionTask object at 0x7f9155e95ca0>
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: 1126c30d-4b9d-11ec-8734-1bc53ddd4b3d
170+
Dataset name: 70b3044c-4b9e-11ec-870d-13e6b1aae6bc
171171
Optimisation Metric: r2
172172
Best validation score: 0.8644967965917701
173173
Number of target algorithm runs: 23
@@ -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.092 seconds)
186+
**Total running time of the script:** ( 5 minutes 36.742 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:21.858** total execution time for **examples_20_basics** files:
8+
**11:20.434** total execution time for **examples_20_basics** files:
99

1010
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:37.526 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:36.742 | 0.0 MB |
1212
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basics_example_tabular_regression.py` (``example_tabular_regression.py``) | 05:36.092 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basics_example_tabular_classification.py` (``example_tabular_classification.py``) | 05:35.166 | 0.0 MB |
1414
+--------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:08.240 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basics_example_image_classification.py` (``example_image_classification.py``) | 00:08.526 | 0.0 MB |
1616
+--------------------------------------------------------------------------------------------------------------+-----------+--------+

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

Lines changed: 5 additions & 5 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: 82ccc0cf-4ba1-11ec-8734-1bc53ddd4b3d
60+
Dataset name: c6d94f6c-4ba2-11ec-870d-13e6b1aae6bc
6161
Optimisation Metric: accuracy
6262
Best validation score: 0.8596491228070176
6363
Number of target algorithm runs: 17
@@ -77,14 +77,14 @@ the search. Currently, there are two changes that can be made to the space:-
7777
| 5 | None | SVMLearner | 0.04 |
7878
| 6 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
7979
autoPyTorch results:
80-
Dataset name: ecc6b68d-4ba1-11ec-8734-1bc53ddd4b3d
80+
Dataset name: 306ecee6-4ba3-11ec-870d-13e6b1aae6bc
8181
Optimisation Metric: accuracy
8282
Best validation score: 0.8596491228070176
8383
Number of target algorithm runs: 20
8484
Number of successful target algorithm runs: 13
85-
Number of crashed target algorithm runs: 6
85+
Number of crashed target algorithm runs: 5
8686
Number of target algorithms that exceeded the time limit: 1
87-
Number of target algorithms that exceeded the memory limit: 0
87+
Number of target algorithms that exceeded the memory limit: 1
8888
8989
9090
@@ -218,7 +218,7 @@ the search. Currently, there are two changes that can be made to the space:-
218218
219219
.. rst-class:: sphx-glr-timing
220220

221-
**Total running time of the script:** ( 5 minutes 55.959 seconds)
221+
**Total running time of the script:** ( 5 minutes 55.214 seconds)
222222

223223

224224
.. _sphx_glr_download_examples_40_advanced_example_custom_configuration_space.py:

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

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

3737
.. code-block:: none
3838
39-
<smac.runhistory.runhistory.RunHistory object at 0x7f5b8789c490> [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
39+
<smac.runhistory.runhistory.RunHistory object at 0x7f90b2b4c4c0> [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
4040
data_loader:batch_size, Value: 64
4141
encoder:__choice__, Value: 'OneHotEncoder'
4242
feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -68,7 +68,7 @@ with AutoPyTorch
6868
scaler:__choice__, Value: 'StandardScaler'
6969
trainer:StandardTrainer:weighted_loss, Value: True
7070
trainer:__choice__, Value: 'StandardTrainer'
71-
, ta_runs=0, ta_time_used=0.0, wallclock_time=0.001440286636352539, budget=0), TrajEntry(train_perf=0.4444444444444444, incumbent_id=1, incumbent=Configuration:
71+
, ta_runs=0, ta_time_used=0.0, wallclock_time=0.0012407302856445312, budget=0), TrajEntry(train_perf=0.4444444444444444, incumbent_id=1, incumbent=Configuration:
7272
data_loader:batch_size, Value: 142
7373
encoder:__choice__, Value: 'NoEncoder'
7474
feature_preprocessor:PowerTransformer:standardize, Value: True
@@ -104,7 +104,7 @@ with AutoPyTorch
104104
trainer:MixUpTrainer:alpha, Value: 0.13179357367568267
105105
trainer:MixUpTrainer:weighted_loss, Value: True
106106
trainer:__choice__, Value: 'MixUpTrainer'
107-
, ta_runs=1, ta_time_used=5.004559516906738, wallclock_time=6.179516315460205, budget=5.555555555555555), TrajEntry(train_perf=0.1578947368421053, incumbent_id=2, incumbent=Configuration:
107+
, ta_runs=1, ta_time_used=4.805485248565674, wallclock_time=5.9671196937561035, budget=5.555555555555555), TrajEntry(train_perf=0.1578947368421053, incumbent_id=2, incumbent=Configuration:
108108
data_loader:batch_size, Value: 64
109109
encoder:__choice__, Value: 'OneHotEncoder'
110110
feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -136,7 +136,7 @@ with AutoPyTorch
136136
scaler:__choice__, Value: 'StandardScaler'
137137
trainer:StandardTrainer:weighted_loss, Value: True
138138
trainer:__choice__, Value: 'StandardTrainer'
139-
, ta_runs=2, ta_time_used=10.349637746810913, wallclock_time=6.549610614776611, budget=5.555555555555555), TrajEntry(train_perf=0.14035087719298245, incumbent_id=3, incumbent=Configuration:
139+
, ta_runs=2, ta_time_used=10.325108528137207, wallclock_time=6.79562520980835, budget=5.555555555555555), TrajEntry(train_perf=0.14035087719298245, incumbent_id=3, incumbent=Configuration:
140140
data_loader:batch_size, Value: 32
141141
encoder:__choice__, Value: 'OneHotEncoder'
142142
feature_preprocessor:PowerTransformer:standardize, Value: False
@@ -168,7 +168,7 @@ with AutoPyTorch
168168
trainer:MixUpTrainer:alpha, Value: 0.9660122415558304
169169
trainer:MixUpTrainer:weighted_loss, Value: True
170170
trainer:__choice__, Value: 'MixUpTrainer'
171-
, ta_runs=6, ta_time_used=30.700660943984985, wallclock_time=28.790034294128418, budget=5.555555555555555), TrajEntry(train_perf=0.13450292397660824, incumbent_id=4, incumbent=Configuration:
171+
, ta_runs=6, ta_time_used=31.190066814422607, wallclock_time=29.54458737373352, budget=5.555555555555555), TrajEntry(train_perf=0.13450292397660824, incumbent_id=4, incumbent=Configuration:
172172
data_loader:batch_size, Value: 44
173173
encoder:__choice__, Value: 'OneHotEncoder'
174174
feature_preprocessor:TruncatedSVD:target_dim, Value: 5
@@ -202,7 +202,7 @@ with AutoPyTorch
202202
scaler:__choice__, Value: 'MinMaxScaler'
203203
trainer:StandardTrainer:weighted_loss, Value: False
204204
trainer:__choice__, Value: 'StandardTrainer'
205-
, ta_runs=25, ta_time_used=266.3682427406311, wallclock_time=169.28211450576782, budget=50.0)]
205+
, ta_runs=25, ta_time_used=268.8976037502289, wallclock_time=171.64299654960632, budget=50.0)]
206206
{'accuracy': 0.8728323699421965}
207207
| | Preprocessing | Estimator | Weight |
208208
|---:|:------------------------------------------------------------------|:-------------------------------------------------------------------|---------:|
@@ -302,7 +302,7 @@ with AutoPyTorch
302302
303303
.. rst-class:: sphx-glr-timing
304304

305-
**Total running time of the script:** ( 5 minutes 52.256 seconds)
305+
**Total running time of the script:** ( 5 minutes 34.117 seconds)
306306

307307

308308
.. _sphx_glr_download_examples_40_advanced_example_parallel_n_jobs.py:

0 commit comments

Comments
 (0)