Skip to content

Commit dd225f6

Browse files
author
Github Actions
committed
dependabot[bot]: Bump actions/stale from 4 to 5 (#1521)
1 parent a770e40 commit dd225f6

File tree

75 files changed

+1001
-997
lines changed

Some content is hidden

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

75 files changed

+1001
-997
lines changed
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

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

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -121,24 +121,29 @@ View the models found by auto-sklearn
121121

122122
.. code-block:: none
123123
124-
rank ensemble_weight type cost duration
125-
model_id
126-
7 1 0.16 extra_trees 0.014184 1.732033
127-
16 2 0.02 gradient_boosting 0.021277 1.218025
128-
2 3 0.04 random_forest 0.028369 1.908905
129-
3 4 0.06 mlp 0.028369 1.089058
130-
19 5 0.06 extra_trees 0.028369 3.231020
131-
22 6 0.04 gradient_boosting 0.028369 1.288062
132-
31 7 0.08 extra_trees 0.028369 1.926138
133-
5 8 0.02 random_forest 0.035461 2.200523
134-
8 9 0.04 random_forest 0.035461 2.186472
135-
12 10 0.02 gradient_boosting 0.035461 1.463204
136-
18 11 0.02 random_forest 0.035461 2.230543
137-
30 12 0.10 liblinear_svc 0.042553 1.132402
138-
4 13 0.04 mlp 0.056738 1.515069
139-
28 14 0.08 mlp 0.056738 1.171671
140-
29 15 0.20 extra_trees 0.056738 1.984913
141-
32 16 0.02 extra_trees 0.106383 3.493422
124+
rank ensemble_weight type cost duration
125+
model_id
126+
7 1 0.10 extra_trees 0.014184 1.843418
127+
31 2 0.04 extra_trees 0.014184 2.297438
128+
16 4 0.04 gradient_boosting 0.021277 1.309945
129+
21 3 0.02 extra_trees 0.021277 1.755215
130+
2 5 0.04 random_forest 0.028369 2.026494
131+
3 6 0.10 mlp 0.028369 1.258704
132+
6 8 0.02 mlp 0.028369 1.363868
133+
14 10 0.10 mlp 0.028369 2.544010
134+
19 9 0.06 extra_trees 0.028369 3.244506
135+
26 7 0.02 extra_trees 0.028369 2.627779
136+
5 13 0.02 random_forest 0.035461 2.428273
137+
17 12 0.04 gradient_boosting 0.035461 2.043105
138+
18 11 0.02 random_forest 0.035461 2.437218
139+
32 14 0.10 k_nearest_neighbors 0.035461 1.078064
140+
9 15 0.02 extra_trees 0.042553 2.279115
141+
15 17 0.02 mlp 0.049645 5.050552
142+
28 16 0.06 extra_trees 0.049645 2.382808
143+
4 18 0.04 mlp 0.056738 1.987111
144+
24 19 0.06 random_forest 0.070922 2.149439
145+
29 20 0.06 decision_tree 0.070922 1.320201
146+
20 21 0.02 passive_aggressive 0.078014 0.921303
142147
143148
144149
@@ -194,15 +199,15 @@ Get the Score of the final ensemble
194199

195200
.. code-block:: none
196201
197-
Accuracy score: 0.951048951048951
202+
Accuracy score: 0.958041958041958
198203
199204
200205
201206
202207
203208
.. rst-class:: sphx-glr-timing
204209

205-
**Total running time of the script:** ( 1 minutes 58.343 seconds)
210+
**Total running time of the script:** ( 2 minutes 0.100 seconds)
206211

207212

208213
.. _sphx_glr_download_examples_20_basic_example_classification.py:

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

Lines changed: 2 additions & 2 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.86815
158+
2 1 1.0 random_forest 0.447294 4.07457
159159
160160
161161
@@ -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 49.224 seconds)
260+
**Total running time of the script:** ( 0 minutes 17.557 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ View the models found by auto-sklearn
123123

124124
.. code-block:: none
125125
126-
rank ensemble_weight type cost duration
127-
model_id
128-
30 1 1.0 gaussian_process 7.252106e-09 4.515417
126+
rank ensemble_weight type cost duration
127+
model_id
128+
2 1 0.92 random_forest 0.105487 2.587650
129+
11 2 0.08 decision_tree 0.415094 0.716048
129130
130131
131132
@@ -182,7 +183,7 @@ Get the Score of the final ensemble
182183

183184
.. code-block:: none
184185
185-
R2 score: 0.9999999927998152
186+
R2 score: 0.8816516925708372
186187
187188
188189
@@ -435,7 +436,7 @@ Get the configuration space
435436
436437
.. rst-class:: sphx-glr-timing
437438

438-
**Total running time of the script:** ( 2 minutes 0.477 seconds)
439+
**Total running time of the script:** ( 1 minutes 59.212 seconds)
439440

440441

441442
.. _sphx_glr_download_examples_20_basic_example_multioutput_regression.py:

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,11 @@ View the models found by auto-sklearn
122122

123123
.. code-block:: none
124124
125-
rank ensemble_weight type cost duration
126-
model_id
127-
25 1 0.38 sgd 0.436679 0.812176
128-
6 2 0.40 ard_regression 0.455042 0.839699
129-
27 3 0.02 ard_regression 0.462249 0.814517
130-
29 4 0.16 ard_regression 0.493390 0.767567
131-
11 5 0.02 random_forest 0.507400 10.729559
132-
7 6 0.02 gradient_boosting 0.518673 1.420055
125+
rank ensemble_weight type cost duration
126+
model_id
127+
25 1 0.30 sgd 0.436679 0.843263
128+
33 2 0.36 liblinear_svr 0.443974 0.846886
129+
6 3 0.34 ard_regression 0.455042 0.872422
133130
134131
135132
@@ -192,8 +189,8 @@ predicting the data mean has an R2 score of 0.
192189

193190
.. code-block:: none
194191
195-
Train R2 score: 0.5845958689841146
196-
Test R2 score: 0.3969087782855073
192+
Train R2 score: 0.5730992444209256
193+
Test R2 score: 0.40603183069422977
197194
198195
199196
@@ -238,7 +235,7 @@ the true value).
238235

239236
.. rst-class:: sphx-glr-timing
240237

241-
**Total running time of the script:** ( 1 minutes 54.602 seconds)
238+
**Total running time of the script:** ( 1 minutes 54.058 seconds)
242239

243240

244241
.. _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:42.646** total execution time for **examples_20_basic** files:
8+
**06:10.926** total execution time for **examples_20_basic** files:
99

1010
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 02:00.477 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 02:00.100 | 0.0 MB |
1212
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 01:58.343 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:59.212 | 0.0 MB |
1414
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:54.602 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:54.058 | 0.0 MB |
1616
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:49.224 | 0.0 MB |
17+
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:17.557 | 0.0 MB |
1818
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+

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

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -151,49 +151,48 @@ Get the Score of the final ensemble
151151

152152
.. code-block:: none
153153
154-
Accuracy score 0.951048951048951
154+
Accuracy score 0.9440559440559441
155155
################################################################################
156156
Metric results
157157
rank_test_scores param_classifier:__choice__ mean_test_score metric_balanced_accuracy metric_precision metric_recall metric_f1 metric_custom_error
158-
4 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
159-
4 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
158+
5 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
159+
5 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
160160
25 mlp 0.943262 0.935069 0.945055 0.966292 0.955556 0.056738
161161
15 random_forest 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
162-
4 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
162+
5 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
163163
1 extra_trees 0.985816 0.984767 0.988764 0.988764 0.988764 0.014184
164164
15 random_forest 0.964539 0.963915 0.977273 0.966292 0.971751 0.035461
165165
20 extra_trees 0.957447 0.954300 0.966292 0.966292 0.966292 0.042553
166-
4 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
167-
4 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
166+
5 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
167+
5 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
168168
15 gradient_boosting 0.964539 0.963915 0.977273 0.966292 0.971751 0.035461
169-
4 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
170-
4 mlp 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
171-
23 mlp 0.950355 0.948682 0.965909 0.955056 0.960452 0.049645
172-
2 gradient_boosting 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
169+
5 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
170+
5 mlp 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
171+
22 mlp 0.950355 0.948682 0.965909 0.955056 0.960452 0.049645
172+
3 gradient_boosting 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
173173
15 gradient_boosting 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
174174
15 random_forest 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
175-
4 extra_trees 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
176-
29 passive_aggressive 0.921986 0.894231 0.890000 1.000000 0.941799 0.078014
177-
2 extra_trees 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
178-
4 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
179-
23 mlp 0.950355 0.940687 0.945652 0.977528 0.961326 0.049645
180-
28 random_forest 0.929078 0.923833 0.943820 0.943820 0.943820 0.070922
175+
5 extra_trees 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
176+
28 passive_aggressive 0.921986 0.894231 0.890000 1.000000 0.941799 0.078014
177+
3 extra_trees 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
178+
5 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
179+
22 mlp 0.950355 0.940687 0.945652 0.977528 0.961326 0.049645
180+
26 random_forest 0.929078 0.923833 0.943820 0.943820 0.943820 0.070922
181181
20 adaboost 0.957447 0.950303 0.956044 0.977528 0.966667 0.042553
182-
4 extra_trees 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
183-
31 mlp 0.368794 0.500000 0.000000 0.000000 0.000000 0.631206
184-
25 mlp 0.943262 0.947061 0.976471 0.932584 0.954023 0.056738
185-
25 extra_trees 0.943262 0.931072 0.935484 0.977528 0.956044 0.056738
186-
20 liblinear_svc 0.957447 0.962295 0.988235 0.943820 0.965517 0.042553
187-
4 extra_trees 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
188-
30 extra_trees 0.893617 0.887748 0.920455 0.910112 0.915254 0.106383
182+
5 extra_trees 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
183+
30 mlp 0.368794 0.500000 0.000000 0.000000 0.000000 0.631206
184+
22 extra_trees 0.950355 0.952679 0.976744 0.943820 0.960000 0.049645
185+
26 decision_tree 0.929078 0.935825 0.975904 0.910112 0.941860 0.070922
186+
29 extra_trees 0.858156 0.807692 0.816514 1.000000 0.898990 0.141844
187+
1 extra_trees 0.985816 0.984767 0.988764 0.988764 0.988764 0.014184
189188
190189
191190
192191
193192
194193
.. rst-class:: sphx-glr-timing
195194

196-
**Total running time of the script:** ( 2 minutes 7.138 seconds)
195+
**Total running time of the script:** ( 2 minutes 6.660 seconds)
197196

198197

199198
.. _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,9 +175,9 @@ 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-15 16:42:12,102 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-15 16:42:12.082880'), 'ensemble_optimization_score': 0.9886363636363636, 'ensemble_test_score': 0.9899874843554443}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.15-16.42.12 for iteration 0.
179-
2022-06-15 16:42:16,483 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-15 16:42:16.464126'), 'ensemble_optimization_score': 0.98989898989899, 'ensemble_test_score': 0.9924906132665833}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.15-16.42.16 for iteration 1.
180-
tmp_folder/AutoML(1):17265b4e-ecca-11ec-87fd-c7fcafafc206.log
178+
2022-06-15 17:13:31,595 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-15 17:13:31.576837'), 'ensemble_optimization_score': 0.47853535353535354, 'ensemble_test_score': 0.47434292866082606}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.15-17.13.31 for iteration 0.
179+
2022-06-15 17:13:36,440 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2022-06-15 17:13:36.420363'), 'ensemble_optimization_score': 0.9684343434343434, 'ensemble_test_score': 0.9824780976220275}], 50)/SingleThreadedClient() Started Ensemble builder job at 2022.06.15-17.13.36 for iteration 1.
180+
tmp_folder/AutoML(1):7717bfea-ecce-11ec-87ec-df718c6281e9.log
181181
tmp_folder/smac3-output
182182
tmp_folder/space.json
183183
tmp_folder/.auto-sklearn
@@ -189,7 +189,7 @@ Build and fit a classifier
189189
190190
.. rst-class:: sphx-glr-timing
191191

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

194194

195195
.. _sphx_glr_download_examples_40_advanced_example_debug_logging.py:

0 commit comments

Comments
 (0)