Alexander Pabinger
Results
1
comments of
Alexander Pabinger
I've also used pickle.dump() for the classifiers knn, oc-svm, iforest and fabod and it works saving and loading them with: save: pickle.dump(clf, open(folder + clf_name + '.h5', 'wb')) load: pickle.loads(open(...