-
Notifications
You must be signed in to change notification settings - Fork 35
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
Multiclass prediction #28
Comments
@TomKoester does it even work for single class predictions? happy to build it if you can show me your results |
i forked my repo from the original thuml repo. Is it even possible to use the training classes for the multilabel classification? Or do you think im better with implementing this by myself? |
I've read the paper again. Did i understand it right that the iTransformer doesnt care about the input/target features as it predicts ALL features? |
Hey @lucidrains , its me again :) whats your thought on that? |
@TomKoester, there are no features and targets. Inputs are separate time series and outputs are predictions for each one of them. |
Hey,
is it possible to do multi class prediction with this?
my data has the following format:
Timestamp Feature 1 ... Feature X Target 1 .. Target X
Can you give me a short example how the iTransformer knows what columns the Targetfeatures are?
Thanks
The text was updated successfully, but these errors were encountered: