pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer

Results 214 pygraphistry issues
Sort by recently updated
recently updated
newest added
trafficstars

Adds joint training GNN toy model and fits it on Cora dataset. For @tanmoyio and @webcoderz as templates for proj work.

here is the final changes for fixing the .readme.yaml file .

https://skrub-data.org/stable/generated/skrub.GapEncoder.html https://skrub-data.org/stable/generated/skrub.TableVectorizer.html

Still WIP - PR created for own review purpose

- [x] readme.md - [x] ipynb - [x] docstr

p3
docs

fix datetime passthrough for cu_cat (bypass cudf) and feed back into g for time series plotting

enhancement

Looks like we need to modify the readthedocs yml as per below: ``` Hello, -- You are receving this email because your Read the Docs project is impacted by an...

bug
help wanted
good-first-issue

To help mitigate risk, let's make cuCat opt-in What should the interface be? * should work clearly with other opts * should work clearly with implicit featurize calls like .umap()...

enhancement
p2

after 0.29.0 (big pyg[ai] merge), looks like import is slow again, likely some top-level imports getting triggered: ![Screenshot from 2023-05-02 21-24-27](https://user-images.githubusercontent.com/4249447/235832882-abfa5234-4bc8-47ce-8bb0-1346e8f9efe0.png) for reference, pandas is just 600ms on same box...

bug
help wanted
good-first-issue

I see the project already supports Neo4j and Tiger graph for accessing data. I was wondering if folks would be interested in supporting [Dgraph](www.dgraph.io) ([github](https://github.com/dgraph-io/dgraph)) as well which is an...

help wanted
good-first-issue