-
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
No such element error? #95
Comments
Not sure, unfortunately. Could you provide a piece of code and a data set to reproduce the bug? Then we can have a look and fix it. |
The error is occurring while training. I am just calling updateModel. Thew data is HUGE (nearly 30 GB). Does this mean a categorical variable is taking a value which is not present in the Header in the ARFF file? |
No, I don't think so. It seems related to sequence_id and time_id values of the instances. Could provide a small piece of the data (just few hundred samples) we could try to look at it? Otherwise, please check that your instances are grouped by sequence_id and then by time_id. And please also check that the provided sequence_ids and time_ids are consecutive. For example, Seq_id, Time_id |
Even the SEQUENCE_ID has to be in sequence? I just make sure that just TIME_ID is in sequence and not SEQUENCE_ID? I could have one SEQUENCE_ID missing in between. |
You are right, SEQUENCE_ID no need to be in sequence. |
What does this error mean?
The text was updated successfully, but these errors were encountered: