MLBazaar / AutoBazaar

AutoBazaar: An AutoML System from the Machine Learning Bazaar
https://mlbazaar.github.io/AutoBazaar/
MIT License
31 stars 12 forks source link

Allow user to integrate custom tuners #19

Open micahjsmith opened 4 years ago

micahjsmith commented 4 years ago

Autobazaar currently supports three tuners: gp, gpei, and uniform. It allows users to choose from among them. It is not currently supported to use a different tuner, even if the tuner follows the BTB Tuner API.

Suggested behavior: