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

add node classification examples #21

Closed XitongSystem closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (185487b) into main (cc1a9b4) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          64       64           
  Lines        2972     2980    +8     
=======================================
+ Hits         2962     2970    +8     
  Misses         10       10           
Impacted Files Coverage Δ
...d_directed/nn/directed/DGCN_node_classification.py 100.00% <100.00%> (ø)
...ected/DiGCN_Inception_Block_node_classification.py 100.00% <100.00%> (ø)
..._directed/nn/directed/DiGCN_node_classification.py 100.00% <100.00%> (ø)
...directed/nn/directed/MagNet_node_classification.py 100.00% <100.00%> (ø)
...tric_signed_directed/utils/directed/DiGCL_utils.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 cc1a9b4...185487b. Read the comment docs.