tsfresh
tsfresh copied to clipboard
Use pandas Index.equals in check_if_pandas_series
The current implementation of checking the index of x and y is very unefficient for large data. Using the Panda function Index.equals solves this.