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
Thanks for this comparison. The function from ruptures that you used is not really optimized for the piecewise constant model (it is pure python). You should compare to rpt.KernelCPD(kernel="linear") instead, which calls a C implementation.
I utilize numpy vectorization, resulting in significantly faster processing speeds.
My Test Code
The text was updated successfully, but these errors were encountered: