Open nikhase opened 7 years ago
Renaming "time" to "bin" and with numericals in the column, then passing to tsfresh:
extract_features(compressed_df, column_id="id", column_sort="bin")
I am fine with changing the naming of the bins if we also change the name of the id column to bin column afterwards.
Tiny correction: The id column stays the same, "time" is changed to "bin".
The "time" shows bins and is encoded as
bin_0.0
. This makes it hard to sort by the column and make plot. What about renaming "time" to "bin" and providing bin numbers?In general, one would like to pass the dataframe to tsfresh, so the "time" column should be ordered accordingly.