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

Error initializing: covariance matrixes #110

Open
ellaksay opened this issue Aug 16, 2023 · 1 comment
Open

Error initializing: covariance matrixes #110

ellaksay opened this issue Aug 16, 2023 · 1 comment

Comments

@ellaksay
Copy link

Hello! We are processing a dataset with hidden state numerical values and additional features like distance and velocity. When we run the dataset with just the numerical values, the model works but when we run with the additional features, we get this error. How can we adjust our dataset to eliminate this error? We have no NaN values in our dataset, so unsure of the cause of this error.

image
@vidaurre
Copy link
Collaborator

It might be that there are extreme events in your data. For example, if you standardize each time series, are there time points which absolute value is several standard deviations above zero?

In general it's hard to know without seeing the data, but I would recommend some visual inspection. Maybe also run in subsets of the data to see when it happens.

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