flirt icon indicating copy to clipboard operation
flirt copied to clipboard

Are you ready to FLIRT with your wearable data?

Results 9 flirt issues
Sort by recently updated
recently updated
newest added

After reviewing your code more it appears that most of the functionality claimed in the paper is missing. https://www.sciencedirect.com/science/article/pii/S0169260721005356 Are there plans to fix this?

Non-unicode characters in readme and a deprecation error in astropy prevented the installation of the eda-feature -branch. Here they are fixed. Also the Numba nopython warning (in fractal.py) is fixed.

Is the project being maintained? There have been open issues and pull requests for a long time.

# Fixing EDA CVX matrix creation Related to issue #6 The `cvx.matrix` call can raise a `buffer format not supported` exception resulting in an empty end DataFrame from feature extraction....

Python 3.11.3 Numba: 0.57.1 `flirt/lib/entropy/fractal.py:106: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will...

Heyhey, This issue was initiated by a discussion in which Felix was confused by usage of the phrase "lineintegral" instead of just an integral. As we understood it, line integral...

`mypy` throws an error whenever I am importing `flirt` as there are no type stubs available

Hi, I was looking at your code base today and wanted to use your __cvx_eda implementation. After looking around online I found what looks to be an [original implementation](https://github.com/lciti/cvxEDA/blob/master/src/cvxEDA.py) which...

Add "custom_range" parameter to stats and hrv feature functions which allows user to specify a custom time range. This is useful if only certain sections of the time series are...