Releases: WenjieZ/TSCV
Releases · WenjieZ/TSCV
Version 0.1.3
Version 0.1.2
Updated the setup file.
Version 0.1.1
Minor changes
Version 0.1
- Add the new, more flexible and thus powerful
GapRollForward
to replaceGapWalkForward
.
Version 0.0.5
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 therollback_size
parameter. - Improve the user experience in of
gap_train_test_split
. - Add a deprecation message to
GapWalkForward
.
Version 0.0.5 release candidate 1
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 therollback_size
parameter. - Improve the user experience in of
gap_train_test_split
.