Skip to content

Commit 475acf6

Browse files
authored
Merge pull request #7619 from segmentio/predictions-historical-data-update
Update Predictions historical data requirement to 3x target window
2 parents 341f11f + 3758f20 commit 475acf6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/unify/Traits/predictions/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ To access Predictions, you must:
8383

8484
This table lists the requirements for a trait to compute successfully:
8585

86-
| Requirement | Details |
87-
|----------------------------------|---------------------------------------------------------------------------------------------|
88-
| Event Types | Track at least 5 different event types in the Feature Window. |
89-
| Historical Data | Ensure these 5 events have data spanning 1.5 times the length of the Target Window. For example, to predict a purchase propensity over the next 60 days, at least 90 days of historical data is required. |
90-
| Subset Audience (if applicable) | Ensure the audience contains more than 1 non-anonymous user. |
91-
| User Limit | Ensure that you are making a prediction for fewer than 10 million users. If you track more than 10 million users in your space, define a smaller audience in the **Make a Prediction For** section of the custom predictions builder. |
92-
| User Activity | At least 100 users performing the Target Event and at least 100 users not performing the Target Event. |
86+
| Requirement | Details |
87+
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88+
| Event Types | Track at least 5 different event types in the Feature Window. |
89+
| Historical Data | Segment requires historical data spanning at least 3 times the length of the target window. For example, a 30-day window requires 90 days of past data. |
90+
| Subset Audience (if applicable) | Ensure the audience contains more than 1 non-anonymous user. |
91+
| User Limit | Ensure that you are making a prediction for fewer than 10 million users. If you track more than 10 million users in your space, define a smaller audience in the **Make a Prediction For** section of the custom predictions builder. |
92+
| User Activity | At least 100 users performing the Target Event and at least 100 users not performing the Target Event. |
9393

9494
#### Selecting events (optional)
9595

0 commit comments

Comments
 (0)