We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HolidaysTransform
HolidaysTransform should make it possible to distinct between the holidays
Make work with country holidays more flexible
Add parameter mode which has two possible values:
mode
binary
category
tests/test_transforms/test_inference
No response
The text was updated successfully, but these errors were encountered:
HolidayTransform
malodetz
Successfully merging a pull request may close this issue.
🚀 Feature Request
HolidaysTransform
should make it possible to distinct between the holidaysMotivation
Make work with country holidays more flexible
Proposal
Add parameter
mode
which has two possible values:binary
: we have a binary column which represents the presense of the holiday.category
: we have a categorical column which represents which holiday do we have at each day. A special value is used for days without holiday.Test cases
tests/test_transforms/test_inference
are working correctlyAlternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: