# Collecting holidays features
self._features = [section for section in self._config
- if self._config[section].getboolean('numerical')
- or self._config[section].getboolean('categorical')]
+ if self._config[section].getboolean('binary')
+ or self._config[section].getboolean('categorical')
+ or self._config[section].getboolean('numerical')]
self._dated_features = {}