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

What is the correct way to establish the X_train.tsv/X_test.tsv/server.tsv file needed in the 38/44/50th line of data.py? #2

Open
Gengsheng-Li opened this issue Mar 22, 2024 · 1 comment

Comments

@Gengsheng-Li
Copy link

Dear authors,

I hope this email finds you well. I have already gained the OpenBHB dataset needs here, howerver, it seems like X_train.tsv/X_test.tsv/server.tsv (X is the client index, they appear in the 38/44/50th line of data.py) files are necessary for running this project completely. Could you please give me some instructions on how to correctly establish these .tsc files?

Thanks for your kind help! Looking forward to your reply.

Best regards! :-D

@Abtinmy
Copy link
Owner

Abtinmy commented Apr 5, 2024

Hi,

These files serve as records for each client in our methodology as their local data. Establishing these .tsv files involves sampling records for each client from the original dataset based on specific criteria. You can employ methods such as random sampling or grouping records based on common attributes such as site, acquisition settings, age, etc.

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

2 participants