udacity / ud120-projects

Starter project code for students taking Udacity ud120
1.62k stars 5.66k forks source link

outliers loading #354

Closed sivakumarmallipeddi closed 1 year ago

sivakumarmallipeddi commented 2 years ago

hello everyone,

I have a problem in running the programme outlier_removal_regression.py, i get the following error ages = joblib.load( open("./outliers/practice_outliers_ages.pkl", "rb") ) FileNotFoundError: [Errno 2] No such file or directory: './outliers/practice_outliers_ages.pkl'

could some please help me in fixing this problem. thank you in advance

asmaba2018 commented 2 years ago

Try: 1- adding another dot to go up a folder and come back to the same one 2- use file name without any path as the target file in the same folder of the outlier~...py file