No such file or directory: .../all_data_df(2, 4, 8).joblib'

for i, d in enumerate(dl.batch()):

  print(i)

  print(d.shape)


---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
<ipython-input-1-c0e482e3bd45> in <module>
63 ‘’’
64
—> 65 for i, d in enumerate(dl.batch()):
66 print(i)
67 print(d.shape)

/mnt/public/IT/Libs/Python/alphien/data/dataLoader.py in batch(self, fromRow, toRow, trainProportion, verbose)
73 for i, f in enumerate(files):
74 try:
—> 75 df = joblib.load(f)
76 except Exception as e:
77 raise

/opt/conda/lib/python3.6/site-packages/joblib/numpy_pickle.py in load(filename, mmap_mode)
575 obj = _unpickle(fobj)
576 else:
–> 577 with open(filename, ‘rb’) as f:
578 with _read_fileobject(f, filename, mmap_mode) as fobj:
579 if isinstance(fobj, str):

FileNotFoundError: [Errno 2] No such file or directory: ‘/home/zhuzr20/UBSPRICING/Data/all_data_df(2, 4, 8).joblib’


Hi,

I’ve answered this on another forum thread. Please see if you can resolve this using Alphien Dashboard

Manas

Thanks for you answer

Hi Zhuzr20, please also have a look at this forum thread. There are some data that will be released at a later date:

Alphien Dashboard