Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianhaeni/fraud-detection
ML: Fraud detection classifiers
https://github.com/sebastianhaeni/fraud-detection
Last synced: about 12 hours ago
JSON representation
ML: Fraud detection classifiers
- Host: GitHub
- URL: https://github.com/sebastianhaeni/fraud-detection
- Owner: sebastianhaeni
- Created: 2019-12-09T03:31:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T21:31:42.000Z (over 1 year ago)
- Last Synced: 2023-09-10T19:10:20.936Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://sebastianhaeni.github.io/fraud-detection/
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DMC 2019 - Fraud Detection
Machine Learning techniques applied to predict fraud at self-checkouts in retail.
## Docs
### Prerequisites
* [PrinceXML](https://www.princexml.com)
* [Node.js](https://nodejs.org/en)### Getting started
Execute the following command to install all the dependencies:
`npm install`
**Useful commands:**
* serve docs: `npm run docs`
* create PDF file: `npm run build`