Skip to content
/ DCS Public

Diagnostic Cancer Solution - Machine Learning APP with Wisconsin Breast Cancer Database.

License

Notifications You must be signed in to change notification settings

rainer85ah/DCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCS

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.

Models saved with JOBLIB tools from SKLEARN.

from sklearn.externals import joblib

Python Code to save:

joblib.dump(svm_clf, '../Output/model.pkl')

Python Code to load:

clf = joblib.load('../Output/model.pkl')

Try your own test or just plot the results.

Enjoy!! :-)

#MachineLearning #DeepLearning #DataScience #Python #Code

Releases

No releases published

Packages

No packages published

Languages