Skip to content

Commit 3b13460

Browse files
author
Github Actions
committed
Eddie Bergman: Fix logging server cleanup (#1503)
1 parent aa959b4 commit 3b13460

File tree

68 files changed

+501
-505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+501
-505
lines changed
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

development/_sources/examples/20_basic/example_classification.rst.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -123,27 +123,27 @@ View the models found by auto-sklearn
123123
124124
rank ensemble_weight type cost duration
125125
model_id
126-
7 1 0.10 extra_trees 0.014184 1.484751
127-
16 2 0.04 gradient_boosting 0.021277 1.040947
128-
2 7 0.02 random_forest 0.028369 1.599890
129-
3 9 0.08 mlp 0.028369 0.921702
130-
6 8 0.02 mlp 0.028369 1.053133
131-
11 10 0.04 random_forest 0.028369 1.972334
132-
14 6 0.04 mlp 0.028369 1.470708
133-
19 4 0.12 extra_trees 0.028369 2.935899
134-
22 3 0.06 gradient_boosting 0.028369 1.082520
135-
31 5 0.04 extra_trees 0.028369 1.528929
136-
8 12 0.06 random_forest 0.035461 1.823699
137-
12 11 0.02 gradient_boosting 0.035461 1.210213
138-
17 13 0.02 gradient_boosting 0.035461 1.521270
139-
18 14 0.02 random_forest 0.035461 1.845248
140-
9 15 0.06 extra_trees 0.042553 1.730569
141-
30 16 0.12 liblinear_svc 0.042553 0.934347
142-
15 17 0.02 mlp 0.049645 3.349891
143-
28 18 0.04 mlp 0.056738 0.949584
144-
29 19 0.04 extra_trees 0.056738 1.620865
145-
20 20 0.02 passive_aggressive 0.078014 0.741188
146-
32 21 0.02 extra_trees 0.106383 2.921923
126+
7 1 0.10 extra_trees 0.014184 1.489359
127+
16 2 0.04 gradient_boosting 0.021277 1.007459
128+
2 7 0.02 random_forest 0.028369 1.607176
129+
3 9 0.08 mlp 0.028369 0.936909
130+
6 8 0.02 mlp 0.028369 1.053704
131+
11 10 0.04 random_forest 0.028369 1.985902
132+
14 6 0.04 mlp 0.028369 1.467198
133+
19 4 0.12 extra_trees 0.028369 2.925784
134+
22 3 0.06 gradient_boosting 0.028369 1.084217
135+
31 5 0.04 extra_trees 0.028369 1.575149
136+
8 12 0.06 random_forest 0.035461 1.813525
137+
12 11 0.02 gradient_boosting 0.035461 1.203338
138+
17 13 0.02 gradient_boosting 0.035461 1.531853
139+
18 14 0.02 random_forest 0.035461 1.871601
140+
9 15 0.06 extra_trees 0.042553 1.724815
141+
30 16 0.12 liblinear_svc 0.042553 0.936215
142+
15 17 0.02 mlp 0.049645 3.367088
143+
28 18 0.04 mlp 0.056738 0.998461
144+
29 19 0.04 extra_trees 0.056738 1.628379
145+
20 20 0.02 passive_aggressive 0.078014 0.741469
146+
32 21 0.02 extra_trees 0.106383 2.998276
147147
148148
149149
@@ -170,7 +170,7 @@ Print the final ensemble constructed by auto-sklearn
170170

171171
.. code-block:: none
172172
173-
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2136: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
173+
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2152: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
174174
warnings.warn(
175175
{}
176176
@@ -207,7 +207,7 @@ Get the Score of the final ensemble
207207
208208
.. rst-class:: sphx-glr-timing
209209

210-
**Total running time of the script:** ( 1 minutes 58.367 seconds)
210+
**Total running time of the script:** ( 2 minutes 1.003 seconds)
211211

212212

213213
.. _sphx_glr_download_examples_20_basic_example_classification.py:

development/_sources/examples/20_basic/example_multilabel_classification.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ View the models found by auto-sklearn
155155
156156
rank ensemble_weight type cost duration
157157
model_id
158-
2 1 1.0 random_forest 0.447294 3.234739
158+
2 1 1.0 random_forest 0.447294 3.337104
159159
160160
161161
@@ -182,7 +182,7 @@ Print the final ensemble constructed by auto-sklearn
182182

183183
.. code-block:: none
184184
185-
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2136: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
185+
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2152: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
186186
warnings.warn(
187187
{}
188188
@@ -257,7 +257,7 @@ Get the Score of the final ensemble
257257
258258
.. rst-class:: sphx-glr-timing
259259

260-
**Total running time of the script:** ( 0 minutes 13.786 seconds)
260+
**Total running time of the script:** ( 0 minutes 15.060 seconds)
261261

262262

263263
.. _sphx_glr_download_examples_20_basic_example_multilabel_classification.py:

development/_sources/examples/20_basic/example_multioutput_regression.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ View the models found by auto-sklearn
123123

124124
.. code-block:: none
125125
126-
rank ensemble_weight type cost duration
127-
model_id
128-
11 1 1.0 gaussian_process 0.006723 4.867781
126+
rank ensemble_weight type cost duration
127+
model_id
128+
2 1 1.0 random_forest 0.166453 2.309653
129129
130130
131131
@@ -152,7 +152,7 @@ Print the final ensemble constructed by auto-sklearn
152152

153153
.. code-block:: none
154154
155-
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2136: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
155+
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2152: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
156156
warnings.warn(
157157
{}
158158
@@ -182,7 +182,7 @@ Get the Score of the final ensemble
182182

183183
.. code-block:: none
184184
185-
R2 score: 0.9953185473305864
185+
R2 score: 0.8159024348248028
186186
187187
188188
@@ -435,7 +435,7 @@ Get the configuration space
435435
436436
.. rst-class:: sphx-glr-timing
437437

438-
**Total running time of the script:** ( 1 minutes 57.717 seconds)
438+
**Total running time of the script:** ( 1 minutes 57.959 seconds)
439439

440440

441441
.. _sphx_glr_download_examples_20_basic_example_multioutput_regression.py:

development/_sources/examples/20_basic/example_regression.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ View the models found by auto-sklearn
124124
125125
rank ensemble_weight type cost duration
126126
model_id
127-
31 1 0.48 ard_regression 0.428169 0.762867
128-
25 2 0.26 sgd 0.436679 0.676045
129-
33 3 0.20 liblinear_svr 0.472547 0.774536
130-
29 4 0.06 ard_regression 0.493390 0.660402
127+
31 1 0.48 ard_regression 0.428169 0.728216
128+
25 2 0.26 sgd 0.436679 0.674747
129+
33 3 0.20 liblinear_svr 0.472547 0.783565
130+
29 4 0.06 ard_regression 0.493390 0.658636
131131
132132
133133
@@ -154,7 +154,7 @@ Print the final ensemble constructed by auto-sklearn
154154

155155
.. code-block:: none
156156
157-
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2136: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
157+
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2152: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
158158
warnings.warn(
159159
{}
160160
@@ -236,7 +236,7 @@ the true value).
236236

237237
.. rst-class:: sphx-glr-timing
238238

239-
**Total running time of the script:** ( 1 minutes 54.434 seconds)
239+
**Total running time of the script:** ( 2 minutes 1.947 seconds)
240240

241241

242242
.. _sphx_glr_download_examples_20_basic_example_regression.py:

development/_sources/examples/20_basic/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-
**06:04.303** total execution time for **examples_20_basic** files:
8+
**06:15.969** total execution time for **examples_20_basic** files:
99

1010
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 01:58.367 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 02:01.947 | 0.0 MB |
1212
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:57.717 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 02:01.003 | 0.0 MB |
1414
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:54.434 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:57.959 | 0.0 MB |
1616
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:13.786 | 0.0 MB |
17+
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:15.060 | 0.0 MB |
1818
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Get the Score of the final ensemble
196196
197197
.. rst-class:: sphx-glr-timing
198198

199-
**Total running time of the script:** ( 1 minutes 56.219 seconds)
199+
**Total running time of the script:** ( 2 minutes 1.545 seconds)
200200

201201

202202
.. _sphx_glr_download_examples_40_advanced_example_calc_multiple_metrics.py:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,21 @@ Build and fit a classifier
175175
176176
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/data/target_validator.py:187: UserWarning: Fitting transformer with a pandas series which has the dtype category. Inverse transform may not be able preserve dtype when converting to np.ndarray
177177
warnings.warn(
178-
2022-06-14 20:17:04,601 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-14 20:17:04.586474'), 'ensemble_optimization_score': 0.9886363636363636, 'ensemble_test_score': 0.9899874843554443}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.14-20.17.04 for iteration 0.
179-
2022-06-14 20:17:08,243 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-14 20:17:08.227768'), 'ensemble_optimization_score': 0.98989898989899, 'ensemble_test_score': 0.9924906132665833}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.14-20.17.08 for iteration 1.
180-
tmp_folder/AutoML(1):f2fbaed3-ec1e-11ec-8812-4f4bfc9e3a70.log
178+
2022-06-15 06:41:06,404 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-15 06:41:06.389160'), 'ensemble_optimization_score': 0.9886363636363636, 'ensemble_test_score': 0.9899874843554443}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.15-06.41.06 for iteration 0.
179+
2022-06-15 06:41:10,057 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-15 06:41:10.040909'), 'ensemble_optimization_score': 0.98989898989899, 'ensemble_test_score': 0.9924906132665833}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.15-06.41.10 for iteration 1.
181180
tmp_folder/smac3-output
182181
tmp_folder/space.json
183182
tmp_folder/.auto-sklearn
184183
tmp_folder/distributed.log
184+
tmp_folder/AutoML(1):20044fa6-ec76-11ec-8813-abcc8c91ab9a.log
185185
186186
187187
188188
189189
190190
.. rst-class:: sphx-glr-timing
191191

192-
**Total running time of the script:** ( 0 minutes 12.488 seconds)
192+
**Total running time of the script:** ( 0 minutes 12.546 seconds)
193193

194194

195195
.. _sphx_glr_download_examples_40_advanced_example_debug_logging.py:

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Build and fit a classifier
136136
'feature_preprocessor:polynomial:interaction_only': 'False',
137137
})
138138
, instance='{"task_id": "breast_cancer"}', instance_specific='0', seed=0, cutoff=30.0, capped=False, budget=0.0, source_id=0)
139-
RunValue(cost=0.014184397163120588, time=1.5290343761444092, status=<StatusType.SUCCESS: 1>, starttime=1655237047.351109, endtime=1655237048.8983047, additional_info={'duration': 1.450284719467163, 'num_run': 7, 'train_loss': 0.0, 'configuration_origin': 'Initial design'})
139+
RunValue(cost=0.014184397163120588, time=1.560791015625, status=<StatusType.SUCCESS: 1>, starttime=1655274472.1032858, endtime=1655274473.682053, additional_info={'duration': 1.4833316802978516, 'num_run': 7, 'train_loss': 0.0, 'configuration_origin': 'Initial design'})
140140
141-
AutoSklearnClassifier(get_trials_callback=<function callback at 0x7fd1edcdfd30>,
141+
AutoSklearnClassifier(get_trials_callback=<function callback at 0x7f0bd36c4040>,
142142
per_run_time_limit=30, time_left_for_this_task=120)
143143
144144
@@ -167,9 +167,9 @@ View the models found by auto-sklearn
167167
168168
rank ensemble_weight type cost duration
169169
model_id
170-
7 1 0.68 extra_trees 0.014184 1.529034
171-
2 2 0.10 random_forest 0.028369 1.632582
172-
3 3 0.22 mlp 0.028369 0.936133
170+
7 1 0.68 extra_trees 0.014184 1.560791
171+
2 2 0.10 random_forest 0.028369 1.650856
172+
3 3 0.22 mlp 0.028369 0.940310
173173
174174
175175
@@ -196,7 +196,7 @@ Print the final ensemble constructed by auto-sklearn
196196

197197
.. code-block:: none
198198
199-
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2136: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
199+
/home/runner/work/auto-sklearn/auto-sklearn/autosklearn/automl.py:2152: UserWarning: No models in the ensemble. Kindly provide an ensemble class.
200200
warnings.warn(
201201
{}
202202
@@ -233,7 +233,7 @@ Get the Score of the final ensemble
233233
234234
.. rst-class:: sphx-glr-timing
235235

236-
**Total running time of the script:** ( 0 minutes 15.394 seconds)
236+
**Total running time of the script:** ( 0 minutes 19.546 seconds)
237237

238238

239239
.. _sphx_glr_download_examples_40_advanced_example_early_stopping_and_callbacks.py:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Get the Score of the final ensemble
162162
163163
.. rst-class:: sphx-glr-timing
164164

165-
**Total running time of the script:** ( 0 minutes 11.209 seconds)
165+
**Total running time of the script:** ( 0 minutes 13.716 seconds)
166166

167167

168168
.. _sphx_glr_download_examples_40_advanced_example_feature_types.py:

0 commit comments

Comments
 (0)