-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
No module named 'prml' #9
Comments
I also meet the same problem....Have you solved this?thanks! |
yes I have solve this problem. |
step1: cd PRML-master step4: cd notebooks |
how to run jupyter notebook concretely?Thanks |
must upper python3.6 |
Alternatively, you could add the following into a code block at the beginning of the notebook. import sys
if "../" not in sys.path:
sys.path.append("../") |
clone the repository on you terminal commad of you IDE , run the following code |
problem solved!thank you! |
Dooray! Failure Notice
Failure Notice
Your message sent to
***@***.***)
has failed to be delivered.
Please refer to the below for details.
* Recipient :
***@***.***)
* Sent time :
2024-09-13T00:42:08
* Subject :
Re: [ctgk/PRML] No module named 'prml' (#9)
* Remote host said :
Your mail was denied from the receiver.
This message was sent from a notification-only address that cannot accept incoming email.
For more information, please contact ***@***.***
© Dooray!.
|
I HAVE RUN Python setup.py build
and python setup.py install
then use jupyter to open ch03_Linear_Models_for_Regression.ipynb.
BUT still report ---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in ()
4 get_ipython().run_line_magic('matplotlib', 'inline')
5
----> 6 from prml.features import GaussianFeatures, PolynomialFeatures, SigmoidalFeatures
7 from prml.linear import (
8 BayesianRegressor,
ModuleNotFoundError: No module named 'prml'
so how can i do to fix this?
The text was updated successfully, but these errors were encountered: