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

Leverage stride as a way to limit training set size in RegressionModels. #1487

Open
hrzn opened this issue Jan 15, 2023 · 0 comments
Open

Leverage stride as a way to limit training set size in RegressionModels. #1487

hrzn opened this issue Jan 15, 2023 · 0 comments
Projects

Comments

@hrzn
Copy link
Contributor

hrzn commented Jan 15, 2023

When all the series have the same freq, the new logic (introduced here: #1399) for tabularization leverages Numpy sliding windows with a stride.
It'd be interesting to expose this stride as a way to limit the training set size (similar to max_samples_per_ts).

@hrzn hrzn created this issue from a note in darts (To do) Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
darts
To do
Development

No branches or pull requests

1 participant