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

Run into problem with duke's expectation maximization #3466

Closed
pjh177787 opened this issue Nov 2, 2018 · 4 comments
Closed

Run into problem with duke's expectation maximization #3466

pjh177787 opened this issue Nov 2, 2018 · 4 comments
Labels
no action required No action was needed to resolve.

Comments

@pjh177787
Copy link

I encountered a problem when autojit the em_gmm_orig function on https://people.duke.edu/~ccc14/sta-663/EMAlgorithm.html#using-em

@pjh177787
Copy link
Author

When I called the function, it gives error. The way to call the function is here: https://people.duke.edu/~ccc14/sta-663/EMAlgorithm.html#comparison-of-em-routines

@stuartarchibald
Copy link
Contributor

Thanks for the report. I've run this under numba.jit and it gives no error for me. If numba.jit(nopython=True) is used it will give a typing error as scipy functionality is not supported or understood by Numba in nopython mode.

If you are new to Numba, perhaps take a look at the 5 minute guide first and/or click one of the Try Now buttons here http://numba.pydata.org/ to open up an interactive Numba demo in your browser, this one demonstrates the basics.

@stuartarchibald stuartarchibald added needtriage 4 - Waiting on author Waiting for author to respond to review and removed 4 - Waiting on author Waiting for author to respond to review labels Nov 2, 2018
@pjh177787
Copy link
Author

Thank you very much! I will try that!

@stuartarchibald stuartarchibald added no action required No action was needed to resolve. and removed needtriage labels Apr 1, 2019
@stuartarchibald
Copy link
Contributor

Closing this issue as it seems to be resolved. If this is not the case please re-open with a comment about any item that appears to be unresolved. Many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no action required No action was needed to resolve.
Projects
None yet
Development

No branches or pull requests

2 participants