TorchSpatiotemporal / tsl

tsl: a PyTorch library for processing spatiotemporal data.
https://torch-spatiotemporal.readthedocs.io/
MIT License
236 stars 22 forks source link

Add method for datetime_holidays features #4

Closed steve3nto closed 2 years ago

steve3nto commented 2 years ago

New method to get datetime_holidays features for any year, country (and state/region/canton)

Uses same interface as for the other datetime features. For the holidays calendars, it relies on the holidays package --> https://pypi.org/project/holidays/