pyronear / pyro-risks

Data science for wildfire risk forecasting and monitoring
https://pyronear.github.io/pyro-risks
Apache License 2.0
25 stars 8 forks source link

[models] Add DateTransformer #45

Closed jsakv closed 7 months ago

jsakv commented 3 years ago

Motivation

Currently, we do not use time-related features during training, It could be interesting to include them in our pipeline. They might be relevant proxies for tourism and or accidental fire ignitions for instance.

🚀 Feature

Implement a DateTransformer preprocessing object

Design Proposal

The DateTransformer should: