# Training Predictors

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/amazon-forecast-developer-guide.git)
{% endhint %}

## Predictor Metrics

* **Note**\
  For Average wQL, wQL, RMSE, MASE, MAPE, and WAPE metrics, a lower value indicates a superior model.
* **Note**\
  Export files can directly return information from the Dataset Import. This makes the files vulnerable to CSV injection if the imported data contains formulas or commands. For this reason, exported files can prompt security warnings. To avoid malicious activity, disable links and macros when reading exported files.

## Retraining Predictors

* **Note**\
  Retraining is only available for predictors created with AutoPredictor ([`CreateAutoPredictor`](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_forecast/API_CreateAutoPredictor.md)). You can upgrade existing legacy predictors to AutoPredictor. See [Upgrading to AutoPredictor](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_forecast/howitworks-predictor.md#upgrading-autopredictor).

## Weather Index

* **Note**\
  You can manually select a time zone outside of the *US region*, *Canada region*, *South America region*, *Central America region*, *Asia Pacific region*, *Europe region*, and *Africa & Middle East region*. However, all geolocation values must still be within one of those regions.

## Predictor Explainability

* **Note**\
  Predictor Explainability is only available for predictors created with AutoPredictor. You can upgrade existing legacy predictors to AutoPredictor. See [Upgrading to AutoPredictor](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_forecast/howitworks-predictor.md#upgrading-autopredictor).
* **Note**\
  You can create a maximum of one Predictor Explainability per predictor
* **Note**\
  Export files can directly return information from the Dataset Import. This makes the files vulnerable to CSV injection if the imported data contains formulas or commands. For this reason, exported files can prompt security warnings. To avoid malicious activity, disable links and macros when reading exported files.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awsnotes.dendron.so/machine-learning/amazon-forecast/topics/training-predictors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
