Skip to content
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

detrend as expr, bug fixes #155

Merged
merged 1 commit into from
Dec 29, 2023
Merged

detrend as expr, bug fixes #155

merged 1 commit into from
Dec 29, 2023

Conversation

abstractqqq
Copy link
Collaborator

Reference Issues/PRs

#141

What does this implement/fix? Explain your changes.

Fixed rolling and detrend. Now tests are passing. They broke because Polars changed behavior of rolling and group_by_dynamic a long time ago.

Also added a detrend as an expression, which is only meant for one time usage.

Also fixed a few bugs in test_tsfresh too (again maybe because some null behavior changed in recent versions of Polars)

Any other comments?

Now test_preprocessing and test_tsfresh should all pass.

@topher-lo topher-lo merged commit 9355ed8 into main Dec 29, 2023
4 checks passed
@topher-lo topher-lo deleted the detrend branch December 29, 2023 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants