Skip to content
New issue

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

Graph loading not assigning proper structural types #127

Open
cdbethune opened this issue May 28, 2020 · 0 comments
Open

Graph loading not assigning proper structural types #127

cdbethune opened this issue May 28, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@cdbethune
Copy link
Contributor

The graph loaders have not been properly updated to work in the no-metadata context. load_edge_list, load_single_graph and load_graphs all expect there to be semantic types set on the graph metadata, and attempt to set the dataframe col type based on that. Given that there's no longer any semantic type info assigned in the datasetDoc.json, all data is treated as having type of object in the dataframe. This seems to be fine most of the graph primitives, but does seem to be breaking the vertex_nomination primitive, as the RF step is no longer completing.

@cdbethune cdbethune added the bug Something isn't working label May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant