v0.3.0
What's Changed
- L0 l2 weights by @kamronald in #16
- Remove remaining usage of "normalize" by @kamronald in #32
- removing normalize keyword from L2L0 by @tchen0965 in #35
- A very little PR to add standard deviation of r2 score in GridSearch class by @qchempku2017 in #50
- Fix issue #53 and merging GroupL0 into RegularizedL0 by @qchempku2017 in #55
- Single estimator base class and merge best group and best subset selection estimators by @lbluque in #56
- Update CI workflows by @lbluque in #57
- Rename to model_selection, GridSearchCV and LineSearchCV by @lbluque in #58
- Refactor to src layout and update workflows by @lbluque in #59
- Docs by @lbluque in #60
- Refactoring regularized L0 classes by @lbluque in #61
New Contributors
- @kamronald made their first contribution in #16
- @tchen0965 made their first contribution in #35
Full Changelog: v0.2.0...v0.3.0