Skip to content

Commit 6c9899b

Browse files
committed
clarify AUC range
1 parent d821972 commit 6c9899b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/Traits/predictions/using-predictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Predictions tab's **Understand your prediction** section provides insights i
3333

3434
The Understand your prediction dashboard displays the following model metrics:
3535

36-
- **AUC**, or Area under [the ROC curve](https://en.wikipedia.org/wiki/Receiver_operating_characteristic){:target="_blank"}; AUC lands between 0 and 1, where 1 is a perfect future prediction, and 0 represents the opposite. Higher AUC indicates better predictions.
36+
- **AUC**, or Area under [the ROC curve](https://en.wikipedia.org/wiki/Receiver_operating_characteristic){:target="_blank"}; AUC values range from 0 to 1, with 1 indicating a perfect prediction and 0 indicating the opposite. Higher AUC indicates better predictions.
3737
- **Lift Quality**, which measures the effectiveness of a predictive model. Segment calculates lift quality as the ratio between the results obtained with and without the predictive model. Higher lift quality indicates better predictions.
3838
- **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.
3939
- **Top contributing events**; this graph visually describes the events factored into the model, as well as the associated weights used to create the prediction.

0 commit comments

Comments
 (0)