MLBazaar / MLBazaar/MLPrimitives

Add new primitive: Butterworth filter

Open
#167 2 comments 0 reactions 1 assignee View on GitHub

@AlexanderGeiger is already working on this.

Since Apr 30, 2019.

approved new primitives
Dominant language
Python
Stars
70
Forks
37
PR merge metrics
No merged PRs in 30d

Description

Description

A low pass filter (in this example a butterworth filter) for the preprocessing of time series data.

The outcome of such a filter should be similar to the moving aggregations, but the number of samples will not be decreased and therefore might improve the performance of the pipeline.

It takes an array of the data, that should be filtered, as input and returns another filtered array.

What I Did

I started implementing this primitive for testing purposes in the butterworth branch on my fork, which you can check out.

Concretely, I added a Primitive JSON file and a custom function in timeseries_preprocessing.py.

Any feedback on the primitive itself and the implementation would be highly appreciated.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.