Skip to content

Releases: ThomasBury/arfs

0.3.3

11 Mar 10:22
Compare
Choose a tag to compare

Patch for updating the pandas version dep.

0.3.2

03 Feb 09:47
Compare
Choose a tag to compare

Distributing the data with the package and fix the requirements for smoother pip install

0.3.1

31 Jan 11:18
Compare
Choose a tag to compare

Modify the syntax for computing the association according to the new version of dython

0.3.0

10 Jan 16:45
Compare
Choose a tag to compare
  • Fix the Boruta_py feature counts, now adds up to n_features
  • Fix the boxplot colours, when only rejected and accepted (no tentative) the background color was the tentative color
  • Numpy docstring style
  • Implement the new lightGBM callbacks. The new lgbm version (>3.3.0) implements the early stopping using a callback rather than an argument
  • Fix a bug for computing the shap importance when the estimator is lightGBM and the task is classification
  • Add ranking and absolute ranking attributes for all the classes
  • Fix future pandas TypeError when computing numerical values on a dataframe containing non-numerical columns
  • Add housing data to the distribution
  • Add "extreme" sampling methods
  • Re-run the NBs

0.2.3

28 Dec 14:13
Compare
Choose a tag to compare

Update syntax to stick to the new argument names in Dython

Association collinearity filtering

11 Jul 14:07
Compare
Choose a tag to compare

Introduces collinearity filtering for a mix of categorical and continuous variables