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
Both Bootstrap and Normality probabilistic reconcilers require inputs that depend on a previous run of mean hierarchical reconciliation methods.
Currently the instantiation of probabilistic reconcilers in HierarchicalForecast.reconcile is complicated due to the effort of sending samplers as part of the reconcile_fn arguments.
I believe that separating the responsabilities between reconcile_fn and prob_reconcile_fn, used after the use of the reconcile_fn can improve code's readability and will help to simplify the instantiation of the samplers.
The text was updated successfully, but these errors were encountered:
Both
Bootstrap
andNormality
probabilistic reconcilers require inputs that depend on a previous run of mean hierarchical reconciliation methods.Currently the instantiation of probabilistic reconcilers in
HierarchicalForecast.reconcile
is complicated due to the effort of sendingsamplers
as part of thereconcile_fn
arguments.I believe that separating the responsabilities between
reconcile_fn
andprob_reconcile_fn
, used after the use of thereconcile_fn
can improve code's readability and will help to simplify the instantiation of thesamplers
.The text was updated successfully, but these errors were encountered: