pygraphistry
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
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
fix datetime passthrough for cu_cat (bypass cudf) and feed back into g for time series plotting
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...
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()...
after 0.29.0 (big pyg[ai] merge), looks like import is slow again, likely some top-level imports getting triggered:  for reference, pandas is just 600ms on same box...
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...