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
117 stars 16 forks source link

unify input and output for link sign prediction #22

Closed huangjunjie-cs closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #22 (11d9547) into main (bd3e4ea) will decrease coverage by 1.00%. The diff coverage is 68.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   99.64%   98.63%   -1.01%     
==========================================
  Files          66       66              
  Lines        3067     3079      +12     
==========================================
- Hits         3056     3037      -19     
- Misses         11       42      +31     
Impacted Files Coverage Δ
torch_geometric_signed_directed/nn/signed/SiGAT.py 78.16% <60.00%> (-21.84%) :arrow_down:
...eometric_signed_directed/data/signed/SignedData.py 100.00% <100.00%> (ø)
...directed/data/signed/SignedDirectedGraphDataset.py 100.00% <100.00%> (ø)
...gned_directed/data/signed/load_signed_real_data.py 100.00% <100.00%> (ø)

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 bd3e4ea...11d9547. Read the comment docs.