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
Would it make sense to have sample_prior be just sample? The idea was to have a similar API to the components which have a method of the same name. However, their workflows are a bit different.
Would it make sense to have
sample_prior
be justsample
? The idea was to have a similar API to the components which have a method of the same name. However, their workflows are a bit different.For instance,
Prior
class:The
HSGP
class has a similar workflow toPrior
class.Similar workflow from the components (Saturation, Adstock, Fourier, LinearTrend, etc)
sample_prior
sample_curve
which takes either prior or posteriorplot_curve
which takes the curveMaybe there can be same renaming argument for the components as well.
Would be interested to hear thoughts
Related to #1345
The text was updated successfully, but these errors were encountered: