ChangWeiTan / TS-Extrinsic-Regression

This repository contains the source code for time series regression.
GNU General Public License v3.0
95 stars 19 forks source link

some suggests #4

Closed xiaolongwu0713 closed 11 months ago

xiaolongwu0713 commented 3 years ago

Hi, Please specify the input dimension and meaning of each axis for the regressor. It's not user-friendly.

ChangWeiTan commented 3 years ago

Hi, please check my latest update. I have added some descriptions to the docstring for the regressors. Generally, all of the time series regressors take in inputs of (examples, timestep, channels). The classical regressors take in (examples, num_features) where in this work, the num_features are just the time series points. Let me know if this is still not clear. Thank you