Skip to content

Commit 82ebc3b

Browse files
author
Github Actions
committed
Ravin Kohli: Add dropout shape as a hyperparameter (#213)
1 parent 2f27a96 commit 82ebc3b

30 files changed

+240
-304
lines changed
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: ad8f043e67f31d900fdc9a0563a66d13
3+
config: 6390f8eeb9cecf93d81b9bfef48d8855
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

refactor_development_regularization_cocktails/_downloads/0b35eb5fea161bb1ba2c30e6b7323b44/example_single_configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "python",
4747
"nbconvert_exporter": "python",
4848
"pygments_lexer": "ipython3",
49-
"version": "3.8.9"
49+
"version": "3.8.10"
5050
}
5151
},
5252
"nbformat": 4,

refactor_development_regularization_cocktails/_downloads/342871cbb8ddcf6157ab171f9b9eab25/example_resampling_strategy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "python",
4747
"nbconvert_exporter": "python",
4848
"pygments_lexer": "ipython3",
49-
"version": "3.8.9"
49+
"version": "3.8.10"
5050
}
5151
},
5252
"nbformat": 4,

refactor_development_regularization_cocktails/_downloads/cae1c6e84ce2874c73fc5e45da55b1b6/example_custom_configuration_space.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "python",
4747
"nbconvert_exporter": "python",
4848
"pygments_lexer": "ipython3",
49-
"version": "3.8.9"
49+
"version": "3.8.10"
5050
}
5151
},
5252
"nbformat": 4,

refactor_development_regularization_cocktails/_downloads/e57ec61235a65031300d4a88d742ee2f/example_tabular_regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "python",
4747
"nbconvert_exporter": "python",
4848
"pygments_lexer": "ipython3",
49-
"version": "3.8.9"
49+
"version": "3.8.10"
5050
}
5151
},
5252
"nbformat": 4,

refactor_development_regularization_cocktails/_downloads/ff1caf117ce143ee4d6abd46896ef46a/example_tabular_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "python",
4747
"nbconvert_exporter": "python",
4848
"pygments_lexer": "ipython3",
49-
"version": "3.8.9"
49+
"version": "3.8.10"
5050
}
5151
},
5252
"nbformat": 4,

refactor_development_regularization_cocktails/_sources/advanced_tabular/example_custom_configuration_space.rst.txt

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ the search. Currently, there are two changes that can be made to the space:-
4646

4747
.. code-block:: none
4848
49-
<smac.runhistory.runhistory.RunHistory object at 0x7fd8ab4db220> [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
49+
<smac.runhistory.runhistory.RunHistory object at 0x7ff942707d30> [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
5050
data_loader:batch_size, Value: 32
5151
encoder:__choice__, Value: 'OneHotEncoder'
5252
feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -87,7 +87,7 @@ the search. Currently, there are two changes that can be made to the space:-
8787
trainer:StandardTrainer:use_stochastic_weight_averaging, Value: True
8888
trainer:StandardTrainer:weighted_loss, Constant: 1
8989
trainer:__choice__, Value: 'StandardTrainer'
90-
, ta_runs=0, ta_time_used=0.0, wallclock_time=0.001977682113647461, budget=0), TrajEntry(train_perf=0.21052631578947367, incumbent_id=1, incumbent=Configuration:
90+
, ta_runs=0, ta_time_used=0.0, wallclock_time=0.0023491382598876953, budget=0), TrajEntry(train_perf=0.21052631578947367, incumbent_id=1, incumbent=Configuration:
9191
data_loader:batch_size, Value: 32
9292
encoder:__choice__, Value: 'OneHotEncoder'
9393
feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -128,19 +128,20 @@ the search. Currently, there are two changes that can be made to the space:-
128128
trainer:StandardTrainer:use_stochastic_weight_averaging, Value: True
129129
trainer:StandardTrainer:weighted_loss, Constant: 1
130130
trainer:__choice__, Value: 'StandardTrainer'
131-
, ta_runs=1, ta_time_used=14.220442295074463, wallclock_time=15.671681880950928, budget=5.555555555555555)]
132-
{'accuracy': 0.8728323699421965}
133-
| | Preprocessing | Estimator | Weight |
134-
|---:|:------------------------------------------------------------------|:----------------------------------------------------------|---------:|
135-
| 0 | None | RFClassifier | 0.24 |
136-
| 1 | None | ExtraTreesClassifier | 0.14 |
137-
| 2 | None | LGBMClassifier | 0.12 |
138-
| 3 | None | CatBoostClassifier | 0.12 |
139-
| 4 | None | SVC | 0.1 |
140-
| 5 | None | KNNClassifier | 0.1 |
141-
| 6 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.1 |
142-
| 7 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.08 |
143-
<smac.runhistory.runhistory.RunHistory object at 0x7fd8abeaa640> [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
131+
, ta_runs=1, ta_time_used=13.149612665176392, wallclock_time=14.657279014587402, budget=5.555555555555555)]
132+
{'accuracy': 0.884393063583815}
133+
| | Preprocessing | Estimator | Weight |
134+
|---:|:------------------------------------------------------------------|:-------------------------------------------------------------|---------:|
135+
| 0 | None | CatBoostClassifier | 0.18 |
136+
| 1 | SimpleImputer,OneHotEncoder,NoScaler,TruncSVD | no embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.16 |
137+
| 2 | None | LGBMClassifier | 0.14 |
138+
| 3 | None | ExtraTreesClassifier | 0.14 |
139+
| 4 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.14 |
140+
| 5 | SimpleImputer,OneHotEncoder,NoScaler,TruncSVD | no embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.12 |
141+
| 6 | None | RFClassifier | 0.06 |
142+
| 7 | None | SVC | 0.04 |
143+
| 8 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
144+
<smac.runhistory.runhistory.RunHistory object at 0x7ff93092de50> [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
144145
data_loader:batch_size, Value: 32
145146
encoder:__choice__, Value: 'NoEncoder'
146147
feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -179,7 +180,7 @@ the search. Currently, there are two changes that can be made to the space:-
179180
trainer:StandardTrainer:use_stochastic_weight_averaging, Value: True
180181
trainer:StandardTrainer:weighted_loss, Constant: 1
181182
trainer:__choice__, Value: 'StandardTrainer'
182-
, ta_runs=0, ta_time_used=0.0, wallclock_time=0.0015747547149658203, budget=0), TrajEntry(train_perf=0.1871345029239766, incumbent_id=1, incumbent=Configuration:
183+
, ta_runs=0, ta_time_used=0.0, wallclock_time=0.0016913414001464844, budget=0), TrajEntry(train_perf=0.1871345029239766, incumbent_id=1, incumbent=Configuration:
183184
data_loader:batch_size, Value: 32
184185
encoder:__choice__, Value: 'NoEncoder'
185186
feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -218,18 +219,15 @@ the search. Currently, there are two changes that can be made to the space:-
218219
trainer:StandardTrainer:use_stochastic_weight_averaging, Value: True
219220
trainer:StandardTrainer:weighted_loss, Constant: 1
220221
trainer:__choice__, Value: 'StandardTrainer'
221-
, ta_runs=1, ta_time_used=9.06000542640686, wallclock_time=10.521122455596924, budget=5.555555555555555)]
222-
{'accuracy': 0.861271676300578}
223-
| | Preprocessing | Estimator | Weight |
224-
|---:|:--------------------------------------------------------------|:----------------------------------------------------------------|---------:|
225-
| 0 | SimpleImputer,NoEncoder,NoScaler,PolynomialFeatures | no embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.56 |
226-
| 1 | None | RFClassifier | 0.16 |
227-
| 2 | None | ExtraTreesClassifier | 0.08 |
228-
| 3 | SimpleImputer,NoEncoder,NoScaler,PolynomialFeatures | no embedding,ResNetBackbone,FullyConnectedHead,nn.Sequential | 0.06 |
229-
| 4 | None | CatBoostClassifier | 0.06 |
230-
| 5 | None | LGBMClassifier | 0.04 |
231-
| 6 | None | SVC | 0.02 |
232-
| 7 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
222+
, ta_runs=1, ta_time_used=8.595646619796753, wallclock_time=10.101649761199951, budget=5.555555555555555)]
223+
{'accuracy': 0.8728323699421965}
224+
| | Preprocessing | Estimator | Weight |
225+
|---:|:----------------|:---------------------|---------:|
226+
| 0 | None | ExtraTreesClassifier | 0.38 |
227+
| 1 | None | LGBMClassifier | 0.2 |
228+
| 2 | None | RFClassifier | 0.2 |
229+
| 3 | None | KNNClassifier | 0.14 |
230+
| 4 | None | CatBoostClassifier | 0.08 |
233231
234232
235233
@@ -358,7 +356,7 @@ the search. Currently, there are two changes that can be made to the space:-
358356
359357
.. rst-class:: sphx-glr-timing
360358

361-
**Total running time of the script:** ( 11 minutes 29.448 seconds)
359+
**Total running time of the script:** ( 11 minutes 46.494 seconds)
362360

363361

364362
.. _sphx_glr_download_advanced_tabular_example_custom_configuration_space.py:

0 commit comments

Comments
 (0)