There was an error while loading. Please reload this page.
1 parent 243dd8c commit 0787306Copy full SHA for 0787306
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