Skip to content

Add Predictions FAQ on Calculating Averages #6962

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/unify/Traits/predictions/using-predictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@ Yes. Keep the following in mind when you work with Predictions:
- **Predictions will not work as intended if you track more than 5,000 unique events in your workspace.**
- **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.
Nevertheless, once data tracking resumes and there is enough data, the prediction should be recomputed.

#### How is the average calculated?

The probabilities for all users are added together and then divided by the total number of users. If a user's score in "Likelier to convert than average" is below 1, it means they are less likely than the average user to convert.
Loading