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

Do you give me a data structure? #1

Open
leonlee723 opened this issue Sep 3, 2018 · 1 comment
Open

Do you give me a data structure? #1

leonlee723 opened this issue Sep 3, 2018 · 1 comment

Comments

@leonlee723
Copy link

Hi I‘m a green hand of AI. Thank your code help me to learn deep learning. But when I debug your code, I don't know your data structure of csv. I know your data are not publicly available, then do you give me a data structure of csv? If you can give a demo data, I will appreciate you very much.

@pnb
Copy link
Owner

pnb commented Oct 2, 2018

The main data preprocessing script (preprocess_timeseries.py) requires a CSV file input with columns called action_name, subject_id, start_time (in milliseconds), and end_time. That is all that should be needed, since the basic principle is to learn patterns in sequences of actions (denoted by the action_name column) for individual people (denoted by the subject_id column).

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