sberbank-ai-lab / LightAutoML

LAMA - automatic model creation framework
Apache License 2.0
893 stars 92 forks source link

Fix of time-zone aware date time field issue #85

Closed PhySci closed 2 years ago

PhySci commented 3 years ago

Automatic guess of date time columns fails if datatime in time-zone aware format. In this case dt.tz_localize() raises TypeError (see here) and the whole process is being broken.