-
Notifications
You must be signed in to change notification settings - Fork 0
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
Data path does not match the downloaded dataset #1
Comments
Hi, the data pre-processing mainly contains three steps: 1) perform z-score normalization; 2) apply a sliding window of length 100 to get non-overlapping time windows; 3) keep those windows where the label is the same for all timesteps. You can refer to the code below:
|
It's really helpufl! Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your great work!
I download the PAMAP2 dataset via the link(https://archive.ics.uci.edu/dataset/231/pamap2+physical+activity+monitoring), but I can not find
pamap2_data_100.pkl
file. Whether do you pre-process the dataset? Is there any code? Thanks!FedAlign/main.py
Line 40 in 64acbff
The text was updated successfully, but these errors were encountered: