/Breast-Cancer-Prediction

Detecting whether or not a person is having breast cancer

Primary LanguageJupyter Notebook

Breast-Cancer-Prediction

Description

Features are computed from a digitized image of a fine needle aspirate (FNA) of a breast mass. They describe characteristics of the cell nuclei present in the image. n the 3-dimensional space is that described in: [K. P. Bennett and O. L. Mangasarian: "Robust Linear Programming Discrimination of Two Linearly Inseparable Sets", Optimization Methods and Software 1, 1992, 23-34].

This database is also available through the UW CS ftp server:

ftp ftp.cs.wisc.edu
cd math-prog/cpo-dataset/machine-learn/WDBC/

Also can be found on UCI Machine Learning Repository: here


Attribute Information

  1. id Number
  2. diagnosis (M = malignant, B = benign)
  3. radius (mean of distances from center to points on the perimeter)
  4. texture (standard deviation of gray-scale values)
  5. perimeter
  6. area
  7. smoothness (local variation in radius lengths)
  8. compactness (perimeter^2 / area - 1.0)
  9. concavity (severity of concave portions of the contour)
  10. concave points (number of concave portions of the contour)
  11. symmetry
  12. fractal dimension ("coastline approximation" - 1)

The mean, standard error and "worst" or largest (mean of the three largest values) of these features were computed for each image, resulting in 30 features. For instance, field 3 is Mean Radius, field 13 is Radius SE, field 23 is Worst Radius.

All feature values are recoded with four significant digits.

Missing attribute values: None

Class distribution: 357 benign, 212 malignant