Nixtla/hierarchicalforecast

from hierarchicalforecast.utils import aggregate

Opened this issue · 0 comments

It is possible to aggregated all columns from data frame with (mean, sum) not only the target (y) ? For example I have some features (ex: price, weather temp, etc.). I would like to have the aggregation for them for each hierarchy level.