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
Currently SeededBinarySegmentation loops over the seeded intervals and runs change_score.evaluate() over splits in each interval. Should be possible to generate all intervals with splits and run change_score.evaluate() in one go. Transfers the interval loop to numba if possible.
The text was updated successfully, but these errors were encountered:
Tveten
changed the title
Improve computational performance of seeded binary segmentation
[ENH] Improve computational performance of seeded binary segmentation
Dec 4, 2024
Currently SeededBinarySegmentation loops over the seeded intervals and runs change_score.evaluate() over splits in each interval. Should be possible to generate all intervals with splits and run change_score.evaluate() in one go. Transfers the interval loop to numba if possible.
The text was updated successfully, but these errors were encountered: