analyticalmindsltd / smote_variants

A collection of 85 minority oversampling techniques (SMOTE) for imbalanced learning with multi-class oversampling and model selection features
http://smote-variants.readthedocs.io
MIT License
631 stars 137 forks source link

Could I apply this package to the time-series raw data? #54

Closed ijunglee closed 2 years ago

ijunglee commented 2 years ago

Hi, I am doing a project which requires to directly input the time-series sensor data, such as acceleration and angular velocity, to the regression-based deep learning model for predicting a score of movement for each subject. However, I noticed that there are quite few subjects with a certain range of score, and the accuracy of the model dropped when the score of the subject for testing is in this range. I have read the documentation of SMOTE and it seems that SMOTE-based algorithm are mainly used for augmenting the features, not time-series raw data. Is that possible to directly apply the SMOTE-based algorithm to the time-series raw data? Thank you so much in advance!