All notable changes to this project will be documented in this file.
Instructions on how to update this Changelog are available in the Updating the Changelog
section of the CONTRIBUTING.md
. This project follows semantic versioning.
- Added Gaussian Mixture Modelling as a pre-processing feature for non-gaussian continuous variables
- Introduced hyperparameter tuning using Optuna
- Expanded SynthVAE use cases to include MIMIC-III dataset
- Introduced plotting functionality & training logging for SynthVAE training
- Expanded
argparse
selections to allow more user flexibility - Added MIMIC-III pre-processing notebook
- Introduced
random_state
changes as well as other seed changes to allow for reproducibility of results
- Added project from Dom's (djdnx) working repository
- Added missing project files
- Added
argparse
approach to running experiments
- Fixed black and flake8 adherence