Why are my Amazon Forecast results based on location inaccurate?

0

We get excellent results when we run separate Amazon Forecast analysis for two different data sets (for different cities). However, when we merge the two data sets and add a location as a new dimension in the target data set, the results aren't accurate anymore. What's the reason for this inaccuracy? We added the location as categorical (string) data. Should we add the location as one-hot encoding data?

AWS
질문됨 4년 전245회 조회
1개 답변
0
수락된 답변

The inaccurate Amazon Forecast results might be because of the following: When you process the data for each city individually, Amazon Forecast builds a model for the first city, another model for the second city, and so on. When you process the merged data, Amazon Forecast builds a single model rather than minimizing the forecasting errors across both cities. If the data that's merged is very different, the merging might produce an "average" model. This explanation is oversimplified. However, understanding the statistical distribution of the used data might be critical to determine whether a global model can be applied to all cities or individual models are mandatory to get proper predictions.

This is an example of a usual debate between "one global model for every situation" vs. "N specific models for each situation". This issue doesn't have a one-size-fits-all solution.

profile pictureAWS
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠