We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support WholeGraph feature storage in cuGraph-PyG through a new WholeFeatureStore class that implements the FeatureStore interface.
WholeFeatureStore
FeatureStore
The text was updated successfully, but these errors were encountered:
[FEA] New WholeGraph Feature Store for PyG (#4432)
1667f7a
Reimplements the WG feature store for PyG using the `FeatureStore` interface. Merge after #4384 Closes rapidsai/wholegraph#47 Closes #4399 Authors: - Alex Barghi (https://github.com/alexbarghi-nv) - Seunghwa Kang (https://github.com/seunghwak) - Tingyu Wang (https://github.com/tingyu66) - Ralph Liu (https://github.com/nv-rliu) Approvers: - Tingyu Wang (https://github.com/tingyu66) - Vibhu Jawa (https://github.com/VibhuJawa) - Brad Rees (https://github.com/BradReesWork) - Ray Douglass (https://github.com/raydouglass) URL: #4432
alexbarghi-nv
Successfully merging a pull request may close this issue.
Support WholeGraph feature storage in cuGraph-PyG through a new
WholeFeatureStore
class that implements theFeatureStore
interface.The text was updated successfully, but these errors were encountered: