Giter Club home page Giter Club logo

breast-cancer-detection's Introduction

Breast-Cancer-Detection

Breast Cancer Detection

In this task I build classification models to predict whether the cancer type is Malignant or Benign. Also fine-tune the hyperparameters & compare the evaluation metrics of various classification algorithms.

Author

  • Karan Manoharan

Content

  1. Data Loading
  2. Exploratory Data Analysis
  3. Model Fitting
  4. Conclusion

Data Collection

The data was given by "Info Pillar Solution from Kaggle".

Data include following columns:

  • id
  • diagnosis
  • radius_mean
  • texture_mean
  • perimeter_mean
  • area_mean
  • smoothness_mean
  • compactness_mean
  • concavity_mean
  • concave points_mean
  • symmetry_mean
  • fractal_dimension_mean
  • radius_se
  • texture_se
  • perimeter_se
  • area_se
  • smoothness_se
  • compactness_se
  • concavity_se
  • concave points_se
  • symmetry_se
  • fractal_dimension_se
  • radius_worst
  • texture_worst
  • perimeter_worst
  • area_worst
  • smoothness_worst
  • compactness_worst
  • concavity_worst
  • concave points_worst
  • symmetry_worst
  • fractal_dimension_worst

EDA

In this EDA part I visualized many plots using seaborn, matplotlib libraries

Logistic Regression

Logistic Regression model was trained and I got accuracy 0.96%

Random Forest Regression

Random Forest Regression model was trained and I got accuracy 0.98

Support Vector Machine

Support Vector Machine model was trained and I got accuracy 0.96

Decision Tree Classifier

Decision Tree Classification model was trained and I got accuracy 0.92

Conclusion

In this task, I predicted the cancer type is Malignant or Benign.

๐Ÿ”— Links

breast-cancer-detection's People

Contributors

karanmrn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.