I produced the .pkl on ubuntu 14.04. ubuntu can load the .pkl file but when transferred to the raspberrypi it commit an error upon loading.below listed is the error :
I used from sklearn.externals import joblib. I used joblib.dump to store the .pkl and joblib.load to load the file. any solutions? i tried upgrading and updating the softwares