Ben Pedigo
Ben Pedigo
for now, this is kind of a workaround (if `key` is the hue variable) to yield a `palette` outside of `networkplot` which you can then pass in ```py levels =...
@aj-hersko potential project
not at the moment @rajpratyush, but thanks. i think i mostly need to decide what I want for this page right now.
# graspologic at a glance [WIP] A network, or graph, is a convenient mathematical way to represent _relational data_. Networks represent objects (termed nodes or vertices) and the relationships between...
@dwaynepryce inspired by our conversation today I wrote down a rough draft of a high level overview of the whole package that I've been meaning to do for a while....
@adam2392 seems like what @daxpryce suggests is worth figuring out regardless. As far as your original request goes, I'm open to setting up a conda-forge feedstock once this gets fixed,...
Also, as an immediate fix, I'm guessing you could just clone the repo and install locally, ignoring dependencies (i.e. just not installing graspologic-native). As long as you don't actually need...
hi @dokato, sorry you are having trouble with this. I can't speak to ARM timeline, @daxpryce? what happens if you install hyppo (and all other dependencies besides graspologic-native) manually, and...
saw this, not sure if helpful https://github.blog/changelog/2022-08-09-github-actions-self-hosted-runners-now-support-apple-m1-hardware/
Some terms to define/standardize [WIP] - `n_components`/`dimensions` - what a vertex/node matched set of graphs means - many algorithms we have only make sense if node 1 graph 1 is...