标签: azure machine-learning azure-machine-learning-studio
我有一个简单的SQL表,其中包含产品的历史销售数据。字段是产品标识符,销售日期和数量。每个产品都有多个条目/销售。
我希望能够在特定时间段内使用Azure ML生成所有产品的销售预测。
我已经找到了示例/教程(例如https://gallery.azure.ai/Collection/Retail-Forecasting-Template-1),但是对于我的用例而言,它们太复杂了。
实现我所需的流程是什么?谢谢。
答案 0 :(得分:1)
对于时间序列,您会发现很多不错的教程,但我强烈建议以下教程。
Time Series Forecasting as Supervised Learning
How to Grid Search Deep Learning Models for Time Series Forecasting
How To Backtest Machine Learning Models for Time Series Forecasting