etna icon indicating copy to clipboard operation
etna copied to clipboard

Enhance `HolidaysTransform`

Open alex-hse-repository opened this issue 2 years ago • 0 comments

🚀 Feature Request

HolidaysTransform should make it possible to distinct between the holidays

Motivation

Make work with country holidays more flexible

Proposal

  1. Add argument add_holiday_names: bool = False -- if True, create the column with the holidays names
  2. Add argument separate_holidays: bool = False -- if True, create separate column for each holiday

Test cases

  1. Check that new flags works correctly
  2. Check that all columns created when new flags are True are added to the list of regressors

Alternatives

No response

Additional context

No response

Checklist

  • [ ] I discussed this issue with ETNA Team

alex-hse-repository avatar Jun 21 '22 04:06 alex-hse-repository