Closed Bibyutatsu closed 4 years ago
@Bibyutatsu Hi, try use sklearn to do this (under python2.7, sklearn 0.17.1). from sklearn.externals import joblib joblib.dump(clf,'xxx.pkl') clf=joblib.load('xxx.pkl')
@ifyoungnet Hi, Thank you very much for that help.
Hi, I am unable to load the pickle file named PPB_Label.pkl so please can you share the contents of the file. I just need the list of names of the descriptors used to predict the PPB value.