【发布时间】:2018-08-16 06:08:45
【问题描述】:
我有近 10 年的销售数据,假设格式如下:
DateKey Product Count Price Type
20140701 Shoe 10 $100 X
20140701 Shoe 5 $40 Y
20140702 Shirt 50 $80 Z
20140703 Shoe 10 $105 A
.
.
20180630 . ......
现在我想预测这个财政年度(2018-19)的销售细目。
我有 2018 年 7 月的销售数据,可用于对我的模型进行评分,但我不确定要使用哪种算法。我正在使用 Azure ML Studio
【问题讨论】:
标签: machine-learning prediction forecasting