Ref: https://learn.cantrill.io/courses/1820301/lectures/42194142
Amazon Fraud Detector - Key Concepts
- 🔧 Fully-managed fraud detection service
- e.g. new account creations, payments, guest checkouts
- Model types:
- Online Fraud (little historical data)
- e.g. new customer account (anything suspicious around this particular sign-up?)
- Transaction Fraud (uses transactional history)
- e.g. identify suspect payments
- Account Takeover
- e.g. phishing or other social based attacks
- Things are scored → Rules/decision logic allow you to react to a score based on business activity or business risk
Amazon Fraud Detector - Example Architecture
Ref: https://www.udemy.com/course/aws-certified-machine-learning-engineer-associate-mla-c01/learn/lecture/45320483
- Use API to ingest data from S3
- Can perform some ETL and feature engineering at this stage
- Select a ML model
- Fraud Detector automatically trains, tunes, validates, and deploys model
- Use API to infer data from deployed model
- Can continuously learn over time as new data comes in
- Can provide insights into importance of features (model variables)