We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for sharing the implementation!
I am trying to run the notebook for chapter 13 but I came across the error: ModuleNotFoundError: No module named 'prml.random'
ModuleNotFoundError: No module named 'prml.random'
Is there no such module? Thank you for your help!
The text was updated successfully, but these errors were encountered:
I'm sorry. The notebook for chapter 13 has not been done yet.
Sorry, something went wrong.
step1: cd PRML-master step2: python setup.py build step3: python setup.py install
step4: cd notebooks step5: ipython notebook ch02_Probability_Distributions.ipynb it still report error: ImportError: No module named 'prml'
No branches or pull requests
Thanks for sharing the implementation!
I am trying to run the notebook for chapter 13 but I came across the error:
ModuleNotFoundError: No module named 'prml.random'
Is there no such module? Thank you for your help!
The text was updated successfully, but these errors were encountered: