You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a time series only has one observation, the HierarchicalPlot.plot_hierarchically_linked_series fails. The error arises because of the following line,
When a time series only has one observation, the
HierarchicalPlot.plot_hierarchically_linked_series
fails. The error arises because of the following line,hierarchicalforecast/hierarchicalforecast/utils.py
Line 124 in 52a3525
In that case,
Y_df.loc[series]
returns apd.Series
object instead of apd.DataFrame
object and therefore the index cannot be set.The text was updated successfully, but these errors were encountered: