请各位大神推荐几个处理时间序列数据比较有效的方法(可以较好的提取时序数据特征),谢谢啦!
如果你要傻瓜化的,就用 Amazon Forecast https://aws.amazon.com/cn/blogs/china/amazon-forecast-time-series-forecasting-made-easy/?nc1=b_rp如果自己写,可以用 deep rnn/lstm等算法,用pytorch、keras、tensorflow等框架自己实现