Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time Series Cross Validation #291

Open
2 of 3 tasks
mdancho84 opened this issue May 5, 2024 · 4 comments
Open
2 of 3 tasks

Time Series Cross Validation #291

mdancho84 opened this issue May 5, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@mdancho84
Copy link
Contributor

mdancho84 commented May 5, 2024

Add time series cross validation. https://github.com/FBruzzesi/timebasedcv

@mdancho84
Copy link
Contributor Author

FBruzzesi/timebasedcv#41

@mdancho84 mdancho84 self-assigned this Nov 6, 2024
@mdancho84 mdancho84 added the enhancement New feature or request label Nov 6, 2024
@joaopcnogueira
Copy link

Hi! I am using a lot pytimetk in one of my current project, even rewrote the entire codebase with it and it is really saving me a lot! Thank you!

Also, today I am trying to implement time series cross validation and found out that pytimetk also provides this, which is really nice. But, in my case I have a frequency of month (MS), which it seems is not supported yet.

Is there actually any work around to make it works?

@mdancho84
Copy link
Contributor Author

Excellent! Glad you are enjoying it.

We are working on support for month, quarter and year frequency.

Until then you should be able to use "days" and specify in terms of number of days (by multiplying by 30).

@joaopcnogueira
Copy link

Nice, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants