tsflex icon indicating copy to clipboard operation
tsflex copied to clipboard

Flexible time series feature extraction & processing

Results 38 tsflex issues
Sort by recently updated
recently updated
newest added

## :recycle: Refactor indexing * :bug: fix bug with `vectorized=True` for strided rolling - [x] vectorized support for single feature windows - [x] vectorized support for empty feature windows -...

Hello, First of all, I would like to thank you for the really nice library. I think it is much more straight forward and at the same time flexible, compared...

bug

Current version: ![image](https://user-images.githubusercontent.com/38005924/172351305-06d9616e-f060-4d12-8791-9935ff4e9875.png) new features: * add the columns: `duration %` -> can be directly calculated from the duration column, so does not need to be stored within the logs...

enhancement

Create a Segmenter class, this class exposes (in a clean interface) the creation of `stroll`s (from the StridedRolling class). Such a class enables users to create efficiently strided rolls (`stroll`s),...

enhancement

* https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.resample.html. * https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rolling.html?highlight=rolling#pandas.DataFrame.rolling Maybe we can use * the same naming convention * or even re-use their underlying logic (i.e., don't reimplement the wheel)

There should at least be an option to conveniently align the feature windows when there is an equal stride (or multiples of the minimal stride). This issue persists when the...

The chunking submodule is an amazing feature of `tsflex`, however it still has some flaws. It assumes: - [ ] that each series-signal is sampled at a (nearly) fixed frequency)...

enhancement

Add `catch_errors` flag to make robust and return the `error_val` in those cases.

enhancement

Perform feature extraction with an identifier / group column. Some example use cases; your data is a long table format of time series from; * Multiple patients * Multiple measurements...