cuge1995 / awesome-time-series

list of papers, code, and other resources
943 stars 156 forks source link

HyperTS: A Full-Pipeline Automated Time Series Analysis Toolkit. #17

Closed zhangxjohn closed 1 year ago

zhangxjohn commented 2 years ago

Hi, Recommend an automatic time series toolkit HyperTS. Github: https://github.com/DataCanvasIO/HyperTS

Easy-to-use, powerful, unified full pipeline automated time series toolkit. Supports forecasting, classification and regression.

HyperTS is a Python package that provides an end-to-end time series (TS) analysis toolkit. It covers complete and flexible AutoML workflows for TS, including data clearning, preprocessing, feature engineering, model selection, hyperparamter optimization, result evaluation, and visualization.

Multi-mode drive, light-heavy combination is the highlighted features of HyperTS. Therefore, statistical models (STATS), deep learning (DL), and neural architecture search (NAS) can be switched arbitrarily to get a powerful TS estimator.

cuge1995 commented 1 year ago

Thanks for the recommendation.