Open sgbaird opened 2 years ago
@sgbaird not sure what you have in mind but it sounds sort of like
Cheng Li, Sunil Gupta, Santu Rana, Vu Nguyen, Svetha Venkatesh, and Alistair Shilton. High dimensional Bayesian optimization using dropout
from my perspective a good feature of something like saasbo is that no hard decisions are made about feature inclusion/exclusion. different posterior samples may, in effect, include different sets of features. the acquisition function can then use that uncertainty when suggesting the next query point
Thank you! This was pretty similar. I appreciate the comment about not leaving out features with SAASBO.
@dme65 @martinjankowiak,
I enjoyed going through your SAASBO paper, especially the thorough benchmarking and comparisons. Are you aware of a Bayesian optimization model that uses recursive feature elimination (RFE)? If so, is it any good?
The general idea being:
Sterling