Alex Loftus

Results 58 comments of Alex Loftus

Something like this is another option - could iterate on this (e.g., change the font for the G, add extra stuff, whatever) although maybe a little too complicated maybe have...

although looking back I kinda like @sagarhowal's design a little more, I think it's a bit more simple and clean maybe with the "g" looking more recognizably like a g?...

Ooh, I love that one @ahoak, network thing in a circle looks really good. I'd probably advocate for changing the G in some way? Maybe lowercase and/or a different font?

@bdpedigo @j1c do we still want this? I have code in a jupyter notebook I wrote for the book I'm about to clean up

[guodong's paper](https://arxiv.org/pdf/2008.10055) [book section](http://docs.neurodata.io/graph-stats-book/applications/ch10/anomaly-detection.html) one issue I ran into while implementing this / playing around with it in python is that it's super not robust to embedding dimension. As in,...

I mainly think we should have the two links redirect to the new docs. For instance, [this](https://stackoverflow.com/questions/62013230/model-for-generating-and-detecting-communities-in-dense-network) stackoverflow question includes one of the old links, and who knows how many...

> Hey > This would be my first open-source contribution, and I'd love to work on this. Would you please assign this to me and guide me a bit as...

> Hi, i would like to work on this issue, shall i take it?!🙂 Sure. Just want to be able to specify a matplotlib axis if i'm using the screeplot...

@bdpedigo Are we sure we want to override `transform`? That prevents us from calling `fit` then `transform` separately on our graphs. Usually you wouldn't want to in practice, but I...