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

Input dimension #56

Open
MarcProbst12 opened this issue Oct 17, 2023 · 1 comment
Open

Input dimension #56

MarcProbst12 opened this issue Oct 17, 2023 · 1 comment

Comments

@MarcProbst12
Copy link

Hi, thanks for your work. I have a question regarding how to set up my input dimension for finance application.

My input currently is ( #examples, #features) (1.000.000, 177) . It's grouped according to the share and sorted according to the Date. Can you maybe be so kind and explain me how to set it up so that i can use it for an LTC?

Thanks a lot in advance!

@mlech26l
Copy link
Owner

Hi, the data format should be (#examples, #timesteps, #features).

For example, if we have 100 samples, each being a time-series with 20 timesteps and having 8 features, the training set should be of the shape (100, 20, 8).

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