TSCV Versions Save

Time Series Cross-Validation -- an extension for scikit-learn

v0.1.3

1 year ago

What's Changed

  • Use pytest from conda-forge to prevent CI failure on Appveyor (Windows)
  • Restore compatibility after scikit-learn's upgrade to 1.1.3

v0.1.2

3 years ago

Updated the setup file.

v0.1.1

3 years ago

Minor changes

v0.1.0

3 years ago
  • Add the new, more flexible and thus powerful GapRollForward to replace GapWalkForward.

v0.0.5

3 years ago

The release solves the Scikit-Learn v0.24 compatibility issue as well as implements the following enhancements:

  • Make 0 training size possible in GapWalkForward.
  • Overlapping the test set in GapWalkForward via the rollback_size parameter.
  • Improve the user experience in of gap_train_test_split.
  • Add a deprecation message to GapWalkForward.

v0.0.5-rc1

3 years ago

The release solves the Scikit-Learn v0.24 compatibility issue as well as implements the following enhancements:

  • Make 0 training size possible in GapWalkForward.
  • Overlapping the test set in GapWalkForward via the rollback_size parameter.
  • Improve the user experience in of gap_train_test_split.

v0.0.4

4 years ago

Changed GapWalkForward.get_n_splits to match abstract method signature.

It aligns the get_n_splits method signature with the abstract method signature required by GridSearchCV.

v0.0.3

5 years ago

v0.0.2

5 years ago

v0.0.1

5 years ago