Skip to content

mdh266/Cancer_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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