Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个带有 2 个变量“时间”和“传感器测量”的季节性时间序列,我想预测该测量值达到某个值的日期。任何人都可以建议可以提供帮助的模型/算法(我是初学者) PS:使用 python
对于时间序列数据,您可以使用 LSTM 或 GRU 神经网络。他们将是最容易解决您的问题的方法。