Sales forcast
-
12 Temmuz 2012 Perşembe 09:40
Hi,
I would like to do a sales forcast for a restaurant involing factors like past and future weather data and take into account the impact of events in the neighborhood and holidays.
How can I accomplish that in ssas datamining?I started with a the time series algo....and tried to find the relationship between sales and weather through the decision tree algo. My problem is how to combine these algorithm? Or can I accomplish all of the requirements with one of them?
It would be awesome if you could help me out!Thanks!!
Tüm Yanıtlar
-
12 Temmuz 2012 Perşembe 16:56Yanıtlayıcı
You should be able to build your model with Microsoft Time Series Algorithm.
You can have your data in the form similar to
Date Sales Chance of Rain Special Event Attendance
01/01/2001 5000 40 500
01/02/2001 3000 30 0
01/03/2001 2500 30 0
02/14/2001 6000 0 100
When you create a model, there is an algorithm parameter that specifies what algorithm to use. You need to use ARTXP algorithm, not ARIMA (ARTXP does cross-predictions, this way predictions of one series values are affected by other series).
Tatyana Yakushev [PredixionSoftware.com]
-
13 Temmuz 2012 Cuma 08:36
Hi Tatyana thanks for your help!
The issue I have with this is, that I can not influence upcoming events with this method. For instance some events a random and are not on the exact same day each year! There is no way I can tell that the algorithm right? Same with the weather: I got weather data measurement for the last couple of years and would like to use the actual weather forcast in my sales predicion! If I do a cross prediction it implicitly forcasts the weather automatically right?
I wanna do a forcasts like that:
For instance: Next week in general: sunny and warm each day , tuesday has a special event in one of my stores + it will rains. I think the time series algo can not help with that right? because it has no input option for future events?
-
14 Temmuz 2012 Cumartesi 00:37Yanıtlayıcı
Microsoft time series algorithm allows you to provide values for one series to get more accurate predictions for another series.
(there is even sample viewer where you can do this kind of analysis without writing DMX http://www.sqlserverdatamining.com/ssdm/Default.aspx?tabid=97&Id=382 )
Here is how it is done http://msdn.microsoft.com/en-us/library/ms132167.aspx (look at Example 3: Adding New Data and Using EXTEND_MODEL_CASES) and http://technet.microsoft.com/en-us/library/cc879278.aspx
Tatyana Yakushev [PredixionSoftware.com]
- Yanıt Olarak Öneren Tatyana YakushevEditor 14 Temmuz 2012 Cumartesi 00:38
- Yanıt Olarak İşaretleyen Tatyana YakushevEditor 16 Temmuz 2012 Pazartesi 21:00