predict-idlab / tsflex

Flexible time series feature extraction & processing
https://predict-idlab.github.io/tsflex/
MIT License
400 stars 26 forks source link

Help with feature extraction #96

Open deepkachhawa7 opened 1 year ago

deepkachhawa7 commented 1 year ago

Hello Team, I am working on this dataset[https://www.kaggle.com/competitions/LANL-Earthquake-Prediction/data] and I am planning to create the features with the help of tsflex.

I have one column which is acoustic_data which is a continuous value and I want to create statistical features for this column.

do I need to manually define all the features or will it generate all the features automatically?