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.
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.