Skip to content

Commit

Permalink
🎉 validate pyentrp integration (#95)
Browse files Browse the repository at this point in the history
* 🎉 validate pyentrp integration

* 🙏
  • Loading branch information
jvdd authored Jun 6, 2023
1 parent 00c37eb commit 878dfa7
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 242 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tsflex is a domain independent package for time series processing & feature extr

With existing popular data-science packages tsflex integrates natively<sup>*</sup>:
* **Processing**: e.g., [scipy.signal](https://docs.scipy.org/doc/scipy/reference/tutorial/signal.html), [statsmodels.tsa](https://www.statsmodels.org/stable/tsa.html#time-series-filters).
* **Feature extraction**: e.g., [numpy](https://numpy.org/doc/stable/reference/routines.html), [scipy.stats](https://docs.scipy.org/doc/scipy/reference/tutorial/stats.html), [antropy](https://raphaelvallat.com/antropy/build/html/api.html), [nolds](https://cschoel.github.io/nolds/nolds.html#algorithms).
* **Feature extraction**: e.g., [numpy](https://numpy.org/doc/stable/reference/routines.html), [scipy.stats](https://docs.scipy.org/doc/scipy/reference/tutorial/stats.html), [antropy](https://raphaelvallat.com/antropy/build/html/api.html), [nolds](https://cschoel.github.io/nolds/nolds.html#algorithms), [pyentrp](https://github.com/nikdon/pyEntropy).

> <sup>*</sup> *Note that some functions, should be decorated with the `FuncWrapper`. This is for example necessary when a function returns a tuple of values or when a function requires a keyword argument.*
Expand Down
Loading

0 comments on commit 878dfa7

Please sign in to comment.