-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error in verify_new_data()
#39
Comments
Hello @Sanaxen, You get the cause of it in there : Lines 148 to 160 in 226d21f
Or, in plain english, you have some observations with the same index and key in common between your This smells like data leakage, that you want to avoid at any cost. Hope it helps ! |
Hi, @cregouby, Data divided into train, valid, and test
past_data = bind_rows(train, valid)
|
I also found the same error even though my test data date is ahead of the train data. |
This is a bug. Would be nice if you could paste a reproducible example so it's quicker for us to debug. |
https://github.com/jbrownlee/Datasets/blob/master/airline-passengers.csv |
Thanks |
What is the cause of this error?
It may be a coincidence, but this error seems to occur with other data as well, apparently monthly data.
For example, the famous `AirlinePassengers.csv' also gives this error
The text was updated successfully, but these errors were encountered: