lmeyerov
lmeyerov
Node reductions are great! # What This is an important case of graph reductions. There are requests in both the UI and APIs to do reductions at the level of...
**Is your feature request related to a problem? Please describe.** Current collapse code is slow on big graphs, e.g., seconds/minutes 1K-100K edges **Describe the solution you'd like** * closer to...
**Is your feature request related to a problem? Please describe.** Typical cases of `.collapse(` are acting on a dict (`{'type': 'account', 'risk': 'high'}`) or a col list (`cols=['type']` or `cols=['type',...
**Is your feature request related to a problem? Please describe.** In some scenarios, an extra dimension can help, and luminosity is one of them. Additional, a secondary key for normalization...
**Is your feature request related to a problem? Please describe.** I repeatedly struggled to get `umap(scale=..., )` to return > 0 edge, and when digging in, saw the weight filter...
**Describe the bug** Demo `demos/more_examples/graphistry_features/layout_tree.ipynb` uses non-standard data loaders and renderers instead of Graphistry's, so it's quite surprising and misleading.
**Is your feature request related to a problem? Please describe.** Visualizations fail to data quality issues that the plotter accepts, and would like to know about them more easily **Describe...
**Is your feature request related to a problem? Please describe.** A prospective user asks: Can the tool help handle cases like ~redundant feature columns over-biasing the result? **Describe the solution...
**Is your feature request related to a problem? Please describe.** Typical node/edge equiv code for pandas `assign` is hard to read and annoying to write, cleaner w/ a native form...