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

issues of "def split_data()" #27

Open
jingweio opened this issue Jan 22, 2021 · 0 comments
Open

issues of "def split_data()" #27

jingweio opened this issue Jan 22, 2021 · 0 comments

Comments

@jingweio
Copy link

I notice that "split_data()" in the script of "hgcn/utils/data_utils.py" sperates dataset into "pos" and "neg" for sampling trn-val-tst uniformly. It is ok for the dataset: "DISEASE" containing only 2 classes but not ok for dataset: "AIRPORT" containing 4 classes. But I notice that in the function of "load_data_nc()" wrote in "hgcn/utils/data_utils.py" use "split_data()" to create splits for both "DISEASE" and "AIRPORT" which may results in 1) repeated samlples in each split and 2) overlapping between splits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant