You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check installation of smac for python 3.11 → does swig get installed? if not, what is missing? → check github workflows (see Eddies comment Feb 23rd in SMAC3)
H.S.:
RF implemented as described in Algorithm runtime prediction: Methods & evaluation Frank Hutter∗, Lin Xu, Holger H. Hoos, Kevin Leyton-Brown. in Section 4.3.2. SMAC uses same implementation but different HPs
changes related to bias/variance → F. reduces variance
in SMAC: no compute law of total variance used. H.S. tried using it with it, leading to worse performance.
max features is really function dependent but should not be a problem. Maybe optimizing HPs of scikit learn is enough. BBOB: extremely randomized forests(scikit learn skopt (bias/variance) works a bit better.
Idea: Integrate skopt models into SMAC
The text was updated successfully, but these errors were encountered:
I investigated it a bit more.
In the original SMAC (see extended version: https://www.cs.ubc.ca/labs/algorithms/Projects/SMAC/papers/10-TR-SMAC.pdf, section 4.1 "Transformations of the Cost Metric") they explain the transformation in the aggregation of the leaves samples (which happens in line 222 in the current SMAC implementation
Issue: Installation of cpp difficult, replace by sth pythonic.
H.S.:
The text was updated successfully, but these errors were encountered: