From f7fb2d23e89158bd02c3081e108b0681a26b8148 Mon Sep 17 00:00:00 2001 From: Esteban Gonzalez Corti Date: Wed, 21 Aug 2024 11:38:31 +1000 Subject: [PATCH 1/2] Add FAQ about average.md --- src/unify/Traits/predictions/using-predictions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/unify/Traits/predictions/using-predictions.md b/src/unify/Traits/predictions/using-predictions.md index 004ae32e4d..9f18f7974e 100644 --- a/src/unify/Traits/predictions/using-predictions.md +++ b/src/unify/Traits/predictions/using-predictions.md @@ -126,3 +126,8 @@ 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 defined? + +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. + From f4c06239f00b691e5293b4fb4549f8d944b2fa2d Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:09:08 -0500 Subject: [PATCH 2/2] rewording for clarity --- src/unify/Traits/predictions/using-predictions.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/unify/Traits/predictions/using-predictions.md b/src/unify/Traits/predictions/using-predictions.md index 9f18f7974e..1614e31c76 100644 --- a/src/unify/Traits/predictions/using-predictions.md +++ b/src/unify/Traits/predictions/using-predictions.md @@ -127,7 +127,6 @@ Yes. Keep the following in mind when you work with Predictions: - **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 defined? - -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. +#### 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.