Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 414 Bytes

auto_filter

Implementation of the automated filter selection method

Changes:

2023-08-11

  • added the parameter axis=1 to the pandas.DataFrame.drop methods
  • added the parameters sampling_strategy='auto' and replacement=False to prevent a future change in imblearn.ensemble.BalancedRandomForestClassifier

Todo:

  • measure the dataset shift
  • identify the type of dataset shift