|
|
|
|
|
by anish_m
970 days ago
|
|
I worked on one of these Fraud detection systems at Airbnb. Statistically, You are in 1% population with the your usage patterns. For most part, all ML models which are used to detect fraud have to take a trade off between precision/recall - meaning how often they let good guys suffer vs let bad guys in. BUt what most of these systems are missing is the appeal and escape path. |
|
Are there any such systems that do have effective escape/appeal paths? If so, what do they look like?