PRML icon indicating copy to clipboard operation
PRML copied to clipboard

No module named 'prml.random'

Open meichen91 opened this issue 7 years ago • 2 comments

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!

meichen91 avatar Apr 30 '18 22:04 meichen91

I'm sorry. The notebook for chapter 13 has not been done yet.

ctgk avatar May 02 '18 01:05 ctgk

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'

githubWangHC avatar Dec 24 '18 06:12 githubWangHC