All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added: Description of new features.
- Changed: Description of changes in existing functionality.
- Deprecated: Description of soon-to-be-removed features.
- Removed: Description of now removed features.
- Fixed: Description of bug fixes.
- Security: Description of security improvements.
- Seperate
DataSplitter
class to handle data splitting early on
- Big refactor of codebase to prevent data leakage. Preprocessing and FE pipelines now work with
fit
andtransform
steps
- Removed all splitting functionality from the models, now it lies in the
DataSplitter
class.
- Initial release.