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

'm' is not defined #7

Open
dimdim89700 opened this issue May 26, 2023 · 0 comments
Open

'm' is not defined #7

dimdim89700 opened this issue May 26, 2023 · 0 comments

Comments

@dimdim89700
Copy link

Hello,

I am trying to learn to use SSA and I wanted to use your tutorial to see how to use it and how ti works. But when I tried to use your code I get an error message :

" File "...\pssa-master\src\mySSA.py", line 91, in embed
self.X = m(linalg.hankel(self.ts, np.zeros(self.embedding_dimension))).T[:,:self.K]
NameError: name 'm' is not defined"

In mySSA, in embed, in several lines, there is a 'm', that is not defined. Could you tell me how to defined it ? Or at least explain what it does please ?

Thanks in advance

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

1 participant