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

Check for missing data before fitting #11

Open
nhoening opened this issue Feb 11, 2019 · 1 comment
Open

Check for missing data before fitting #11

nhoening opened this issue Feb 11, 2019 · 1 comment

Comments

@nhoening
Copy link
Contributor

Either give back useful info on what data was missing (e.g. due to the training_and_testing_window, due to the lags or due to external regressors), or attempt to fix it by decreasing the window, taking out out-of-bound lags or ignoring regressors.

@nhoening
Copy link
Contributor Author

generic/model_a.py in our BVP codebase has code which could be used as basis for this (currently l.67ff)

My hint is that suggesting different time window boundaries is enough intervention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant