Hi,
I have a multivariate time series (3D) dataset of the shape, (samples, sequences, features). For instance, (patients, time_sequences_in_hour, features), whereby each sample is a distinct group of time sequences.
The feature selection libraries in Python that I have surveyed so far are on tabular (2D) data, i.e: ReliefF, https://epistasislab.github.io/scikit-rebate/. Is there a feature selection library in Python that works well for multivariate time series dataset as I mentioned above?
Thank you.