MLBazaar / BTB

A simple, extensible library for developing AutoML systems
https://mlbazaar.github.io/BTB/
MIT License
171 stars 41 forks source link

Benchmark allow custom tuning function to be passed as tuner #190

Closed pvk-developer closed 4 years ago

pvk-developer commented 4 years ago

At the moment you can only pass a str or a btb.tuning.tuners.BaseTuner subclass to tuners. We want to allow the user to define it's tuning function and be able to pass it as a tuner.