@@ -36,9 +36,10 @@ with AutoPyTorch
36
36
37
37
.. code-block :: none
38
38
39
- <smac.runhistory.runhistory.RunHistory object at 0x7f6bb408e9d0 > [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
39
+ <smac.runhistory.runhistory.RunHistory object at 0x7f1bb4637490 > [TrajEntry(train_perf=2147483648, incumbent_id=1, incumbent=Configuration:
40
40
data_loader:batch_size, Value: 32
41
41
encoder:__choice__, Value: 'OneHotEncoder'
42
+ feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
42
43
imputer:categorical_strategy, Value: 'most_frequent'
43
44
imputer:numerical_strategy, Value: 'mean'
44
45
lr_scheduler:ReduceLROnPlateau:factor, Value: 0.1
@@ -65,9 +66,10 @@ with AutoPyTorch
65
66
optimizer:__choice__, Value: 'AdamOptimizer'
66
67
scaler:__choice__, Value: 'StandardScaler'
67
68
trainer:__choice__, Value: 'StandardTrainer'
68
- , ta_runs=0, ta_time_used=0.0, wallclock_time=0.0018229484558105469 , budget=0), TrajEntry(train_perf=0.18128654970760238 , incumbent_id=1, incumbent=Configuration:
69
+ , ta_runs=0, ta_time_used=0.0, wallclock_time=0.0025849342346191406 , budget=0), TrajEntry(train_perf=0.16374269005847952 , incumbent_id=1, incumbent=Configuration:
69
70
data_loader:batch_size, Value: 32
70
71
encoder:__choice__, Value: 'OneHotEncoder'
72
+ feature_preprocessor:__choice__, Value: 'NoFeaturePreprocessor'
71
73
imputer:categorical_strategy, Value: 'most_frequent'
72
74
imputer:numerical_strategy, Value: 'mean'
73
75
lr_scheduler:ReduceLROnPlateau:factor, Value: 0.1
@@ -94,8 +96,8 @@ with AutoPyTorch
94
96
optimizer:__choice__, Value: 'AdamOptimizer'
95
97
scaler:__choice__, Value: 'StandardScaler'
96
98
trainer:__choice__, Value: 'StandardTrainer'
97
- , ta_runs=1, ta_time_used=7.783486366271973 , wallclock_time=9.27663254737854 , budget=5.555555555555555)]
98
- {'accuracy': 0.8670520231213873 }
99
+ , ta_runs=1, ta_time_used=8.814017295837402 , wallclock_time=10.166006088256836 , budget=5.555555555555555)]
100
+ {'accuracy': 0.8959537572254336 }
99
101
100
102
101
103
@@ -202,7 +204,7 @@ with AutoPyTorch
202
204
203
205
.. rst-class :: sphx-glr-timing
204
206
205
- **Total running time of the script: ** ( 9 minutes 26.113 seconds)
207
+ **Total running time of the script: ** ( 9 minutes 33.319 seconds)
206
208
207
209
208
210
.. _sphx_glr_download_examples_example_tabular_classification.py :
0 commit comments