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

model.predict() should not require presence of "target" #960

Open
pchalasani opened this issue Apr 19, 2022 · 5 comments
Open

model.predict() should not require presence of "target" #960

pchalasani opened this issue Apr 19, 2022 · 5 comments

Comments

@pchalasani
Copy link

When I try to do model.predict(df) and df does not contain the target, I get an error.
In predict mode, it shouldn't care if the "target" is present or not, so it's unclear if I'm doing something wrong, or if it's expected behavior.

@foundationequities
Copy link

Can you post your training = TimeSeriesDataSet( ) statement. Where did you include "target"?

@daniwxcode
Copy link

daniwxcode commented May 28, 2022

I'm running into the same issue.

@daniwxcode
Copy link

When I try to do model.predict(df) and df does not contain the target, I get an error. In predict mode, it shouldn't care if the "target" is present or not, so it's unclear if I'm doing something wrong, or if it's expected behavior.

Have you find a solution?

@pchalasani
Copy link
Author

When I try to do model.predict(df) and df does not contain the target, I get an error. In predict mode, it shouldn't care if the "target" is present or not, so it's unclear if I'm doing something wrong, or if it's expected behavior.

Have you find a solution?

I have switched to using the DARTS package which is very similar and seems more intuitive, and more responsive devs.
https://github.com/unit8co/darts

@pchalasani
Copy link
Author

pchalasani commented Oct 11, 2022 via email

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

3 participants