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
The problem: The function feature_selection.relevance.calculate_relevance_table() is supposed to support numpy.ndarray as y argument. This causes an attribute error though because numpy.ndarray does not have the sort_index function that is called in line 164 of https://github.com/blue-yonder/tsfresh/blob/main/tsfresh/feature_selection/relevance.py
feature_selection.relevance.calculate_relevance_table()
sort_index
Anything else we need to know?:
Environment:
I think this issue does not depend on the environment.
The text was updated successfully, but these errors were encountered:
Facing the same error. Details regarding my environment
Python version: 3.7
Operating System: Windows 10
tsfresh version: 0.19.0
Install method (conda, pip, source): conda
Sorry, something went wrong.
No branches or pull requests
The problem:
The function
feature_selection.relevance.calculate_relevance_table()
is supposed to support numpy.ndarray as y argument. This causes an attribute error though because numpy.ndarray does not have thesort_index
function that is called in line 164 of https://github.com/blue-yonder/tsfresh/blob/main/tsfresh/feature_selection/relevance.pyAnything else we need to know?:
Environment:
I think this issue does not depend on the environment.
The text was updated successfully, but these errors were encountered: