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, _compute_P_ABBA has some nested logic for choosing the "right" matrix profile algorithm. Instead, we should use from functools import partial to manage this so that the interface is simplified
Currently,
_compute_P_ABBAhas some nested logic for choosing the "right" matrix profile algorithm. Instead, we should usefrom functools import partialto manage this so that the interface is simplified