You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetching (run_fetch.py) the data worked but it failed afterwards at running the training (run_train.py) with the error
TypeError: dtype '<type 'datetime.datetime'>' not understood
Do you know about it? I tried to fix it in the to_changes function but I just drag another error with me. It seems that converting the date/time fields are not working anymore.
The text was updated successfully, but these errors were encountered:
Hi @maxim5 i tried to run your code,
fetching (run_fetch.py) the data worked but it failed afterwards at running the training (run_train.py) with the error
TypeError: dtype '<type 'datetime.datetime'>' not understood
Do you know about it? I tried to fix it in the to_changes function but I just drag another error with me. It seems that converting the date/time fields are not working anymore.
The text was updated successfully, but these errors were encountered: