Skip to content

Commit 1551e15

Browse files
author
Github Actions
committed
Eddie Bergman: Fixed dependancies warnings introduced by sphinx_toolbox (#1339)
1 parent 82dcba7 commit 1551e15

File tree

65 files changed

+757
-831
lines changed

Some content is hidden

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

65 files changed

+757
-831
lines changed

development/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5cf98cc5ee62fabd320f75d828ce121c
3+
config: 5cb66ffaf1a93d48276b86c4c7778f5e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

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

Lines changed: 35 additions & 53 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ View the models found by auto-sklearn
154154
155155
rank ensemble_weight type cost duration
156156
model_id
157-
2 1 1.0 random_forest 0.447294 4.122788
157+
2 1 1.0 random_forest 0.447294 4.619741
158158
159159
160160
@@ -262,7 +262,7 @@ Get the Score of the final ensemble
262262
263263
.. rst-class:: sphx-glr-timing
264264

265-
**Total running time of the script:** ( 0 minutes 15.843 seconds)
265+
**Total running time of the script:** ( 0 minutes 16.665 seconds)
266266

267267

268268
.. _sphx_glr_download_examples_20_basic_example_multilabel_classification.py:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ View the models found by auto-sklearn
124124
125125
rank ensemble_weight type cost duration
126126
model_id
127-
12 1 1.0 gaussian_process 1.125731e-10 6.505112
127+
11 1 1.0 gaussian_process 1.845174e-09 6.166486
128128
129129
130130
@@ -151,7 +151,7 @@ Print the final ensemble constructed by auto-sklearn
151151

152152
.. code-block:: none
153153
154-
[(1.000000, SimpleRegressionPipeline({'data_preprocessor:__choice__': 'feature_type', 'feature_preprocessor:__choice__': 'no_preprocessing', 'regressor:__choice__': 'gaussian_process', 'data_preprocessor:feature_type:categorical_transformer:categorical_encoding:__choice__': 'one_hot_encoding', 'data_preprocessor:feature_type:categorical_transformer:category_coalescence:__choice__': 'no_coalescense', 'data_preprocessor:feature_type:numerical_transformer:imputation:strategy': 'most_frequent', 'data_preprocessor:feature_type:numerical_transformer:rescaling:__choice__': 'minmax', 'regressor:gaussian_process:alpha': 5.779680060624107e-12, 'regressor:gaussian_process:thetaL': 1.1426676475875125e-10, 'regressor:gaussian_process:thetaU': 67194.35311216833},
154+
[(1.000000, SimpleRegressionPipeline({'data_preprocessor:__choice__': 'feature_type', 'feature_preprocessor:__choice__': 'no_preprocessing', 'regressor:__choice__': 'gaussian_process', 'data_preprocessor:feature_type:categorical_transformer:categorical_encoding:__choice__': 'one_hot_encoding', 'data_preprocessor:feature_type:categorical_transformer:category_coalescence:__choice__': 'minority_coalescer', 'data_preprocessor:feature_type:numerical_transformer:imputation:strategy': 'most_frequent', 'data_preprocessor:feature_type:numerical_transformer:rescaling:__choice__': 'robust_scaler', 'regressor:gaussian_process:alpha': 1.6650724498551164e-11, 'regressor:gaussian_process:thetaL': 5.222627524598125e-10, 'regressor:gaussian_process:thetaU': 5801.524168449955, 'data_preprocessor:feature_type:categorical_transformer:category_coalescence:minority_coalescer:minimum_fraction': 0.0809214996879808, 'data_preprocessor:feature_type:numerical_transformer:rescaling:robust_scaler:q_max': 0.9020530113478731, 'data_preprocessor:feature_type:numerical_transformer:rescaling:robust_scaler:q_min': 0.10288728233229412},
155155
dataset_properties={
156156
'task': 5,
157157
'sparse': False,
@@ -186,7 +186,7 @@ Get the Score of the final ensemble
186186

187187
.. code-block:: none
188188
189-
R2 score: 0.9999999999006857
189+
R2 score: 0.9999999995848977
190190
191191
192192
@@ -409,7 +409,7 @@ Get the configuration space
409409
410410
.. rst-class:: sphx-glr-timing
411411

412-
**Total running time of the script:** ( 1 minutes 55.217 seconds)
412+
**Total running time of the script:** ( 1 minutes 55.688 seconds)
413413

414414

415415
.. _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
@@ -121,11 +121,11 @@ View the models found by auto-sklearn
121121
122122
rank ensemble_weight type cost duration
123123
model_id
124-
25 1 0.46 sgd 0.436679 0.752868
125-
6 2 0.32 ard_regression 0.455042 0.802489
126-
27 3 0.14 ard_regression 0.462249 0.785675
127-
11 4 0.02 random_forest 0.507400 10.257058
128-
7 5 0.06 gradient_boosting 0.518673 1.482558
124+
25 1 0.46 sgd 0.436679 0.830493
125+
6 2 0.32 ard_regression 0.455042 0.827029
126+
27 3 0.14 ard_regression 0.462249 0.856700
127+
11 4 0.02 random_forest 0.507400 12.339479
128+
7 5 0.06 gradient_boosting 0.518673 1.640017
129129
130130
131131
@@ -267,7 +267,7 @@ the true value).
267267

268268
.. rst-class:: sphx-glr-timing
269269

270-
**Total running time of the script:** ( 1 minutes 55.166 seconds)
270+
**Total running time of the script:** ( 1 minutes 56.297 seconds)
271271

272272

273273
.. _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:07.703** total execution time for **examples_20_basic** files:
8+
**06:11.822** total execution time for **examples_20_basic** files:
99

1010
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 02:01.477 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 02:03.173 | 0.0 MB |
1212
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:55.217 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:56.297 | 0.0 MB |
1414
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:55.166 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:55.688 | 0.0 MB |
1616
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:15.843 | 0.0 MB |
17+
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:16.665 | 0.0 MB |
1818
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+

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

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -150,51 +150,50 @@ Get the Score of the final ensemble
150150

151151
.. code-block:: none
152152
153-
Accuracy score 0.9440559440559441
153+
Accuracy score 0.958041958041958
154154
################################################################################
155155
Metric results
156156
rank_test_scores param_classifier:__choice__ mean_test_score metric_balanced_accuracy metric_precision metric_recall metric_f1 metric_custom_error
157-
6 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
158-
6 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
159-
28 mlp 0.943262 0.935069 0.945055 0.966292 0.955556 0.056738
160-
16 random_forest 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
161-
6 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
162-
1 extra_trees 0.985816 0.984767 0.988764 0.988764 0.988764 0.014184
163-
16 random_forest 0.964539 0.963915 0.977273 0.966292 0.971751 0.035461
164-
21 extra_trees 0.957447 0.954300 0.966292 0.966292 0.966292 0.042553
165-
6 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
166-
6 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
167-
16 gradient_boosting 0.964539 0.963915 0.977273 0.966292 0.971751 0.035461
168-
6 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
169-
6 mlp 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
170-
25 mlp 0.950355 0.948682 0.965909 0.955056 0.960452 0.049645
171-
3 gradient_boosting 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
172-
16 gradient_boosting 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
173-
16 random_forest 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
174-
6 extra_trees 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
175-
33 passive_aggressive 0.921986 0.894231 0.890000 1.000000 0.941799 0.078014
176-
3 extra_trees 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
177-
6 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
178-
25 mlp 0.950355 0.940687 0.945652 0.977528 0.961326 0.049645
179-
31 random_forest 0.929078 0.923833 0.943820 0.943820 0.943820 0.070922
180-
21 adaboost 0.957447 0.950303 0.956044 0.977528 0.966667 0.042553
181-
6 extra_trees 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
182-
21 extra_trees 0.957447 0.954300 0.966292 0.966292 0.966292 0.042553
183-
31 bernoulli_nb 0.929078 0.923833 0.943820 0.943820 0.943820 0.070922
184-
3 extra_trees 0.978723 0.979149 0.988636 0.977528 0.983051 0.021277
185-
21 liblinear_svc 0.957447 0.954300 0.966292 0.966292 0.966292 0.042553
186-
28 gaussian_nb 0.943262 0.935069 0.945055 0.966292 0.955556 0.056738
187-
25 extra_trees 0.950355 0.936690 0.936170 0.988764 0.961749 0.049645
188-
28 random_forest 0.943262 0.943064 0.965517 0.943820 0.954545 0.056738
157+
5 random_forest 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
158+
5 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
159+
27 mlp 0.943262 0.935069 0.945055 0.966292 0.955556 0.056738
160+
15 random_forest 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
161+
5 mlp 0.971631 0.961538 0.956989 1.000000 0.978022 0.028369
189162
1 extra_trees 0.985816 0.984767 0.988764 0.988764 0.988764 0.014184
163+
15 random_forest 0.964539 0.963915 0.977273 0.966292 0.971751 0.035461
164+
20 extra_trees 0.957447 0.954300 0.966292 0.966292 0.966292 0.042553
165+
5 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+
15 gradient_boosting 0.964539 0.963915 0.977273 0.966292 0.971751 0.035461
168+
5 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
169+
5 mlp 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
170+
24 mlp 0.950355 0.948682 0.965909 0.955056 0.960452 0.049645
171+
2 gradient_boosting 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
172+
15 gradient_boosting 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
173+
15 random_forest 0.964539 0.959918 0.966667 0.977528 0.972067 0.035461
174+
5 extra_trees 0.971631 0.969533 0.977528 0.977528 0.977528 0.028369
175+
32 passive_aggressive 0.921986 0.894231 0.890000 1.000000 0.941799 0.078014
176+
2 extra_trees 0.978723 0.975151 0.977778 0.988764 0.983240 0.021277
177+
5 gradient_boosting 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
178+
24 mlp 0.950355 0.940687 0.945652 0.977528 0.961326 0.049645
179+
30 random_forest 0.929078 0.923833 0.943820 0.943820 0.943820 0.070922
180+
20 adaboost 0.957447 0.950303 0.956044 0.977528 0.966667 0.042553
181+
5 extra_trees 0.971631 0.965536 0.967033 0.988764 0.977778 0.028369
182+
20 extra_trees 0.957447 0.954300 0.966292 0.966292 0.966292 0.042553
183+
30 bernoulli_nb 0.929078 0.923833 0.943820 0.943820 0.943820 0.070922
184+
2 extra_trees 0.978723 0.979149 0.988636 0.977528 0.983051 0.021277
185+
20 liblinear_svc 0.957447 0.954300 0.966292 0.966292 0.966292 0.042553
186+
27 gaussian_nb 0.943262 0.935069 0.945055 0.966292 0.955556 0.056738
187+
24 extra_trees 0.950355 0.936690 0.936170 0.988764 0.961749 0.049645
188+
27 random_forest 0.943262 0.943064 0.965517 0.943820 0.954545 0.056738
190189
191190
192191
193192
194193
195194
.. rst-class:: sphx-glr-timing
196195

197-
**Total running time of the script:** ( 1 minutes 56.364 seconds)
196+
**Total running time of the script:** ( 2 minutes 1.880 seconds)
198197

199198

200199
.. _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
@@ -174,12 +174,12 @@ Build and fit a classifier
174174

175175
.. code-block:: none
176176
177-
2021-12-02 14:30:28,383 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2021-12-02 14:30:28.363787'), 'ensemble_optimization_score': 0.47853535353535354, 'ensemble_test_score': 0.47434292866082606}], 50, None, None, None)/SingleThreadedClient() Started Ensemble builder job at 2021.12.02-14.30.28 for iteration 0.
178-
2021-12-02 14:30:34,938 - Client-EnsembleBuilder - INFO - DummyFuture: ([], 50, None, None, None)/SingleThreadedClient() Started Ensemble builder job at 2021.12.02-14.30.34 for iteration 1.
177+
2021-12-09 09:38:34,597 - Client-EnsembleBuilder - INFO - DummyFuture: ([{'Timestamp': Timestamp('2021-12-09 09:38:34.574618'), 'ensemble_optimization_score': 0.47853535353535354, 'ensemble_test_score': 0.47434292866082606}], 50, None, None, None)/SingleThreadedClient() Started Ensemble builder job at 2021.12.09-09.38.34 for iteration 0.
178+
2021-12-09 09:38:41,388 - Client-EnsembleBuilder - INFO - DummyFuture: ([], 50, None, None, None)/SingleThreadedClient() Started Ensemble builder job at 2021.12.09-09.38.41 for iteration 1.
179179
tmp_folder/smac3-output
180180
tmp_folder/space.json
181181
tmp_folder/.auto-sklearn
182-
tmp_folder/AutoML(1):614720fc-537c-11ec-8760-1f58a1fe7d9b.log
182+
tmp_folder/AutoML(1):c4575443-58d3-11ec-87bb-e5658232bec6.log
183183
tmp_folder/distributed.log
184184
185185
@@ -188,7 +188,7 @@ Build and fit a classifier
188188
189189
.. rst-class:: sphx-glr-timing
190190

191-
**Total running time of the script:** ( 0 minutes 21.197 seconds)
191+
**Total running time of the script:** ( 0 minutes 19.564 seconds)
192192

193193

194194
.. _sphx_glr_download_examples_40_advanced_example_debug_logging.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
@@ -161,7 +161,7 @@ Get the Score of the final ensemble
161161
162162
.. rst-class:: sphx-glr-timing
163163

164-
**Total running time of the script:** ( 0 minutes 14.981 seconds)
164+
**Total running time of the script:** ( 0 minutes 19.277 seconds)
165165

166166

167167
.. _sphx_glr_download_examples_40_advanced_example_feature_types.py:

0 commit comments

Comments
 (0)