There was an error while loading. Please reload this page.
2 parents 874fd0e + 0787306 commit 23c2e1dCopy full SHA for 23c2e1d
1 file changed
src/minfraud/models.py
@@ -910,8 +910,8 @@ class RiskScoreReason(_Serializable):
910
multiplier: float
911
"""The factor by which the risk score is increased (if the value is greater than 1)
912
or decreased (if the value is less than 1) for given risk reason(s).
913
- Multipliers greater than 1.5 and less than 0.66 are considered significant
914
- and lead to risk reason(s) being present."""
+ Multipliers representing a significant percentage increase or decrease in
+ the risk score lead to risk reason(s) being present."""
915
916
reasons: list[Reason]
917
"""This list contains :class:`.Reason` objects that describe
0 commit comments