Skip to content
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

"Understand your prediction" tab for Predicted LTV computed trait. #7254

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions src/unify/Traits/predictions/using-predictions.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ The Understand your prediction dashboard displays the following model metrics:
- **Log Loss**; the more a predicted probability diverges from the actual value, the higher the log-loss value will be. Lower log loss indicates better predictions.
- **Top contributing events**; this graph visually describes the events factored into the model, as well as the associated weights used to create the prediction.

> info ""
> The 'Understand your prediction' tab for the 'Predicted LTV' computed trait is not available, as only 'Order Completed' events are used for the trait calculation. However, other types of predictive traits utilise multiple events.

## Predictions use cases

Predictions offer more value in some situations than others. This sections covers common scenarios where predictions have high impact, as well as others where alternative approaches may be more appropriate.
Expand Down