Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Random Latent Clique Lifting from Graphs to Simplicial Complexes (icml24-63) #139

Draft
wants to merge 78 commits into
base: main
Choose a base branch
from

Add docstrings to LatentCliqueLifting and related modules

a3be6a4
Select commit
Loading
Failed to load commit list.
Draft

A Random Latent Clique Lifting from Graphs to Simplicial Complexes (icml24-63) #139

Add docstrings to LatentCliqueLifting and related modules
a3be6a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 28, 2025 in 1s

78.00% of diff hit (target 91.00%)

View this Pull Request on Codecov

78.00% of diff hit (target 91.00%)

Annotations

Check warning on line 185 in topobenchmark/data/utils/adapters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/adapters.py#L185

Added line #L185 was not covered by tests

Check warning on line 193 in topobenchmark/data/utils/adapters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/adapters.py#L193

Added line #L193 was not covered by tests

Check warning on line 277 in topobenchmark/data/utils/adapters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/adapters.py#L276-L277

Added lines #L276 - L277 were not covered by tests

Check warning on line 282 in topobenchmark/data/utils/adapters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/adapters.py#L281-L282

Added lines #L281 - L282 were not covered by tests

Check warning on line 284 in topobenchmark/data/utils/adapters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/adapters.py#L284

Added line #L284 was not covered by tests

Check warning on line 306 in topobenchmark/data/utils/adapters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/adapters.py#L306

Added line #L306 was not covered by tests

Check warning on line 312 in topobenchmark/data/utils/adapters.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/adapters.py#L311-L312

Added lines #L311 - L312 were not covered by tests

Check warning on line 71 in topobenchmark/data/utils/domain.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/domain.py#L71

Added line #L71 was not covered by tests

Check warning on line 78 in topobenchmark/data/utils/domain.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/data/utils/domain.py#L78

Added line #L78 was not covered by tests

Check warning on line 31 in topobenchmark/transforms/data_transform.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/data_transform.py#L31

Added line #L31 was not covered by tests

Check warning on line 31 in topobenchmark/transforms/feature_liftings/concatenation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/feature_liftings/concatenation.py#L31

Added line #L31 was not covered by tests

Check warning on line 11 in topobenchmark/transforms/feature_liftings/identity.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/feature_liftings/identity.py#L11

Added line #L11 was not covered by tests

Check warning on line 28 in topobenchmark/transforms/feature_liftings/projection_sum.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/feature_liftings/projection_sum.py#L28

Added line #L28 was not covered by tests

Check warning on line 31 in topobenchmark/transforms/feature_liftings/set.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/feature_liftings/set.py#L31

Added line #L31 was not covered by tests

Check warning on line 56 in topobenchmark/transforms/feature_liftings/set.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/feature_liftings/set.py#L56

Added line #L56 was not covered by tests

Check warning on line 54 in topobenchmark/transforms/liftings/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/base.py#L54

Added line #L54 was not covered by tests

Check warning on line 56 in topobenchmark/transforms/liftings/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/base.py#L56

Added line #L56 was not covered by tests

Check warning on line 59 in topobenchmark/transforms/liftings/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/base.py#L59

Added line #L59 was not covered by tests

Check warning on line 340 in topobenchmark/transforms/liftings/graph2graph/latent_clique.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/graph2graph/latent_clique.py#L338-L340

Added lines #L338 - L340 were not covered by tests

Check warning on line 376 in topobenchmark/transforms/liftings/graph2graph/latent_clique.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/graph2graph/latent_clique.py#L376

Added line #L376 was not covered by tests

Check warning on line 467 in topobenchmark/transforms/liftings/graph2graph/latent_clique.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/graph2graph/latent_clique.py#L467

Added line #L467 was not covered by tests

Check warning on line 526 in topobenchmark/transforms/liftings/graph2graph/latent_clique.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/graph2graph/latent_clique.py#L526

Added line #L526 was not covered by tests

Check warning on line 566 in topobenchmark/transforms/liftings/graph2graph/latent_clique.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/graph2graph/latent_clique.py#L555-L566

Added lines #L555 - L566 were not covered by tests

Check warning on line 571 in topobenchmark/transforms/liftings/graph2graph/latent_clique.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/graph2graph/latent_clique.py#L568-L571

Added lines #L568 - L571 were not covered by tests

Check warning on line 578 in topobenchmark/transforms/liftings/graph2graph/latent_clique.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

topobenchmark/transforms/liftings/graph2graph/latent_clique.py#L573-L578

Added lines #L573 - L578 were not covered by tests