I have a use case for a single node type that has a mixture of labeled and unlabeled members. The docs sound like this is handled:
source
"These JSON files only need to list the IDs on its own set. For example, in a node classification task, there are 100 nodes and node ID starts from 0, and assume the last 50 nodes (ID from 49 to 99) have labels associated. ...."
I have parquet files for my nodes. During the graph construction routine, the creation of the final numpy arrays for labels seemed to indicate that I needed dummy labels for these nodes. How am I supposed to handle this use case where I want to keep to a single node type for this data?
Thank you!
I have a use case for a single node type that has a mixture of labeled and unlabeled members. The docs sound like this is handled:
source
"These JSON files only need to list the IDs on its own set. For example, in a node classification task, there are 100 nodes and node ID starts from 0, and assume the last 50 nodes (ID from 49 to 99) have labels associated. ...."
I have parquet files for my nodes. During the graph construction routine, the creation of the final numpy arrays for labels seemed to indicate that I needed dummy labels for these nodes. How am I supposed to handle this use case where I want to keep to a single node type for this data?
Thank you!