SherylHYX / pytorch_geometric_signed_directed

PyTorch Geometric Signed Directed is a signed/directed graph neural network extension library for PyTorch Geometric. The paper is accepted by LoG 2023.
https://pytorch-geometric-signed-directed.readthedocs.io/en/latest/
MIT License
119 stars 16 forks source link

fix issues except more datasets #5

Closed XitongSystem closed 2 years ago

XitongSystem commented 2 years ago
  1. add split ratio in node split
  2. add transform and pre_transform
  3. test node and link split
codecov-commenter commented 2 years ago

Codecov Report

Merging #5 (7756ac5) into main (afec7f0) will increase coverage by 0.38%. The diff coverage is 97.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   98.48%   98.87%   +0.38%     
==========================================
  Files          47       47              
  Lines        1983     2044      +61     
==========================================
+ Hits         1953     2021      +68     
+ Misses         30       23       -7     
Impacted Files Coverage Δ
..._directed/data/directed/load_directed_real_data.py 97.17% <97.05%> (-0.57%) :arrow_down:
...metric_signed_directed/data/directed/link_split.py 98.98% <100.00%> (ø)
...metric_signed_directed/data/directed/node_split.py 99.10% <100.00%> (+11.73%) :arrow_up:
...tric_signed_directed/data/signed/polarized_SSBM.py 98.55% <0.00%> (-1.45%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update afec7f0...7756ac5. Read the comment docs.