Skip to content

v2.1.0 - Improvemetns to DatasetSplitter

Latest

Choose a tag to compare

@AKuederle AKuederle released this 24 Jul 12:33
· 1 commit to main since this release

[2.1.0] - 2025-07-24

Changed

  • (Potential Breaking): We now check explicitly, if classes follow the "rules of tpcp" and simply forward or set parameters
    without modifying them. Before, we just "hoped" that this is the case.
    If you had classes that did not follow these rules, you will now get an error.

Added

  • The DatasetSplitter now auto selects a proper splitter based on inputs and attempts to validate if the passed
    splitter supports the features needed.