Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathewyang/Wisconsin-Breast-Cancer

Classifying Breast Cancer Tumors
https://github.com/mathewyang/Wisconsin-Breast-Cancer

breast-cancer-prediction breast-cancer-wisconsin logisitic-regression svm svm-classifier

Last synced: about 2 months ago
JSON representation

Classifying Breast Cancer Tumors

Awesome Lists containing this project

README

        

# Wisconsin-Breast-Cancer
Classifying benign and malignant breast tumor cells.

This is a project using the Wisconsin Breast Cancer (Diagnostic) dataset from the UCI Machine Learning Repository.
link: https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic)

I will compare different machine learning models (Logistic Regression, Support Vector Machines) to see what would provide the best classification results in differentiating malignant tumors from benign tumors.

TO DO:
Cross Validation
ROC Curves
Matthews Correlation Comparison
Exploratory Data Analysis Step