Spaces:
Sleeping
Sleeping
Update src/webApp.py
Browse files- src/webApp.py +3 -1
src/webApp.py
CHANGED
|
@@ -666,7 +666,9 @@ if analyse_clicked:
|
|
| 666 |
# Feature value breakdown chart
|
| 667 |
st.caption(
|
| 668 |
"This chart shows the actual value each structured feature had for this specific review. "
|
| 669 |
-
"Binary features (unverified_ratio, extreme_rating_ratio, very_short_review) are on a 0 to 1 scale
|
|
|
|
|
|
|
| 670 |
"review_frequency reflects the reviewer's actual historical posting count and may exceed 1 "
|
| 671 |
"when a reviewer ID is found in the training data."
|
| 672 |
)
|
|
|
|
| 666 |
# Feature value breakdown chart
|
| 667 |
st.caption(
|
| 668 |
"This chart shows the actual value each structured feature had for this specific review. "
|
| 669 |
+
"Binary features (unverified_ratio, extreme_rating_ratio, very_short_review) are on a 0 to 1 scale , "
|
| 670 |
+
"a value of 1 means the flag was fully triggered, 0 means it was not triggered, and 0.5 (shown in yellow) "
|
| 671 |
+
"represents an unknown or neutral state, used when verification status is not provided. "
|
| 672 |
"review_frequency reflects the reviewer's actual historical posting count and may exceed 1 "
|
| 673 |
"when a reviewer ID is found in the training data."
|
| 674 |
)
|