You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/Traits/predictions/using-predictions.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -94,15 +94,15 @@ The Prediction Quality Score factors AUC, log loss, and lift quality to determin
94
94
95
95
#### How do you store trait values?
96
96
97
-
The created trait value represents the user's percentile cohort. This value refreshes every seven days. If you see `0.85` on a user's profile, this means the user is in the 85th percentile, or the top 15% for the prediction.
97
+
The created trait value represents the user's percentile cohort. This value will refresh when we re score the customers based on your refresh cadence. If you see `0.85` on a user's profile, this means the user is in the 85th percentile, or the top 15% for the prediction.
98
98
99
99
#### How frequently do you re-train the model?
100
100
101
101
Segment rebuilds the machine learning model every 30 days.
102
102
103
103
#### How frequently do you update trait values?
104
104
105
-
Every seven days.
105
+
By default, we refresh scores every 7 days. However, you can request that trait values update daily. Please reach out to your CSM to determine your eligibility
106
106
107
107
#### Can I update Predictive Traits and Predictive Audiences?
108
108
@@ -114,15 +114,15 @@ You get five predictions as part of Engage Foundations or Unify Plus. To purchas
114
114
115
115
Predictive Audiences contribute to the Engage limit of 100 audiences. Whether you create the audience manually or with predictive modeling, the audience counts towards the 100-audience limit.
116
116
117
-
#### Is Predictions HIPAA-compliant?
117
+
#### Is Predictions HIPAA eligible?
118
118
119
-
No, Predictions isn't HIPAA-compliant. Avoid using Predictions for health and life science applications.
119
+
Yes, the feature is HIPAA eligible
120
120
121
121
#### Are there any known Predictions limitations?
122
122
123
123
Yes. Keep the following in mind when you work with Predictions:
124
124
125
125
-**Predictions made for more than 100 million users will fail.** Segment recommends making predictions only for non-anonymous users, or, as an alternative, use the Starting Cohort to narrow down the audience for which you want to make a prediction.
126
-
-**Predictions may not work as intended if you track more than a thousand unique events in your workspace.** If this applies to your use case, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"} for help with removing unused events, which will allow you to create predictions.
126
+
-**Predictions will not work as intended if you track more than 5,000 unique events in your workspace.** If this applies to your use case, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"} for help with removing unused events, which will allow you to create predictions.
127
127
-**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.
128
128
Nevertheless, once data tracking resumes and there is enough data, the prediction should be recomputed.
0 commit comments