Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 986 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 986 Bytes

Changelog

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.

[Unreleased]

  • 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.

[0.2.0] - 2024-07-05

Added

  • Seperate DataSplitter class to handle data splitting early on

Changed

  • Big refactor of codebase to prevent data leakage. Preprocessing and FE pipelines now work with fit and transform steps

Removed

  • Removed all splitting functionality from the models, now it lies in the DataSplitter class.

[0.1.0] - 2024-06-15

Added

  • Initial release.