BlueBrain / BlueGraph

Python framework for graph analytics and co-occurrence analysis
https://bluegraph.readthedocs.io
Apache License 2.0
31 stars 5 forks source link

Feature/dim reduction #77

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago

Added dimensionality reduction as a part of SklearnPGEncoder (so we can do encoding + (optional) dim reduction)

codecov-commenter commented 3 years ago

Codecov Report

Merging #77 (ca474ae) into master (838e9e0) will decrease coverage by 0.04%. The diff coverage is 90.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   80.71%   80.67%   -0.05%     
==========================================
  Files          41       41              
  Lines        3645     3596      -49     
==========================================
- Hits         2942     2901      -41     
+ Misses        703      695       -8     
Impacted Files Coverage Δ
bluegraph/downstream/data_structures.py 83.64% <0.00%> (+0.80%) :arrow_up:
bluegraph/preprocess/encoders.py 78.86% <92.50%> (+4.52%) :arrow_up:
bluegraph/core/analyse/metrics.py 71.42% <0.00%> (-2.16%) :arrow_down:
bluegraph/core/io.py 62.07% <0.00%> (-1.83%) :arrow_down:
bluegraph/core/embed/embedders.py 81.25% <0.00%> (-1.40%) :arrow_down:
bluegraph/core/analyse/communities.py 78.18% <0.00%> (-0.77%) :arrow_down:
bluegraph/core/analyse/paths.py 85.09% <0.00%> (-0.19%) :arrow_down:
bluegraph/backends/neo4j/embed/embedders.py 90.82% <0.00%> (-0.17%) :arrow_down:
bluegraph/backends/stellargraph/embed/embedders.py 97.33% <0.00%> (-0.11%) :arrow_down:
bluegraph/backends/networkx/io.py 91.66% <0.00%> (-0.10%) :arrow_down:
... and 5 more

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 838e9e0...ca474ae. Read the comment docs.