Open jermainewang opened 3 years ago
This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you
This issue is closed due to lack of activity. Feel free to reopen it if you still have questions.
I encountered several usability issues when developing the benchmark code on TUDataset.
LegacyTUDataset
andTUDataset
. They are quite different --TUDataset
does not have node features whileLegacyTUDataset
does. We should merge them and provide options to include node features per user request.dataset[index_list]
should return a sub-dataset. I imagine this might be a common issue for all graph classification datasets.dataset.shuffle()
which returns a new shuffled dataset, which is useful for creating stratified train/val/test splits.dataset.num_labels
returns anumpy.ndarray
instead of an integer.dataset.num_features
.