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
Some methods like TopDown, BottomUp, ERM benefit a lot from sparse matrix operations.
Luckily the numpy's and scipy.sparse's matrix multiplications can both be expressed with .dot method.
It would be convenient to make the HierarchicalForecast library agnostic to the method's sparsity by changing all the corresponding matrix multiplications.
The text was updated successfully, but these errors were encountered:
Some methods like
TopDown
,BottomUp
,ERM
benefit a lot from sparse matrix operations.Luckily the
numpy
's andscipy.sparse
's matrix multiplications can both be expressed with.dot
method.It would be convenient to make the HierarchicalForecast library agnostic to the method's sparsity by changing all the corresponding matrix multiplications.
The text was updated successfully, but these errors were encountered: