# Regressors in action

Regressors help time series forecasting models “think ahead” by adding relevant external factors that influence the predicted outcome—such as promotions, price changes, or weather conditions. This makes your forecast more intelligent and better aligned with real-world scenarios.<br>

#### 📊 Key Takeaways from Our Case Study:

* Adding regressors to a sales forecast increased accuracy by 36%.
* Regressors helped the model understand why sales might spike or drop—beyond just seasonal patterns.
* They capture cause-effect relationships that time-based signals alone can’t fully explain.
* Results were visible immediately: better performance metrics like lower error rates (e.g., MAE, RMSE) and more accurate predictions during key events.

***

#### ⚡ Before vs After Regressors<br>

Below you can see a direct visual comparison of model performance before and after applying regressors:

<figure><img src="/files/5pUOcaSDT2cLNOoiW4MD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9pho9XuWEfDeNtI68Nm0" alt=""><figcaption></figcaption></figure>

***

#### ✅ Why It Matter?

Regressors turn a simple forecast into a strategic tool. They give your model context about what’s happening in the business, allowing it to:

* Anticipate demand shifts more accurately
* Understand the impact of external drivers
* Provide more actionable insights for planning and decision-making

***

#### 📖 Full Article

Read the full story and real-life example on our blog:

&#x20;[Forecasting That Thinks Ahead: How Regressors Improved Accuracy by 36%](https://graphite-note.com/forecasting-that-thinks-ahead-how-regressors-improved-accuracy-by-36/)\
\
![](/files/fl0nsom9iRB4SJBbjpPN)


---

# 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://docs.graphite-note.com/graphite-note-documentation/graphite-note-models/advanced-ml-model-settings/regressors/regressors-in-action.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.
