Closed amiracoder closed 4 years ago
when trying to run the example file, I get the following error message: raise ValueError("Cannot load file containing pickled data " ValueError: Cannot load file containing pickled data when allow_pickle=False any idea how I can solve this?
raise ValueError("Cannot load file containing pickled data " ValueError: Cannot load file containing pickled data when allow_pickle=False
I faced the same issue on topy=0.2.3. In my case, downgrading numpy from 1.16.5 to 1.14.6 resolved it. (https://github.com/automl/auto-sklearn/issues/667#issuecomment-486629824)
topy=0.2.3
numpy
1.16.5
1.14.6
when trying to run the example file, I get the following error message:
raise ValueError("Cannot load file containing pickled data " ValueError: Cannot load file containing pickled data when allow_pickle=False
any idea how I can solve this?