Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/minfraud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ class RiskScoreReason(_Serializable):
multiplier: float
"""The factor by which the risk score is increased (if the value is greater than 1)
or decreased (if the value is less than 1) for given risk reason(s).
Multipliers greater than 1.5 and less than 0.66 are considered significant
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."""

reasons: list[Reason]
"""This list contains :class:`.Reason` objects that describe
Expand Down
Loading