- Machine learning models are used to detect fraud by estimating the probability of fraud given transaction features.
- Building and updating fraud detection models involves significant work in feature engineering, model training, evaluation, and monitoring in production.
- Debugging a model that was performing poorly revealed an important predictive feature - whether a customer's email address was provided - that improved the model once incorporated.