enhancementgood first issuemodule:splitters&resamplers
Description
tsbootstrap is currently unmaintained, and compatibility with sktime has broken due to an upper bound on scikit-base<0.11 in tsbootstrap - sktime 1.0 will require scikit-base 1.0.
While we investigate tsbootstrap, we need to find a solution that is at least temporary.
There are two options here:
- library vendoring, in
sktime.libs - direct merge, to
sktime.bootstrap
It should be investigated which of the two is more advisable - a library vendor might be easier, and a direct merge might be worth doing in a second step, once the current status of tsbootstrap has been clarified.