> For the complete documentation index, see [llms.txt](https://www.mlcompendium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mlcompendium.com/business-domains/fraud-detection.md).

# Fraud Detection

1. [Machine Learning for Credit Card Fraud Detection](https://fraud-detection-handbook.github.io/fraud-detection-handbook/Foreword.html) - Practical Handbook, [Git](https://github.com/Fraud-Detection-Handbook/fraud-detection-handbook)

   ![](/files/Hco6VZrsUD1yTjjT0Xx4)
2. [Fraud detection](https://towardsdatascience.com/frauddetection-f801b781410b) on money pools, using social network & pool size, future optimizing using f-beta.
3. [Fraud detection Objectives.](https://nethone.com/post/beginners-guide-to-machine-learning)

   ![](/files/0kbPkLzFMWZ2Dl34zRIv)
4. [awesome fraud papers](https://github.com/benedekrozemberczki/awesome-fraud-detection-papers) on github
5. [credit card fraud using an autoencoder in keras](https://github.com/curiousily/Credit-Card-Fraud-Detection-using-Autoencoders-in-Keras/blob/master/fraud_detection.ipynb)
6. [graph fraud papers](https://github.com/safe-graph/graph-fraud-detection-papers)
7. [Fraud using flink](https://github.com/afedulov/fraud-detection-demo), [docs](https://flink.apache.org/2020/01/15/advanced-flink-application-patterns-vol.1-case-study-of-a-fraud-detection-system/)
8. [credit card fraud on kaggle](https://github.com/georgymh/ml-fraud-detection)
9. [deep graph for fraud](https://github.com/safe-graph/DGFraud)
10. [Transforming Financial Forecasting with Data Science and Machine Learning at Uber](https://www.uber.com/en-IL/blog/transforming-financial-forecasting-machine-learning/)

Data sets

1. [questionable](https://www.kaggle.com/dmirandaalves/predict-chargeback-frauds-payment) fraud data set, it has no usable features and as a time series it doesn't look too informative
2. credit card fraud detection, everyone hit 99%+, seems too easy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.mlcompendium.com/business-domains/fraud-detection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
