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

docs: add some docs #46

Closed huangjunjie-cs closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.62% // Head: 99.59% // Decreases project coverage by -0.02% :warning:

Coverage data is based on head (8414823) compared to base (46fe501). Patch coverage: 98.27% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== - Coverage 99.62% 99.59% -0.03% ========================================== Files 77 77 Lines 3730 3734 +4 ========================================== + Hits 3716 3719 +3 - Misses 14 15 +1 ``` | [Impacted Files](https://codecov.io/gh/SherylHYX/pytorch_geometric_signed_directed/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He) | Coverage Δ | | |---|---|---| | [...ch\_geometric\_signed\_directed/nn/signed/SGCNConv.py](https://codecov.io/gh/SherylHYX/pytorch_geometric_signed_directed/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He#diff-dG9yY2hfZ2VvbWV0cmljX3NpZ25lZF9kaXJlY3RlZC9ubi9zaWduZWQvU0dDTkNvbnYucHk=) | `100.00% <ø> (ø)` | | | [torch\_geometric\_signed\_directed/nn/signed/SNEA.py](https://codecov.io/gh/SherylHYX/pytorch_geometric_signed_directed/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He#diff-dG9yY2hfZ2VvbWV0cmljX3NpZ25lZF9kaXJlY3RlZC9ubi9zaWduZWQvU05FQS5weQ==) | `100.00% <ø> (ø)` | | | [torch\_geometric\_signed\_directed/nn/signed/SDGNN.py](https://codecov.io/gh/SherylHYX/pytorch_geometric_signed_directed/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He#diff-dG9yY2hfZ2VvbWV0cmljX3NpZ25lZF9kaXJlY3RlZC9ubi9zaWduZWQvU0RHTk4ucHk=) | `99.33% <98.00%> (-0.67%)` | :arrow_down: | | [torch\_geometric\_signed\_directed/nn/signed/SGCN.py](https://codecov.io/gh/SherylHYX/pytorch_geometric_signed_directed/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He#diff-dG9yY2hfZ2VvbWV0cmljX3NpZ25lZF9kaXJlY3RlZC9ubi9zaWduZWQvU0dDTi5weQ==) | `100.00% <100.00%> (ø)` | | | [torch\_geometric\_signed\_directed/nn/signed/SiGAT.py](https://codecov.io/gh/SherylHYX/pytorch_geometric_signed_directed/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He#diff-dG9yY2hfZ2VvbWV0cmljX3NpZ25lZF9kaXJlY3RlZC9ubi9zaWduZWQvU2lHQVQucHk=) | `100.00% <100.00%> (ø)` | | | [...ric\_signed\_directed/utils/signed/link\_sign\_loss.py](https://codecov.io/gh/SherylHYX/pytorch_geometric_signed_directed/pull/46/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He#diff-dG9yY2hfZ2VvbWV0cmljX3NpZ25lZF9kaXJlY3RlZC91dGlscy9zaWduZWQvbGlua19zaWduX2xvc3MucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yixuan+He)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.