tsfresh
needs input data in a specific column. I initially assumed that column_id
is just row_index but I fear it's wrong.
I have sensor data - pressure sensor, temperature sensor and humidity sensor being captured at 10 sec interval. Thus it's 4 column pandas DataFrame
. Now tell me how shuld the data be used like ? What is column id
?
The documentation is good here but just that I'm not able to understand what they mean by entity
. Each sensor measures a distinct thing and all are installed in a machine unit.