Python fraud-detection

Open-source Python projects categorized as fraud-detection

Top 11 Python fraud-detection Projects

  • pyod

    A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)

  • Project mention: A Comprehensive Guide for Building Rag-Based LLM Applications | news.ycombinator.com | 2023-09-13

    This is a feature in many commercial products already, as well as open source libraries like PyOD. https://github.com/yzhao062/pyod

  • anomaly-detection-resources

    Anomaly detection related books, papers, videos, and toolboxes

  • Project mention: anomaly-detection-resources: NEW Extended Research - star count:7507.0 | /r/algoprojects | 2023-10-24
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • awesome-fraud-detection-papers

    A curated list of data mining papers about fraud detection.

  • Project mention: awesome-fraud-detection-papers: NEW Extended Research - star count:1346.0 | /r/algoprojects | 2023-05-13
  • pygod

    A Python Library for Graph Outlier Detection (Anomaly Detection)

  • Project mention: RAG Using Structured Data: Overview and Important Questions | news.ycombinator.com | 2024-01-10

    Ok, using ChatGPT and Bard (the irony lol) I learned a bit more about GNNs:

    GNNs are probabilistic and can be trained to learn representations in graph-structured data and handling complex relationships, while classical graph algorithms are specialized for specific graph analysis tasks and operate based on predefined rules/steps.

    * Why is PyG it called "Geometric" and not "Topologic" ?

    Properties like connectivity, neighborhoods, and even geodesic distances can all be considered topological features of a graph. These features remain unchanged under continuous deformations like stretching or bending, which is the defining characteristic of topological equivalence. In this sense, "PyTorch Topologic" might be a more accurate reflection of the library's focus on analyzing the intrinsic structure and connections within graphs.

    However, the term "geometric" still has some merit in the context of PyG. While most GNN operations rely on topological principles, some do incorporate notions of Euclidean geometry, such as:

    - Node embeddings: Many GNNs learn low-dimensional vectors for each node, which can be interpreted as points in a vector space, allowing geometric operations like distances and angles to be applied.

    - Spectral GNNs: These models leverage the eigenvalues and eigenvectors of the graph Laplacian, which encodes information about the geometric structure and distances between nodes.

    - Manifold learning: Certain types of graphs can be seen as low-dimensional representations of high-dimensional manifolds. Applying GNNs in this context involves learning geometric properties on the manifold itself.

    Therefore, although topology plays a primary role in understanding and analyzing graphs, geometry can still be relevant in certain contexts and GNN operations.

    * Real world applications:

    - HuggingFace has a few models [0] around things like computational chemistry [1] or weather forecasting.

    - PyGod [2] can be used for Outlier Detection (Anomaly Detection).

    - Apparently ULTRA [3] can "infer" (in the knowledge graph sense), that Michael Jackson released some disco music :-p (see the paper).

    - RGCN [4] can be used for knowledge graph link prediction (recovery of missing facts, i.e. subject-predicate-object triples) and entity classification (recovery of missing entity attributes).

    - GreatX [5] tackles removing inherent noise, "Distribution Shift" and "Adversarial Attacks" (ex: noise purposely introduced to hide a node presence) from networks. Apparently this is a thing and the field is called "Graph Reliability" or "Reliable Deep Graph Learning". The author even has a bunch of "awesome" style lists of links! [6]

    - Finally this repo has a nice explanation of how/why to run machine learning algorithms "outside of the DB":

    "Pytorch Geometric (PyG) has a whole arsenal of neural network layers and techniques to approach machine learning on graphs (aka graph representation learning, graph machine learning, deep graph learning) and has been used in this repo [7] to learn link patterns, also known as link or edge predictions."

    --

    0: https://huggingface.co/models?pipeline_tag=graph-ml&sort=tre...

    1: https://github.com/Microsoft/Graphormer

    2: https://github.com/pygod-team/pygod

    3: https://github.com/DeepGraphLearning/ULTRA

    4: https://huggingface.co/riship-nv/RGCN

    5: https://github.com/EdisonLeeeee/GreatX

    6: https://edisonleeeee.github.io/projects.html

    7: https://github.com/Orbifold/pyg-link-prediction

  • ThreatIngestor

    Extract and aggregate threat intelligence.

  • DGFraud

    A Deep Graph-based Toolbox for Fraud Detection

  • TabFormer

    Code & Data for "Tabular Transformers for Modeling Multivariate Time Series" (ICASSP, 2021)

  • Project mention: Time-based splitting performing significantly worse than random splitting | /r/learnmachinelearning | 2023-05-20

    Hi, I am currently working on a basic binary classifier for a transaction dataset, to predict which transaction is fraudulent (Dataset: https://github.com/IBM/TabFormer). The following is a quick summary of the dataset:

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • cryptowallet_risk_scoring

    A free cryptowallet risk scoring tool with fully explainable scoring.

  • UGFraud

    An Unsupervised Graph-based Toolbox for Fraud Detection

  • MemStream

    MemStream: Memory-Based Streaming Anomaly Detection

  • dn-institute

    Distributed Networks Institute

  • Project mention: 🌟 GitHub Challenge: Improve QA Bots with GH Actions - Crypto Attack Wiki 🌟 | /r/github | 2023-11-24

    👉 To participate, click here

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python fraud-detection related posts

  • Time-based splitting performing significantly worse than random splitting

    2 projects | /r/learnmachinelearning | 20 May 2023
  • awesome-fraud-detection-papers: NEW Extended Research - star count:1346.0

    1 project | /r/algoprojects | 13 May 2023
  • awesome-fraud-detection-papers: NEW Extended Research - star count:1346.0

    1 project | /r/algoprojects | 12 May 2023
  • awesome-fraud-detection-papers: NEW Extended Research - star count:1346.0

    1 project | /r/algoprojects | 11 May 2023
  • awesome-fraud-detection-papers: NEW Extended Research - star count:1346.0

    1 project | /r/algoprojects | 10 May 2023
  • awesome-fraud-detection-papers: NEW Extended Research - star count:1346.0

    1 project | /r/algoprojects | 9 May 2023
  • awesome-fraud-detection-papers: NEW Extended Research - star count:1346.0

    1 project | /r/algoprojects | 8 May 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source fraud-detection projects in Python? This list will help you:

Project Stars
1 pyod 7,977
2 anomaly-detection-resources 7,911
3 awesome-fraud-detection-papers 1,554
4 pygod 1,217
5 ThreatIngestor 786
6 DGFraud 655
7 TabFormer 297
8 cryptowallet_risk_scoring 220
9 UGFraud 123
10 MemStream 81
11 dn-institute 20

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com