ctgk / PRML

PRML algorithms implemented in Python
MIT License
11.43k stars 3.25k forks source link

No module named 'prml.random' #6

Open meichen91 opened 6 years ago

meichen91 commented 6 years ago

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!

ctgk commented 6 years ago

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

githubWangHC commented 5 years ago

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'