-
Notifications
You must be signed in to change notification settings - Fork 176
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
how can the code be runnable for dataframe of column size 18260? #50
Comments
Hi, it's not clear to me what you are trying to achieve. Does your time series really have 18260 features/variables per time step? |
Currently i have dataset with single variant time series with dataframe size of 9000 columns..so when i run the same code using this datset im getting error..how should i make changes to make it work |
Ok, so what do the columns represent? From what I understand, you have a dataset where a single training example is a time series of a single variable and length 18260? Do you have multiple training examples, or your entire dataset is a single long time series? |
Its Single varient time series of length 9000 |
2023-04-12 17:47:26,636 | WARNING : Not all samples have same length: maximum length set to 18260
2023-04-12 17:47:28,605 | INFO : 1212 samples may be used for training
2023-04-12 17:47:28,605 | INFO : 304 samples will be used for validation
2023-04-12 17:47:28,605 | INFO : 0 samples will be used for testing
2023-04-12 17:53:36,348 | INFO : Total number of parameters: 3656002
2023-04-12 17:53:36,348 | INFO : Trainable parameters: 3656002
The text was updated successfully, but these errors were encountered: