Ref: https://learn.cantrill.io/courses/1820301/lectures/42194142


Amazon Fraud Detector - Key Concepts


Amazon Fraud Detector - Example Architecture

Ref: https://www.udemy.com/course/aws-certified-machine-learning-engineer-associate-mla-c01/learn/lecture/45320483

  1. Use API to ingest data from S3
  2. Select a ML model
  3. Fraud Detector automatically trains, tunes, validates, and deploys model
  4. Use API to infer data from deployed model
  5. Can continuously learn over time as new data comes in
  6. Can provide insights into importance of features (model variables)