maljovec / nglpy

A Python wrapped version of the Neighborhood Graph Library (NGL) developed by Carlos Correa and Peter Lindstrom with additional parameters and graph types.
Other
22 stars 6 forks source link

Adding Probabilistic Graphs #10

Open maljovec opened 6 years ago

maljovec commented 6 years ago
pep8speaks commented 6 years ago

Hello @maljovec! Thanks for updating the PR.

Comment last updated on October 04, 2018 at 06:47 Hours UTC
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 33


Changes Missing Coverage Covered Lines Changed/Added Lines %
nglpy/SKLSearchIndex.py 15 17 88.24%
nglpy/SearchIndex.py 6 9 66.67%
nglpy/ProbabilisticGraph.py 10 35 28.57%
nglpy/Graph.py 112 229 48.91%
<!-- Total: 150 297 50.51% -->
Totals Coverage Status
Change from base Build 28: -45.7%
Covered Lines: 150
Relevant Lines: 297

💛 - Coveralls
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 33


Changes Missing Coverage Covered Lines Changed/Added Lines %
nglpy/SKLSearchIndex.py 15 17 88.24%
nglpy/SearchIndex.py 6 9 66.67%
nglpy/ProbabilisticGraph.py 10 35 28.57%
nglpy/Graph.py 112 229 48.91%
<!-- Total: 150 297 50.51% -->
Totals Coverage Status
Change from base Build 28: -45.7%
Covered Lines: 150
Relevant Lines: 297

💛 - Coveralls
dmaljovec commented 1 year ago

The difference between main and this branch executing on a one million point set is ~20s versus 6.5 minutes. Perhaps we want to keep the C++ implementation for now and consider how we can improve this computation.