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

https://github.com/mdh266/cancer_detection

Classification Models For Cancer Detection
https://github.com/mdh266/cancer_detection

cancer-detection classification logistic-regression matplotlib pandas python seaborn

Last synced: 7 months ago
JSON representation

Classification Models For Cancer Detection

Awesome Lists containing this project

README

          

# Classification Models For Cancer Detecton

## Introduction
The purpose of this blog post/notebook is to practice using classification models for cancer detection. We will be working with breast tissue data provided by the University of California Irvine (UCI) Machine learning course which can be found here. We will go over logistic regression with and without l1 regularization as well as evaluating both models.

## Requirements
1. Python (2.7)
2. Jupyter Notebook
3. NumPy
4. matplotlib
5. Seaborn
6. scikit learn
7. Pandas

To install the requirements with pip (except for Python), type in the main directory:

pip install -r requirements.txt