I get an error from running the code it gave to me at the start of the lesson.
This is the code and the error.
Code:
from preprocessing import preprocess, response_a, response_b
Error:
Traceback (most recent call last):
File "script.py", line 2, in <module>
from preprocessing import preprocess, response_a, response_b
ImportError: cannot import name 'preprocess'
I don’t want to get the solution code for this, how should I go about it?