You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Anything else we need to know?:
Environment:
I think this issue does not depend on the environment.
Python version:
Operating System:
tsfresh version:
Install method (conda, pip, source):
The text was updated successfully, but these errors were encountered:
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: