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

Runtime Estimation #66

Closed
mmervecerit opened this issue Aug 31, 2022 · 1 comment
Closed

Runtime Estimation #66

mmervecerit opened this issue Aug 31, 2022 · 1 comment

Comments

@mmervecerit
Copy link

Hi, have you done a performance benchmarking for the runtime of the fit_model function? It takes forever for me, my sequence has 43200 observations, and my machine is M1 Macbook Pro. Is there an early_stop parameter so I can do my development/debugging faster?

Thank you!

@helske
Copy link
Owner

helske commented Sep 10, 2022

Yes, please see the documentation of fit_model, in particular control_em arguments and related examples. The performance of the EM algorithm depends on not only the length of the sequences but also the number of observed symbols and latent states.

@helske helske closed this as completed Nov 30, 2022
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