Skip to content

Commit 370f7cc

Browse files
author
Github Actions
committed
Satyam Jha: added conda installation in docs (#1144)
1 parent e48b131 commit 370f7cc

File tree

65 files changed

+1462
-1291
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

+1462
-1291
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
5.5 KB
Loading
434 Bytes
Loading
1.12 KB
Loading

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ View the models found by auto-sklearn
157157
158158
rank ensemble_weight type cost duration
159159
model_id
160-
2 1 1.0 random_forest 0.44715 3.882185
160+
2 1 1.0 random_forest 0.44715 4.330315
161161
162162
163163
@@ -265,7 +265,7 @@ Get the Score of the final ensemble
265265
266266
.. rst-class:: sphx-glr-timing
267267

268-
**Total running time of the script:** ( 0 minutes 16.180 seconds)
268+
**Total running time of the script:** ( 0 minutes 14.196 seconds)
269269

270270

271271
.. _sphx_glr_download_examples_20_basic_example_multilabel_classification.py:

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

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +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-
20 1 1.0 gaussian_process 0.000004 2.687078
125+
rank ensemble_weight type cost duration
126+
model_id
127+
2 1 0.80 random_forest 0.163676 2.591488
128+
11 2 0.08 random_forest 0.369114 2.524188
129+
3 3 0.12 k_nearest_neighbors 0.445647 0.475347
128130
129131
130132
@@ -151,7 +153,21 @@ Print the final ensemble constructed by auto-sklearn
151153

152154
.. code-block:: none
153155
154-
[(1.000000, SimpleRegressionPipeline({'data_preprocessing:categorical_transformer:categorical_encoding:__choice__': 'encoding', 'data_preprocessing:categorical_transformer:category_coalescence:__choice__': 'minority_coalescer', 'data_preprocessing:numerical_transformer:imputation:strategy': 'median', 'data_preprocessing:numerical_transformer:rescaling:__choice__': 'standardize', 'feature_preprocessor:__choice__': 'fast_ica', 'regressor:__choice__': 'gaussian_process', 'data_preprocessing:categorical_transformer:category_coalescence:minority_coalescer:minimum_fraction': 0.03525312698553994, 'feature_preprocessor:fast_ica:algorithm': 'deflation', 'feature_preprocessor:fast_ica:fun': 'cube', 'feature_preprocessor:fast_ica:whiten': 'True', 'regressor:gaussian_process:alpha': 1.6308437468964296e-06, 'regressor:gaussian_process:thetaL': 2.9247731111629564e-09, 'regressor:gaussian_process:thetaU': 551.0700100096957, 'feature_preprocessor:fast_ica:n_components': 100},
156+
[(0.800000, SimpleRegressionPipeline({'data_preprocessing:categorical_transformer:categorical_encoding:__choice__': 'one_hot_encoding', 'data_preprocessing:categorical_transformer:category_coalescence:__choice__': 'minority_coalescer', 'data_preprocessing:numerical_transformer:imputation:strategy': 'mean', 'data_preprocessing:numerical_transformer:rescaling:__choice__': 'standardize', 'feature_preprocessor:__choice__': 'no_preprocessing', 'regressor:__choice__': 'random_forest', 'data_preprocessing:categorical_transformer:category_coalescence:minority_coalescer:minimum_fraction': 0.01, 'regressor:random_forest:bootstrap': 'True', 'regressor:random_forest:criterion': 'mse', 'regressor:random_forest:max_depth': 'None', 'regressor:random_forest:max_features': 1.0, 'regressor:random_forest:max_leaf_nodes': 'None', 'regressor:random_forest:min_impurity_decrease': 0.0, 'regressor:random_forest:min_samples_leaf': 1, 'regressor:random_forest:min_samples_split': 2, 'regressor:random_forest:min_weight_fraction_leaf': 0.0},
157+
dataset_properties={
158+
'task': 5,
159+
'sparse': False,
160+
'multioutput': True,
161+
'target_type': 'regression',
162+
'signed': False})),
163+
(0.120000, SimpleRegressionPipeline({'data_preprocessing:categorical_transformer:categorical_encoding:__choice__': 'one_hot_encoding', 'data_preprocessing:categorical_transformer:category_coalescence:__choice__': 'no_coalescense', 'data_preprocessing:numerical_transformer:imputation:strategy': 'median', 'data_preprocessing:numerical_transformer:rescaling:__choice__': 'standardize', 'feature_preprocessor:__choice__': 'polynomial', 'regressor:__choice__': 'k_nearest_neighbors', 'feature_preprocessor:polynomial:degree': 3, 'feature_preprocessor:polynomial:include_bias': 'True', 'feature_preprocessor:polynomial:interaction_only': 'False', 'regressor:k_nearest_neighbors:n_neighbors': 1, 'regressor:k_nearest_neighbors:p': 2, 'regressor:k_nearest_neighbors:weights': 'distance'},
164+
dataset_properties={
165+
'task': 5,
166+
'sparse': False,
167+
'multioutput': True,
168+
'target_type': 'regression',
169+
'signed': False})),
170+
(0.080000, SimpleRegressionPipeline({'data_preprocessing:categorical_transformer:categorical_encoding:__choice__': 'one_hot_encoding', 'data_preprocessing:categorical_transformer:category_coalescence:__choice__': 'no_coalescense', 'data_preprocessing:numerical_transformer:imputation:strategy': 'most_frequent', 'data_preprocessing:numerical_transformer:rescaling:__choice__': 'minmax', 'feature_preprocessor:__choice__': 'fast_ica', 'regressor:__choice__': 'random_forest', 'feature_preprocessor:fast_ica:algorithm': 'deflation', 'feature_preprocessor:fast_ica:fun': 'exp', 'feature_preprocessor:fast_ica:whiten': 'True', 'regressor:random_forest:bootstrap': 'False', 'regressor:random_forest:criterion': 'friedman_mse', 'regressor:random_forest:max_depth': 'None', 'regressor:random_forest:max_features': 0.9420125003886077, 'regressor:random_forest:max_leaf_nodes': 'None', 'regressor:random_forest:min_impurity_decrease': 0.0, 'regressor:random_forest:min_samples_leaf': 2, 'regressor:random_forest:min_samples_split': 9, 'regressor:random_forest:min_weight_fraction_leaf': 0.0, 'feature_preprocessor:fast_ica:n_components': 717},
155171
dataset_properties={
156172
'task': 5,
157173
'sparse': False,
@@ -186,7 +202,7 @@ Get the Score of the final ensemble
186202

187203
.. code-block:: none
188204
189-
R2 score: 0.9999953767477678
205+
R2 score: 0.8749114684180196
190206
191207
192208
@@ -404,7 +420,7 @@ Get the configuration space
404420
405421
.. rst-class:: sphx-glr-timing
406422

407-
**Total running time of the script:** ( 2 minutes 7.873 seconds)
423+
**Total running time of the script:** ( 1 minutes 59.984 seconds)
408424

409425

410426
.. _sphx_glr_download_examples_20_basic_example_multioutput_regression.py:

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ View the models found by auto-sklearn
121121
122122
rank ensemble_weight type cost duration
123123
model_id
124-
6 1 0.30 ard_regression 0.455042 0.681650
125-
5 2 0.12 gaussian_process 0.455084 22.354520
126-
25 3 0.20 sgd 0.460012 0.634606
127-
22 4 0.06 libsvm_svr 0.461373 0.668957
128-
27 5 0.22 ard_regression 0.462249 0.631091
129-
24 6 0.02 liblinear_svr 0.466041 0.636573
130-
11 7 0.04 random_forest 0.510608 10.503567
131-
7 8 0.04 gradient_boosting 0.518673 1.348920
124+
6 1 0.30 ard_regression 0.455042 0.712780
125+
5 2 0.12 gaussian_process 0.455084 23.455189
126+
25 3 0.20 sgd 0.460012 0.700737
127+
22 4 0.06 libsvm_svr 0.461373 0.723632
128+
27 5 0.22 ard_regression 0.462249 0.700960
129+
24 6 0.02 liblinear_svr 0.466041 0.675511
130+
11 7 0.04 random_forest 0.510608 11.005815
131+
7 8 0.04 gradient_boosting 0.518673 1.435113
132132
133133
134134
@@ -290,7 +290,7 @@ the true value).
290290

291291
.. rst-class:: sphx-glr-timing
292292

293-
**Total running time of the script:** ( 1 minutes 54.488 seconds)
293+
**Total running time of the script:** ( 1 minutes 59.746 seconds)
294294

295295

296296
.. _sphx_glr_download_examples_20_basic_example_regression.py:

master/_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:17.148** total execution time for **examples_20_basic** files:
8+
**06:13.026** 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:07.873 | 0.0 MB |
11+
| :ref:`sphx_glr_examples_20_basic_example_multioutput_regression.py` (``example_multioutput_regression.py``) | 01:59.984 | 0.0 MB |
1212
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
13-
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 01:58.607 | 0.0 MB |
13+
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:59.746 | 0.0 MB |
1414
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
15-
| :ref:`sphx_glr_examples_20_basic_example_regression.py` (``example_regression.py``) | 01:54.488 | 0.0 MB |
15+
| :ref:`sphx_glr_examples_20_basic_example_classification.py` (``example_classification.py``) | 01:59.100 | 0.0 MB |
1616
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+
17-
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:16.180 | 0.0 MB |
17+
| :ref:`sphx_glr_examples_20_basic_example_multilabel_classification.py` (``example_multilabel_classification.py``) | 00:14.196 | 0.0 MB |
1818
+-------------------------------------------------------------------------------------------------------------------+-----------+--------+

0 commit comments

Comments
 (0)