From 524498752b852d0b77c51eae9838ec07dd2210c6 Mon Sep 17 00:00:00 2001 From: fabio-cumbo Date: Thu, 15 Jun 2023 16:31:24 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d974bcb..c1e3af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Version 0.1.7 + +[@cumbof/hdlib@0.1.7](https://github.com/cumbof/hdlib/releases/tag/0.1.7) + +### Fixes + +- Fix the break condition in `model.Model.stepwise_regression` for both the `backward` and `forward` methods. + +## Version 0.1.6 + +[@cumbof/hdlib@0.1.6](https://github.com/cumbof/hdlib/releases/tag/0.1.6) + +### New features + +- Add `stepwise_regression` as `model.Model` class method for performing the feature selection as backward variable elimination or forward variable selection. + ## Version 0.1.5 [@cumbof/hdlib@0.1.5](https://github.com/cumbof/hdlib/releases/tag/0.1.5)