Skip to content

Commit 9a791f9

Browse files
author
Github Actions
committed
Aron Bahram: refactor: use progress_bar more explicitly as a thread (#1622)
1 parent 64b0393 commit 9a791f9

File tree

75 files changed

+4331
-4573
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

+4331
-4573
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: 233 additions & 118 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Building the classifier
118118

119119
.. code-block:: none
120120
121-
Fitting to the training data: 0%| | 0/60 [00:00<?, ?it/s, The total time budget for this task is 0:01:00] Fitting to the training data: 2%|1 | 1/60 [00:01<00:59, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 3%|3 | 2/60 [00:02<00:58, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 5%|5 | 3/60 [00:03<00:57, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 7%|6 | 4/60 [00:04<00:56, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 8%|8 | 5/60 [00:05<00:55, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 10%|# | 6/60 [00:06<00:54, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 100%|##########| 60/60 [00:06<00:00, 9.98it/s, The total time budget for this task is 0:01:00]
121+
Fitting to the training data: 0%| | 0/60 [00:00<?, ?it/s, The total time budget for this task is 0:01:00] Fitting to the training data: 2%|1 | 1/60 [00:01<00:59, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 3%|3 | 2/60 [00:02<00:58, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 5%|5 | 3/60 [00:03<00:57, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 7%|6 | 4/60 [00:04<00:56, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 8%|8 | 5/60 [00:05<00:55, 1.00s/it, The total time budget for this task is 0:01:00] Fitting to the training data: 100%|##########| 60/60 [00:05<00:00, 11.98it/s, The total time budget for this task is 0:01:00]
122122

123123
AutoSklearnClassifier(ensemble_class=<class 'autosklearn.ensembles.ensemble_selection.EnsembleSelection'>,
124124
initial_configurations_via_metalearning=0,
@@ -151,7 +151,7 @@ View the models found by auto-sklearn
151151
152152
rank ensemble_weight type cost duration
153153
model_id
154-
2 1 1.0 random_forest 0.447294 3.220752
154+
2 1 1.0 random_forest 0.447294 3.921251
155155
156156
157157
@@ -177,11 +177,11 @@ Print the final ensemble constructed by auto-sklearn
177177
.. code-block:: none
178178
179179
{ 2: { 'balancing': Balancing(random_state=1),
180-
'classifier': <autosklearn.pipeline.components.classification.ClassifierChoice object at 0x7f71b4934550>,
180+
'classifier': <autosklearn.pipeline.components.classification.ClassifierChoice object at 0x7fb838baa520>,
181181
'cost': 0.4472941828699525,
182-
'data_preprocessor': <autosklearn.pipeline.components.data_preprocessing.DataPreprocessorChoice object at 0x7f71b492a190>,
182+
'data_preprocessor': <autosklearn.pipeline.components.data_preprocessing.DataPreprocessorChoice object at 0x7fb831eaebb0>,
183183
'ensemble_weight': 1.0,
184-
'feature_preprocessor': <autosklearn.pipeline.components.feature_preprocessing.FeaturePreprocessorChoice object at 0x7f71b4934d30>,
184+
'feature_preprocessor': <autosklearn.pipeline.components.feature_preprocessing.FeaturePreprocessorChoice object at 0x7fb838baa790>,
185185
'model_id': 2,
186186
'rank': 1,
187187
'sklearn_classifier': RandomForestClassifier(max_features=15, n_estimators=512, n_jobs=1,
@@ -254,7 +254,7 @@ Get the Score of the final ensemble
254254
255255
.. rst-class:: sphx-glr-timing
256256

257-
**Total running time of the script:** ( 0 minutes 17.146 seconds)
257+
**Total running time of the script:** ( 0 minutes 23.022 seconds)
258258

259259

260260
.. _sphx_glr_download_examples_20_basic_example_multilabel_classification.py:

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

Lines changed: 32 additions & 20 deletions
Large diffs are not rendered by default.

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

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

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:13.995** total execution time for **examples_20_basic** files:
8+
**06:25.696** total execution time for **examples_20_basic** files:
99

1010
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
11-
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 02:05.582 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 02:04.776 | 0.0 MB |
1212
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:55.913 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 02:00.267 | 0.0 MB |
1414
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:55.355 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:57.631 | 0.0 MB |
1616
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:17.146 | 0.0 MB |
17+
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:23.022 | 0.0 MB |
1818
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+

0 commit comments

Comments
 (0)