automl / automl/ConfigurableOptimizer
Refactor BaseProfile and Profile classes
Open
Medium priority
old
- Dominant language
- Python
- Stars
- 12
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There's a bug in `GDASProfile` because of a missing parameter in its initializer (`is_regularization_enabled` is missing in it)
Move all common parameters to the `BaseProfile` class and use `args` and `kwargs` in derived classes to fix this trivially. Also looks neater that way.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.