Skip to content

Refactoring and feature additions

Latest
Compare
Choose a tag to compare
@rvandewater rvandewater released this 18 Oct 08:31
· 5 commits to development since this release
4dd915e

New Features

  • Polars backend for preprocessing (significantly faster preprocessing)
  • Modality selection (for doing experiments that need to show modality contributions)
  • Optuna optimization with visualization and checkpointing
  • Options to use SHAP or other explainers (improved support pending)
  • Introduced configuration settings for multiple classifiers including Balanced Random Forest, CatBoost, XGBoost, and RUSBClassifier.
  • Refactored RNN, GRU, TCN, and Transformer.
  • Enhanced capabilities for binary classification, regression, and dataset imputation tasks.
  • Added new configuration for benchmarking experiments.
  • Enhanced error handling in cross-validation processes.

Chores

  • Updated dependencies and package versions for better compatibility.

What's Changed

New Contributors

Full Changelog: v0.3.0...v1.0.0