Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features and cleanup from new version release #159

Merged
merged 237 commits into from
Oct 21, 2024
Merged

Conversation

rvandewater
Copy link
Owner

@rvandewater rvandewater commented Oct 17, 2024

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.

rvandewater and others added 30 commits August 10, 2023 15:33
- skip training when eval is set
- change readme to reflect changes to command line
…mands-flags

# Conflicts:
#	icu_benchmarks/models/train.py
rvandewater and others added 27 commits October 15, 2024 09:52
Bumps [lightning](https://github.com/Lightning-AI/lightning) from 2.3.0 to 2.3.3.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.3.0...2.3.3)

---
updated-dependencies:
- dependency-name: lightning
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Major version release with new hyperparameter optimization, polars preprocessing, modality selection, and other new features.
@rvandewater rvandewater merged commit 0aa632c into master Oct 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants