---
title: Create audiences with Predict
description: This article describes how to use your predictions to create one or more audiences.
url: https://docs.tealium.com/server-side/predict/audiences/enrich-your-output-attribute/
---
After a model is deployed and making predictions, a common next step is to use your predictions to create one or more audiences.

With every deployed model, you generate a visit-scoped output attribute. Because the output attribute by default does not persist after each visit, you may want to enrich this attribute to be visitor-scoped. With a visitor-scoped output attribute, you can use additional tools such as [visitor search](https://docs.tealium.com/visitor-search/) or [audience discovery](https://docs.tealium.com/about-audience-discovery/).

Complete the following steps to enrich an output attribute generated by Tealium Predict:

1. Navigate to **Transform > Predict > Deployed Model Dashboard.**
1. Click **Model Details** for the model associated with the output attribute you want to enrich.
1. In the model **Live Performance** screen, click the output attribute.  
![](https://docs.tealium.com/images/predict/predict-output-attribute.png)
1. In the **Visitor/Visit Attributes** screen, note the name of the output attribute you want to enrich.
1. Click **+ Add Attribute**.
1. Select the **Visitor** scope and click **Continue**.
1. Select the **Number** attribute and click **Continue**.
1. Configure the attribute with the following settings:
      1. In the **Title** field, enter in a name for the Visitor-scoped Number attribute. For example, "Most recent score for \{your output attribute name\}".
      1. In the **Type** field, select **Decimal (default)**.
      1. Click **Add Enrichment** and select a **Set Number** enrichment.
      1. Set the enrichment to the name of your Visit-scoped output attribute.
      1. Set this enrichment to run at the end of each visit by selecting **Visit ended** in the **WHEN** field  
    ![](https://docs.tealium.com/images/predict/predict-visitor-scoped-attribute-properties.png)
1. Click **Finish**.
1. Save and publish your profile.
