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

How does GaitPy code deal with missing samples? #27

Open
ezeid opened this issue Sep 16, 2020 · 1 comment
Open

How does GaitPy code deal with missing samples? #27

ezeid opened this issue Sep 16, 2020 · 1 comment

Comments

@ezeid
Copy link

ezeid commented Sep 16, 2020

Hi,

If my time series has missing samples that has value NaN, should I remove it before calling the GaitPy on it? Does GaitPy handle missing samples and how?

Thank you
Elias

@Matt-pfz
Copy link
Collaborator

Hey Elias, Thanks for your question. GaitPy will return an exception if there are NaN values in your data. I would recommend removing them from your data (you may consider interpolation). Best, Matt

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