google / nitroml

NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
Apache License 2.0
41 stars 6 forks source link

[MetaLearning] Warm-start tuning #42

Closed nikhil-dce closed 4 years ago

nikhil-dce commented 4 years ago

Add two-stage tuning in the custom Tuner with a budget of k trials. The tuner first does warmup tuning for p trials with the hyperparameters recommended by the metalearner and then does random tuning for k-p trials.

result