Skip to content

Releases: rvandewater/YAIB

Refactoring and feature additions

18 Oct 08:31
4dd915e
Compare
Choose a tag to compare

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

YAIB Public Release

07 Jun 16:34
d12d205
Compare
Choose a tag to compare

The public release contains a lot of fixes and refactoring.

YAIB Imputation Update

17 Apr 14:45
2b102a2
Compare
Choose a tag to compare

This version of YAIB adds Pytorch Lightning training, Wandb logging, and a range of imputation methods.

What's Changed

  • Imputation Models, Processing, and Refactorings
  • Refactoring updates

Full Changelog: latest...v0.2.0

YAIB v0.1.0

09 Mar 12:14
269280e
Compare
Choose a tag to compare

First public release of Yet Another ICU Benchmark (YAIB).