Diagnostic Cancer Solution - Machine Learning with the Wisconsin Breast Cancer Database.
On this repository you will find three different model for 99.12% (1 mistake) and 100% accuracy.
from sklearn.externals import joblib
joblib.dump(svm_clf, '../Output/model.pkl')
clf = joblib.load('../Output/model.pkl')
Enjoy!! :-)