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
Earlier implementation had a context window decorator.
Current implementation abstracts away all the considerations by only assuming that the inner function satisfies the signature (k, curve). I feel like it might be useful to provide separate APIs to facilitate locally constrained smoothing vs. global context smoothing. e.g. parameterize a LOWESS by separately defining the weight kernel and a constraint on the support of the bandwidth.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Earlier implementation had a context window decorator.
Current implementation abstracts away all the considerations by only assuming that the inner function satisfies the signature
(k, curve)
. I feel like it might be useful to provide separate APIs to facilitate locally constrained smoothing vs. global context smoothing. e.g. parameterize a LOWESS by separately defining the weight kernel and a constraint on the support of the bandwidth.Beta Was this translation helpful? Give feedback.
All reactions