DataCanvasIO / HyperTS

A Full-Pipeline Automated Time Series (AutoTS) Analysis Toolkit.
https://hyperts.readthedocs.io
Apache License 2.0
260 stars 27 forks source link

hyperts for time series regression example #76

Open bhralzz opened 1 year ago

bhralzz commented 1 year ago

Hi there, is there any sample for regression on multivariate time series?

zhangxjohn commented 1 year ago

Time series regression is same as classification, the only differience is label. Then you can refer to https://github.com/DataCanvasIO/HyperTS/blob/main/examples/05_classification_experiment.ipynb.