1
0
Форкнуть 0

Update PromoSimulationWalkthrough.md

Added sentence about changing CurrentDates in PromoSimulation to match up with Sales Dates. Also moved sentence about forecastPeriod.
This commit is contained in:
Eric Wright 2017-08-01 16:34:01 -07:00 коммит произвёл GitHub
Родитель 9f82af9a1f
Коммит f369a3cede
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -32,7 +32,6 @@ You have already completed the first step of those instructions (set up web serv
Follow the instructions in the spreadsheet, but choose A18 as the destination (output) cell.
As <tt>datasetName</tt> parameter of the service, you can use 'latestDemoBuild'
if the solution has run for a while and a model has been generated.
For forecastPeriod, choose 3.
If the table at A18 fills out successfully, then your model has already been built by Azure Data Factory.
If you get an error, please build a model according to the instructions in the next section.
@ -50,14 +49,14 @@ In this case, build a model from your data ad-hoc.
To build a model, open the Excel workbook and navigate to the Data and Model tab.
Follow the instructions on the spreadsheet, choosing some name other than
'latestDemoBuild' for the datasetName.
'latestDemoBuild' for the datasetName. For forecastPeriod, choose 3.
Creating the model will take about 3 minutes for the OJ dataset and produces
as output the lists of valid values for Products, Locations, etc. that the model
recognizes.
Now repeat the instructions in the Promotion Simulation exercise with the
datasetName being your chosen one.
datasetName being your chosen one. You may need to change the values in the CurrentDate columnn to correspond with the date range represented in the SalesDates column in the "Data and Model" worksheet.
## Building a model from your own data