-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/cusum filter #127
Feat/cusum filter #127
Conversation
…m as polars plugin Implemented the rust version of CUSUM and exposed it in the FeatureExtractor class as a plugin. Included a notebook in the documentation and added a new test file for future changepoint detection algorithms.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The name cusum is too prone to be confused with cumsum. Maybe cumul_sum is better? |
The paper written calls it the cusum algorithm... Which I agree is unfortunate. What about |
I don't have a very strong opinion on this but the recent trend of Polars renaming groupby to group_by, cumsum to cum_sum make me think that maybe cul_sum is a good choice... I would leave the decision to you though |
Merged it in. Can decide to change naming in another PR before next release |
Co-authored-by: Nelson Griffiths <[email protected]>
Mostly my changes, but added a few linting changes that ruff wasn't happy about.