svpino / ml.school

Machine Learning School
Apache License 2.0
207 stars 796 forks source link

ModuleNotFoundError: No module named 'processing' #12

Open bayesways opened 7 months ago

bayesways commented 7 months ago

The test in Session3 Step 1 throw the following error for me ModuleNotFoundError: No module named 'processing'

calicartels commented 6 months ago

Use this before you run that cell:

(CODE_FOLDER/"processing").mkdir(parents = True, exist_ok=True) sys.path.extend([f"./{CODE_FOLDER}/processing"])