Skip to content

Commit 82dcba7

Browse files
author
Github Actions
committed
Eddie Bergman: Port over to AutoML common (#1318)
1 parent 6927757 commit 82dcba7

File tree

67 files changed

+712
-603
lines changed

Some content is hidden

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

67 files changed

+712
-603
lines changed
Binary file not shown.
Binary file not shown.
-1013 Bytes
Loading
-773 Bytes
Loading
200 Bytes
Loading

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

Lines changed: 53 additions & 35 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.364232
157+
2 1 1.0 random_forest 0.447294 4.122788
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 16.939 seconds)
265+
**Total running time of the script:** ( 0 minutes 15.843 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-
18 1 1.0 gaussian_process 1.021347e-08 2.858771
127+
12 1 1.0 gaussian_process 1.125731e-10 6.505112
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__': 'no_encoding', 'data_preprocessor:feature_type:categorical_transformer:category_coalescence:__choice__': 'minority_coalescer', 'data_preprocessor:feature_type:numerical_transformer:imputation:strategy': 'median', 'data_preprocessor:feature_type:numerical_transformer:rescaling:__choice__': 'none', 'regressor:gaussian_process:alpha': 6.862614540380134e-10, 'regressor:gaussian_process:thetaL': 1.944608422766674e-09, 'regressor:gaussian_process:thetaU': 917.8440681079683, 'data_preprocessor:feature_type:categorical_transformer:category_coalescence:minority_coalescer:minimum_fraction': 0.00018156864684755125},
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},
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.9999999870724605
189+
R2 score: 0.9999999999006857
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.142 seconds)
412+
**Total running time of the script:** ( 1 minutes 55.217 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.831828
125-
6 2 0.32 ard_regression 0.455042 0.847448
126-
27 3 0.14 ard_regression 0.462249 0.826625
127-
11 4 0.02 random_forest 0.507400 10.825404
128-
7 5 0.06 gradient_boosting 0.518673 1.553152
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
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:** ( 2 minutes 3.425 seconds)
270+
**Total running time of the script:** ( 1 minutes 55.166 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:15.313** total execution time for **examples_20_basic** files:
8+
**06:07.703** total execution time for **examples_20_basic** files:
99

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

0 commit comments

Comments
 (0)