Back to datasets
Dataset assetOpen Source CommunityFinanceDynamic Graph Data

DGraph

DGraph is a collection of large‑scale dynamic graph datasets composed of events and labels that evolve over time in real financial scenarios.

Source
github
Created
Sep 16, 2024
Updated
Sep 17, 2024
Signals
312 views
Availability
Linked source ready
Overview

Dataset description and usage context

Financial Anomaly Detection Task

Dataset

  • Dataset name: DGraph
  • Dataset source: DGraph
  • Dataset description: A collection of large‑scale dynamic graph datasets built from real financial scenarios where events and labels evolve over time.

Experiment Objectives

  • Learn how to train neural networks using PyTorch
  • Learn how to design simple graph neural networks with libraries such as PyTorch‑Geometric (recommended models: GAT, GraphSAGE)
  • Learn how to use the MO platform for model performance evaluation.

Prerequisite Knowledge

Experiment Environment

  • python = 3.9.5
  • numpy = 1.26.4
  • pandas =
  • pytorch = 2.3.1
  • torch_geometric = 2.5.3
  • torch_scatter = 2.1.2
  • torch_sparse = 0.6.18

Environment Setup

  1. Install Miniconda or Anaconda; see the official documentation: https://www.anaconda.com/
  2. Create a conda environment
    conda create -n mo_graph python=3.9.5
    conda activate mo_graph
    
  3. Install PyTorch following the official guide: https://pytorch.org/get-started/previous-versions/
    conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==0.13.1 pytorch-cuda=11.8 -c pytorch -c nvidia
    conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==0.13.1 pytorch-cuda=12.1 -c pytorch -c nvidia
    conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==0.13.1 cpuonly -c pytorch
    
  4. Install PyG related packages, including torch_geometric, torch_sparse, torch_scatter: https://github.com/pyg-team/pytorch_geometric
    pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.3.1+${CUDA}.html
    pip install torch_geometric==2.5.3
    
  5. Install numpy and other dependencies
    conda install numpy=1.26.4 pandas
    
Need downstream help?

Pair the dataset with AI analysis and content workflows.

Once the source passes your review, move straight into summarization, transformation, report drafting, or presentation generation with the JuheAI toolchain.

Explore AI studio