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

problem with pandas #43

Open
Sirchko1 opened this issue Nov 24, 2022 · 1 comment
Open

problem with pandas #43

Sirchko1 opened this issue Nov 24, 2022 · 1 comment

Comments

@Sirchko1
Copy link

Hello.
When i used: y_hat_df = model.predict(X_test_df) i get the next issue:
ValueError: You are trying to merge on object and datetime64[ns] columns. If you wish to proceed you should use pd.concat
So, i tried to downgrade pandas to 0.25.2 and the issue remains.
I can not either run the example for training and use model.fit(X_train_df, y_train_df) instead.
Can I modify the ESRNN.py and replace the merge with another sequence?

I'm sorry for my english and thanks

@kdgutier
Copy link
Owner

Hi @Sirchko1,

We are currently centering our efforts in the NeuralForecast library. We are yet to include the ESRNN but it is among our priorities.

We recommend to switch towards NeuralForecast, in the meantime. Among the available models we have: MLP, RNN, LSTM, NBEATS, NHITS, and TFT.

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

No branches or pull requests

2 participants