Skip to content

Commit f7fb2d2

Browse files
authored
Add FAQ about average.md
1 parent 330b71e commit f7fb2d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unify/Traits/predictions/using-predictions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,8 @@ Yes. Keep the following in mind when you work with Predictions:
126126
- **Predictions will not work as intended if you track more than 5,000 unique events in your workspace.**
127127
- **Prediction is failing with error "We weren't able to create this prediction because your requested prediction event is not being tracked anymore. Please choose a different prediction event and try again."** Predictions are computed based on the available data and the conditions specified for the trait. A gap in tracking events for seven continuous days could potentially affect the computation of the prediction.
128128
Nevertheless, once data tracking resumes and there is enough data, the prediction should be recomputed.
129+
130+
#### How is the average defined?
131+
132+
The combined probabilities are summed up and then divided by total number of users. A score below 1 in "Likelier to convert than average" means that the user is less likely than average to convert.
133+

0 commit comments

Comments
 (0)