-
Notifications
You must be signed in to change notification settings - Fork 430
Description
I'm getting this error when I run the code same with regressor_multivar.py
PS E:\Python> & C:/Users/rickz/anaconda3/python.exe "e:/Python/Artificial-Intelligence-with-Python/Chapter 02/code/regressor_singlevar.py"
Traceback (most recent call last):
File "e:/Python/Artificial-Intelligence-with-Python/Chapter 02/code/regressor_singlevar.py", line 12, in
data = np.loadtxt(input_file, delimiter=',')
File "C:\Users\rickz\AppData\Roaming\Python\Python37\site-packages\numpy\lib\npyio.py", line 981, in loadtxt
fh = np.lib._datasource.open(fname, 'rt', encoding=encoding)
File "C:\Users\rickz\AppData\Roaming\Python\Python37\site-packages\numpy\lib_datasource.py", line 269, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "C:\Users\rickz\AppData\Roaming\Python\Python37\site-packages\numpy\lib_datasource.py", line 623, in open
raise IOError("%s not found." % path)
OSError: data_singlevar_regr.txt not found.