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

StackingCVRegressor: TimeSeriesData #1101

Open
tolitei opened this issue Aug 6, 2024 · 0 comments
Open

StackingCVRegressor: TimeSeriesData #1101

tolitei opened this issue Aug 6, 2024 · 0 comments

Comments

@tolitei
Copy link

tolitei commented Aug 6, 2024

Hi everyone,

First of all, thank you for the well-documented library.

I would like to know if it is possible to use StackingCVRegressor for time series data. I am using TimeSeriesSplit instead of KFold, but I encountered an error: StackingRegressor uses cross_val_predict under the hood, which seems to be the reason I cannot use TimeSeriesSplit in my problem.

What approach do you recommend for this situation? Does mlxtend have a solution for this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant