ModuleNotFoundError: No module named 'scratch'
m4ur0jr opened this issue · 2 comments
m4ur0jr commented
I am not finding the module from scratch.probability import inverse_normal_cdf. I am using Spyder version 4.0 and reproducing the line of code as per the original code in the Data Science book from Zero. How can I move forward?
jlxgcgcg commented
see the "two notes" in the readme:
https://github.com/joelgrus/data-science-from-scratch#data-science-from-scratch
Eddie2049 commented
Hi you could try something like this..
import os
path = "D:\data_science_from_scratch" # here use specific path to your file
os.chdir(path)
from scratch.probability import inverse_normal_cdf