Skip to content
New issue

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

Almost useless feature called mean_change #542

Closed
thautwarm opened this issue Jun 2, 2019 · 1 comment
Closed

Almost useless feature called mean_change #542

thautwarm opened this issue Jun 2, 2019 · 1 comment
Labels

Comments

@thautwarm
Copy link

The result is equivalent to (x_last - x_first) / (n - 1).

If you do want this as a feature, (x[-1] - x[0])/(len(x) - 1) instead.

@nils-braun
Copy link
Collaborator

The optimized function is included, thanks to @blu3r4y
It might still be a useless feature, but you never know and that is why we have a feature selection ;-)

dbarbier added a commit to dbarbier/tsfresh that referenced this issue Nov 16, 2019
This is similar to blue-yonder#542, mean_second_derivative_central has a simpler formula.
Also fix its docstring as had been done in blue-yonder#574.
nils-braun pushed a commit that referenced this issue Nov 17, 2019
This is similar to #542, mean_second_derivative_central has a simpler formula.
Also fix its docstring as had been done in #574.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants