@@ -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 0x7efe5dd23910 > [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
49+ <smac.runhistory.runhistory.RunHistory object at 0x7f3de34d1e50 > [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'
@@ -80,7 +80,7 @@ the search. Currently, there are two changes that can be made to the space:-
8080 scaler:__choice__, Value: 'StandardScaler'
8181 trainer:StandardTrainer:weighted_loss, Value: True
8282 trainer:__choice__, Value: 'StandardTrainer'
83- , ta_runs=0, ta_time_used=0.0, wallclock_time=0.001539468765258789 , budget=0), TrajEntry(train_perf=0.16374269005847952, incumbent_id=1, incumbent=Configuration:
83+ , ta_runs=0, ta_time_used=0.0, wallclock_time=0.0016281604766845703 , budget=0), TrajEntry(train_perf=0.16374269005847952, incumbent_id=1, incumbent=Configuration:
8484 data_loader:batch_size, Value: 32
8585 encoder:__choice__, Value: 'OneHotEncoder'
8686 feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -114,7 +114,7 @@ the search. Currently, there are two changes that can be made to the space:-
114114 scaler:__choice__, Value: 'StandardScaler'
115115 trainer:StandardTrainer:weighted_loss, Value: True
116116 trainer:__choice__, Value: 'StandardTrainer'
117- , ta_runs=1, ta_time_used=5.083964586257935 , wallclock_time=6.599992752075195 , budget=5.555555555555555), TrajEntry(train_perf=0.1578947368421053, incumbent_id=2, incumbent=Configuration:
117+ , ta_runs=1, ta_time_used=5.233897686004639 , wallclock_time=6.7086405754089355 , budget=5.555555555555555), TrajEntry(train_perf=0.1578947368421053, incumbent_id=2, incumbent=Configuration:
118118 data_loader:batch_size, Value: 475
119119 encoder:__choice__, Value: 'OneHotEncoder'
120120 feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -162,7 +162,7 @@ the search. Currently, there are two changes that can be made to the space:-
162162 scaler:__choice__, Value: 'Normalizer'
163163 trainer:StandardTrainer:weighted_loss, Value: False
164164 trainer:__choice__, Value: 'StandardTrainer'
165- , ta_runs=12, ta_time_used=144.61285161972046 , wallclock_time=170.217591047287 , budget=16.666666666666664)]
165+ , ta_runs=12, ta_time_used=156.25630235671997 , wallclock_time=183.01676106452942 , budget=16.666666666666664)]
166166 {'accuracy': 0.8554913294797688}
167167 | | Preprocessing | Estimator | Weight |
168168 |---:|:------------------------------------------------------------------|:----------------------------------------------------------|---------:|
@@ -178,7 +178,7 @@ the search. Currently, there are two changes that can be made to the space:-
178178 | 9 | SimpleImputer,OneHotEncoder,Normalizer,NoFeaturePreprocessing | embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
179179 | 10 | None | KNNClassifier | 0.02 |
180180 | 11 | SimpleImputer,OneHotEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,MLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
181- <smac.runhistory.runhistory.RunHistory object at 0x7efe4625d1f0 > [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
181+ <smac.runhistory.runhistory.RunHistory object at 0x7f3d4637ebb0 > [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
182182 data_loader:batch_size, Value: 32
183183 encoder:__choice__, Value: 'NoEncoder'
184184 feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -210,7 +210,7 @@ the search. Currently, there are two changes that can be made to the space:-
210210 scaler:__choice__, Value: 'StandardScaler'
211211 trainer:StandardTrainer:weighted_loss, Value: True
212212 trainer:__choice__, Value: 'StandardTrainer'
213- , ta_runs=0, ta_time_used=0.0, wallclock_time=0.0013387203216552734 , budget=0), TrajEntry(train_perf=0.16374269005847952, incumbent_id=1, incumbent=Configuration:
213+ , ta_runs=0, ta_time_used=0.0, wallclock_time=0.001268625259399414 , budget=0), TrajEntry(train_perf=0.16374269005847952, incumbent_id=1, incumbent=Configuration:
214214 data_loader:batch_size, Value: 32
215215 encoder:__choice__, Value: 'NoEncoder'
216216 feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
@@ -242,16 +242,16 @@ the search. Currently, there are two changes that can be made to the space:-
242242 scaler:__choice__, Value: 'StandardScaler'
243243 trainer:StandardTrainer:weighted_loss, Value: True
244244 trainer:__choice__, Value: 'StandardTrainer'
245- , ta_runs=1, ta_time_used=4.217958927154541 , wallclock_time=5.632348537445068 , budget=5.555555555555555)]
246- {'accuracy': 0.861271676300578 }
245+ , ta_runs=1, ta_time_used=4.612675428390503 , wallclock_time=6.106764793395996 , budget=5.555555555555555)]
246+ {'accuracy': 0.8554913294797688 }
247247 | | Preprocessing | Estimator | Weight |
248248 |---:|:--------------------------------------------------------------|:-------------------------------------------------------------------|---------:|
249- | 0 | None | CatBoostClassifier | 0.72 |
249+ | 0 | None | CatBoostClassifier | 0.74 |
250250 | 1 | None | SVC | 0.08 |
251- | 2 | None | ExtraTreesClassifier | 0.06 |
252- | 3 | None | KNNClassifier | 0.06 |
253- | 4 | None | RFClassifier | 0.04 |
254- | 5 | SimpleImputer,NoEncoder,MinMaxScaler,KitchenSink | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
251+ | 2 | None | KNNClassifier | 0.06 |
252+ | 3 | None | RFClassifier | 0.04 |
253+ | 4 | None | ExtraTreesClassifier | 0.04 |
254+ | 5 | SimpleImputer,NoEncoder,MinMaxScaler,NoFeaturePreprocessing | no embedding,ShapedResNetBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
255255 | 6 | SimpleImputer,NoEncoder,StandardScaler,NoFeaturePreprocessing | no embedding,ShapedMLPBackbone,FullyConnectedHead,nn.Sequential | 0.02 |
256256
257257
@@ -381,7 +381,7 @@ the search. Currently, there are two changes that can be made to the space:-
381381
382382 .. rst-class :: sphx-glr-timing
383383
384- **Total running time of the script: ** ( 11 minutes 38.221 seconds)
384+ **Total running time of the script: ** ( 11 minutes 34.818 seconds)
385385
386386
387387.. _sphx_glr_download_examples_40_advanced_example_custom_configuration_space.py :
0 commit comments