Allow user to integrate custom tuners
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 48/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- machine-learning
Research direction
Start in autobazaar.search.PipelineSearcher and inspect how its current tuner_type values are handled. Read btb.tuning.tuners and btb.tuning.tuners.base.BaseTuner to understand name lookup, imports, subclass validation, and instantiation. Done means supported names, fully qualified classes, and BaseTuner subclasses work, while invalid inputs error.
Written by the indexing model from the issue text.
Description
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:
- modify
autobazaar.search.PipelineSearcherto take a more flexible inputtuner_type - if
tuner_typeis a string, look up a tuner class inbtb.tuning.tunersby matching on case-insensitive names with or withoutTunersuffix. - if
tuner_typeis a string with the FQ name of a class, then try to import the tuner, confirm it is a subclass of BaseTuner, and then proceed. - else if
tuner_typeis a subclass ofbtb.tuning.tuners.base.BaseTunerthen proceed and instantiate an instance of this tuner - else error
- Dominant language
- Python
- Stars
- 33
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from MLBazaar/AutoBazaar
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
MLBazaar/AutoBazaar#27 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
MLBazaar/AutoBazaar#20 · 17 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
MLBazaar/AutoBazaar#2 · 1 comment ·
All issues in MLBazaar/AutoBazaar
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100