Eric Bridgeford

Results 62 issues of Eric Bridgeford

- [x] Does this PR have a descriptive title that could go in our release notes? - [ ] Does this PR add any new dependencies? - [ ] Does...

Padded graph matching is extraordinarily opaque as to how to use. It's really unclear how to work with the permuted seeds in the context of the original input graph given...

enhancement

## Expected Behavior The example in the paper involves finding nominees for a node in G1 amongst nodes in G2, where n1 > n2. When I construct an example that...

bug

## Expected Behavior The empty communities are omitted entirely. ## Actual Behavior Error. ``` ValueError: The number of FixedLocator locations (4), usually from a call to set_ticks, does not match...

bug

## Is your feature request related to a problem? Please describe. ZG2 is not perfect, and sometimes goes awry. It feels like it would be reasonable to allow users to...

enhancement

## Is your feature request related to a problem? Please describe. SBM is a special case of another type of network, the SIEM. It would be useful to have the...

enhancement

## Is your feature request related to a problem? Please describe. Inability to simulate from IER model. ## Describe the solution you'd like Ability to simulate from IER model. ##...

enhancement

## Is your feature request related to a problem? Please describe. Inability to simulate from JRDPG and COSIE. ## Describe the solution you'd like Ability to simulate from JRDPG and...

enhancement

My issue is about the fact that the package don't install with any sort of ease #### Reproducing code example: Find the docker file here https://github.com/microsoft/graspologic/blob/docker-dev/Dockerfile, or just pull the...

bug

**Describe the bug** When calling predict, I obtain the error: ``` Error in factor(predictions, labels = labels) : invalid 'labels'; length n should be 1 or k ``` where `n...

bug