You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike cuGraph-DGL, cuGraph-PyG currently lacks support for using the native PyG interface for feature management. Instead, users have to construct and pass a cuGraph FeatureStore object, which exposes implementation details and reduces usability.
We should implement the FeatureStore interface properly as well as add functions for constructing a CuGraphStore from a PyG object.
The text was updated successfully, but these errors were encountered:
Unlike cuGraph-DGL, cuGraph-PyG currently lacks support for using the native PyG interface for feature management. Instead, users have to construct and pass a cuGraph
FeatureStore
object, which exposes implementation details and reduces usability.We should implement the
FeatureStore
interface properly as well as add functions for constructing aCuGraphStore
from a PyG object.The text was updated successfully, but these errors were encountered: