-
Notifications
You must be signed in to change notification settings - Fork 45
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
LSTMDetection throws a ValueError on date column #422
Comments
Were you able to solve the issue? |
yes |
how? |
@mohammedsabiya can you please share with us how did you solve it |
@Ng-ms @mohammedsabiya @iamamiramine I was able to reproduce the issue and I opened a new ticket here for the team to look at: #584 I will close this issue out for now and mark as Duplicate of #584 -- we can focus our discussion in the new issue. Can you folks try the following workaround to see if that resolves the issue?
Suggested WorkaroundFor now, manually cast your datetime columns to the datetime dtype before using LSTMDetection. One quick way is using
|
Environment Details
Error Description
I have an error when I try to use
Detection: Sequential
metrics to evaluate the real data and synthetic data.The error is here as follows:
I am getting the same error when using
LSTMClassifierEfficacy
as well.The unknown categories that are mentioned in the error are from the
date
column. Thetype
of thedate
column isobject
in both real and synthetic data.Code Implementation
Here is the code:
Thank you :)
The text was updated successfully, but these errors were encountered: