sknetwork-team / scikit-network

Graph Algorithms
Other
602 stars 67 forks source link

Feat/gnn #545

Closed tbonald closed 1 year ago

tbonald commented 1 year ago

Modifications:

(new algorithms, added tests or documentation)

Impacted submodules:

(e.g. sknetwork.topology)

This pull request:

(your PR must match these criteria before review)

Any doubts about some technicalities? Do not hesitate to look at the dedicated Wiki.

codecov[bot] commented 1 year ago

Codecov Report

Merging #545 (7dd76d5) into master (933ccda) will decrease coverage by 0.23%. The diff coverage is 96.59%.

@@            Coverage Diff             @@
##           master     #545      +/-   ##
==========================================
- Coverage   98.48%   98.25%   -0.24%     
==========================================
  Files         193      196       +3     
  Lines        8409     8604     +195     
==========================================
+ Hits         8282     8454     +172     
- Misses        127      150      +23     
Impacted Files Coverage Δ
sknetwork/path/search.py 100.00% <ø> (ø)
sknetwork/clustering/tests/test_post_processing.py 55.55% <20.00%> (-44.45%) :arrow_down:
sknetwork/clustering/postprocess.py 63.63% <33.33%> (-36.37%) :arrow_down:
sknetwork/gnn/base_activation.py 85.71% <85.71%> (ø)
sknetwork/gnn/optimizer.py 98.18% <97.50%> (+0.22%) :arrow_up:
sknetwork/classification/diffusion.py 95.65% <100.00%> (+0.19%) :arrow_up:
sknetwork/clustering/__init__.py 100.00% <100.00%> (ø)
sknetwork/clustering/metrics.py 100.00% <100.00%> (ø)
sknetwork/clustering/tests/test_metrics.py 100.00% <100.00%> (ø)
sknetwork/gnn/__init__.py 100.00% <100.00%> (ø)
... and 25 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more