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
Users have reported issues trying to run MinTrace(method=='mint_shrink').
I suspect that it is related to datasets with time series of distinct lengths (in our examples all time series have the same length and the method works fine). In particular, I think that line 441 below is not working correctly. It should ignore the NAS in the residuals matrix generated by the difference in lengths, but perhaps it is not ignoring them.
Users have reported issues trying to run
MinTrace(method=='mint_shrink')
.I suspect that it is related to datasets with time series of distinct lengths (in our examples all time series have the same length and the method works fine). In particular, I think that line
441
below is not working correctly. It should ignore the NAS in the residuals matrix generated by the difference in lengths, but perhaps it is not ignoring them.hierarchicalforecast/hierarchicalforecast/methods.py
Lines 438 to 457 in 2df1dd8
The text was updated successfully, but these errors were encountered: