FBruzzesi / timebasedcv

Time based splits for cross validation
https://fbruzzesi.github.io/timebasedcv/
MIT License
31 stars 1 forks source link

feat: sklearn independent #47

Closed FBruzzesi closed 5 months ago

FBruzzesi commented 5 months ago

Description

Move scikit-learn component to a separate module so that it inherits from BaseCrossValidator but keep timebasedcv not depending on scikit-learn.

Fix #45 and #46