Amazon Fraud Detector is a fully managed service which automates the time consuming and expensive steps to build, train, and deploy an ML model for fraud detection - making it easier for users to leverage the technology.
This repository demonstrates how to use Amazon Fraud Detector through interactive Jupyter notebooks and the AWS SDK for Python, Boto3.
FraudDetector_intro.ipynb demonstrates all the basic steps in order to create a ML fraud detection model, integrate it with a Detector, add business rules and get some predictions.
To run through the notebook in your own AWS account, you can click one of the CloudFormation deploy links below, which will launch an Amazon SageMaker Notebook Instance and copy this repository into it:
Region | Deploy Link |
---|---|
ap-southeast-1 (Singapore) |
|
us-east-1 (US N. Virginia) |
Once the stack is launched, you can open your notebook from the Amazon SageMaker console and start exploring!
You can find more information about Amazon Fraud Detector at:
- The service's product page
- The official samples repository on GitHub
- The Amazon Fraud Detector docs