Examining the data
It's always a good idea to have a feel for the nature of your data before building a model.
Does the data exhibit seasonal variations? Although Watson Studio can automatically find the best seasonal or nonseasonal model for each series, you can often obtain faster results by limiting the search to nonseasonal models when seasonality is not present in your data. Without examining the data for each of the local markets, we can get a rough picture of the presence or absence of seasonality by plotting the total number of subscribers over all five markets.
- From the Graphs palette, attach a Time Plot node to the Filter node.
- Add the
Total
field to the Series list. - Deselect the Display series in separate panel and Normalize options. Save the changes.
- Hover
over the Time Plot node and click the Run icon . Open the output that was generated.
The series exhibits a very smooth upward trend with no hint of seasonal variations. There might be individual series with seasonality, but it appears that seasonality isn't a prominent feature of the data in general.
Of course, you should inspect each of the series before ruling out seasonal models. You can then separate out series exhibiting seasonality and model them separately.
Watson Studio makes it easy to plot multiple series together.
- Double-click the Time Plot node to open its properties again.
- Remove the
Total
field from the Series list. - Add the
Market_1
throughMarket_5
fields to the list. - Run the Time Plot node again.
Inspection of each of the markets reveals a steady upward trend in each case. Although some markets are a little more erratic than others, there's no evidence of seasonality.