An open API service indexing awesome lists of open source software.

https://github.com/grantgasser/fraud-detection-linear-classifier

Using SageMaker's linear classifier to detect fraud. Addressing class imbalance and setting target metrics for Precision and Recall
https://github.com/grantgasser/fraud-detection-linear-classifier

class-imbalance classification fraud-detection sagemaker

Last synced: about 1 month ago
JSON representation

Using SageMaker's linear classifier to detect fraud. Addressing class imbalance and setting target metrics for Precision and Recall

Awesome Lists containing this project

README

        

# Linear Classifier for Fraud Detection
This project was done as part of the Udacity Machine Learning Engineer Nanodegree. See the Jupyter notebook for the interesting stuff.

# Summary
Using SageMaker's LinearLearner to detect credit card fraud. This exercise was about setting target metrics for Precision or Recall
as well as dealing with class imbalance.