Eric Bridgeford

Results 62 issues of Eric Bridgeford

something like at the very bottom of every page, or at least available in some obvious spot, so that people know what to cite :)

## Expected Behavior when computing a subgraph, ties are randomly broken. ## Actual Behavior The code is fairly opaque to me relative the "traditional" algorithms for solving signal subgraph, I'm...

bug
not planned by core

## Is your feature request related to a problem? Please describe. For networks with a known correspondance, a match ratio can be constructed; e.g., where P is the correct permutation...

enhancement

## Expected Behavior an example use-case can be come up with that I can demonstrate/justify for the book ## Actual Behavior The predicted number of clusters/clusterings are not accurate nor...

bug

## Expected Behavior The package takes less than 10 minutes to install, and requires minimal direct user intervention. ## Actual Behavior The package took about 3 hours to install to...

bug

## Expected Behavior A pairplot should produce a similar output, agnostic of whether or not labels are provided. ## Actual Behavior If no labels are provided, you get a histogram;...

bug

## Expected Behavior No error should occur. ## Actual Behavior Errors spuriously occur. ## Example Code See code example from book https://docs.neurodata.io/graph-stats-book/applications/ch8/multiple-vertex-nomination.html.

bug

The entire package accepts adjacency matrices, but node2vec only accepts `nx` Graphs. This seems very undesirable since the package is not cohesive in this sense. https://microsoft.github.io/graspologic/latest/_modules/graspologic/embed/n2v.html#node2vec_embed

enhancement

## Expected Behavior if there is a tie in the test statistic, the tie should be randomly broken ## Actual behavior it does not appear that potential ties are randomly...

bug

## Expected Behavior ``` import graspologic ``` works successfully in a jupyter notebook, after setting up from either github or the setup.py file manually (e.g., cloning package). ## Actual Behavior...

bug