Skip to content

Releases: ThomasBury/arfs

2.1.4

23 Sep 14:26
Compare
Choose a tag to compare

fix bug in collinear elimination and update the doc

2.1.3.b

22 Sep 18:19
Compare
Choose a tag to compare

update the readthedocs config files, no "system packages" anymore, using docs/requirements.txt instead

2.1.3

22 Sep 12:54
Compare
Choose a tag to compare

fix the bug in collinear feature elimination, replace the hardcoded threshold by the user-defined one

2.1.2a

22 Aug 08:50
Compare
Choose a tag to compare

Fix a bug in the computation of the association matrix: add safeguard when a single column of a specific dtype is passed (nom-nom and num-num might be skipped then).

2.1.1

11 Aug 21:00
Compare
Choose a tag to compare

Refactor the TreeDiscretizer

2.0.7

11 Aug 08:59
Compare
Choose a tag to compare

Implement the link function for the lasso feature selection

2.0.6

07 Aug 07:20
Compare
Choose a tag to compare

downgrade the lightgbm version to 3.3.1 for compatibility reasons (with optuna for instance)

2.0.5

05 Aug 22:26
Compare
Choose a tag to compare

Adapt code for the new train API of lightgbm v4
Fix geq in the threshold selector

2.0.4

02 Aug 20:00
Compare
Choose a tag to compare

Improve docstring

2.0.3

31 Jul 14:13
Compare
Choose a tag to compare

Improve consistency of the module docstrings and remove unnecessary __all__ in the preprocessing module