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

Could you tell me how can I get the 'event' and 'label' on PLAID dataset? #5

Open
Wusir2018 opened this issue Jul 1, 2023 · 0 comments

Comments

@Wusir2018
Copy link

hello everyone,
Could you tell me how to obtain the events and labels on PLAID dataset?
I found the function read_events_labels in the load_plaid_aggregated_data.py. But I don't konw how to obtain the events and labels , could you tell me?

def read_events_labels(file1, file2, data_path='/home/ibcn079/data/Data/'):
    a = pd.read_csv(data_path+file1,header=None)   #### I don't konw how to get it?
    a = a.values

    b = pd.read_csv(data_path+file2,header=None)  #### I don't konw how to get it?
    b = b.values

Thank you very much!

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