Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 387 Bytes

automl-phase-1

2nd place submission to the AutoML competition - phase 1

A reduced implementation of freeze thaw Bayesian optimization

Swersky, K., Snoek, J. & Adams, R. P. Freeze-Thaw Bayesian Optimization. arXiv preprint 1406.3896 (2014). at http://arxiv.org/abs/1406.3896

using random forest and gradient boosting machines as the base estimators.

Code was written in a hurry.