Giter Site home page Giter Site logo

faraazarsath / project_ensemble_techniques_breast_cancer_detection Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 824 KB

Ensemble Learning Techniques - Breast Cancer Classification

Jupyter Notebook 100.00%
bagging-ensemble decision-tree-classifier feature-selection knn-classification logistic-regression random-forest-classifier svm-classifier voting-classifier xgboost-classifier

project_ensemble_techniques_breast_cancer_detection's Introduction

Project_ensemble_techniques_breast_cancer_detection

h0Hi18KpgEuy

Predicting Breast Cancer in a patient

Project Summary:

In this project we used three different Ensemble models to our Breast Cancer Diagnosis dataset. Our results are reported with 75:25 training test data split and for 10 fold cross validation.

Comparing F1 Score:

  • our proposed ensemble learning models achieved F1 score accuracies of 94%, 90% and 92% respectively.
  • Voting Classifier performs better than XG Boost with an accuracy of 94%

Since our project is medical diagnosis we need to give maximum importance to Type II error in statistics(False Negative).False Negative is that the truth is positive, but the test predicts a negative. The person is sick, but the test inaccurately reports that they are not.To know the performance over False negative rate we will compare our ensemble models with confusion matrix ,ROC and DET curves.

download (1)

Comparing confusion matrix:

  • Voting classifier has less number False Negatives compared to XG Boost and Bagging Classifier

download (2)

Comparing ROC Curve & DET Curve:

  • While comparing ROC Curves we found Voting classifier lies at ideal point that is top left corner and has larger area under the curve (AUC) which is 0.99 compared to XG Boost which has 0.98 and Bagging classifier with 0.94

  • The DET Curve has distinct advantages over the standard ROC type curve for presenting performance results where tradeoffs of two error types are involved. Here we can observe Voting Classifier has lesser error tradeoff compared to XG Boost.

download

Experimental results show that Voting Classifier(soft voting) was the most powerful prediction model than other ensemble machine learning techniques for our Breast Cancer dataset.

project_ensemble_techniques_breast_cancer_detection's People

Contributors

faraazarsath 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.