Skip to content

Logistic Regression Model has been used to predict the chances of Breast Cancer

Notifications You must be signed in to change notification settings

m0-k1/Predicting-Breast-Cancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Predicting-Breast-Cancer

Logistic Regression Model has been used to predict the chances of Breast Cancer.

About Dataset

Attribute Information:-

  1. id
  2. diagnosis: M = malignant, B = benign

Columns 3 to 32 Ten real-valued features are computed for each cell nucleus:

  1. radius: distances from center to points on the perimeter
  2. texture: standard deviation of gray-scale values
  3. perimeter
  4. area
  5. smoothness: local variation in radius lengths
  6. compactness: perimeter^2 / area - 1.0
  7. concavity: severity of concave portions of the contour
  8. concave points: number of concave portions of the contour
  9. symmetry
  10. 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.