sktime/sktime

[ENH] merge or vendor `tsbootstrap` into `sktime`

Open

#9990 opened on Apr 23, 2026

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (7,162 stars) (1,192 forks)batch import
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.

Contributor guide