Sales prediction in Azure ML

守給你的承諾、 提交于 2019-12-23 04:49:11

问题


I am very new to Azure Machine Learning things, one of our client use to sell some fresh products to business people. They have a 'suggested buy' system, a feature will suggest some quantities to buy based on customer's sales history.

After client came to know about Microsoft's Azure ML, they want to use that prediction system to suggest quantities to customers.

We have sales data with these columns,

  • CustomerName
  • ItemName
  • OrderDate
  • QuantityPurchased
  • QuantitySold

We would like customers have suggested quantity should come from Azure ML using the Sales Data.

Can some one please suggest me how can I do this?

Thanks much in advance.


回答1:


Here is the generic template for doing retail sales forecasting:

https://gallery.cortanaintelligence.com/Collection/Retail-Forecasting-Template-1

Here is the experiment that is pretty good starting point for exactly this type of problem - https://gallery.cortanaintelligence.com/Experiment/Regression-Demand-estimation-4



来源:https://stackoverflow.com/questions/36547545/sales-prediction-in-azure-ml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!