We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
longest_streak_above/below_mean
longest_streak_above_mean and longest_streak_below_mean use the polars rle function that returns
longest_streak_above_mean
longest_streak_below_mean
rle
Expression of data type Struct with fields `len` of data type UInt32 and `value` of the original data type
functime expects length rather than len and value rather than values so fails on latest polars release
functime
length
len
value
values
functime/functime/feature_extractors.py
Line 998 in ef23263
Line 1027 in ef23263
I'm happy to create a pull request once #245 gets merged
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
longest_streak_above_mean
andlongest_streak_below_mean
use the polarsrle
function that returnsfunctime
expectslength
rather thanlen
andvalue
rather thanvalues
so fails on latest polars releasefunctime/functime/feature_extractors.py
Line 998 in ef23263
functime/functime/feature_extractors.py
Line 1027 in ef23263
I'm happy to create a pull request once #245 gets merged
The text was updated successfully, but these errors were encountered: