Giter Site home page Giter Site logo

daviduster / mammogram-mass-classifier Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.05 MB

Use of classification supervised learning algorithms as a tool to perform predictive analysis over whether a mammogram mass is benign or malignant

License: MIT License

Makefile 0.01% Jupyter Notebook 97.79% TeX 2.20%
machine-learning latex ugr inteligencia-de-negocio classification-algorithms tumor bi-rads mammogram-mass

mammogram-mass-classifier's Introduction

mammogram-mass-classifier

Table of contents

About

The purpose of this practice is to predict whether a tumor is benign or malignant from a set of data. Different preprocessing will be carried out on the data, use will be made of classification supervised learning algorithms (chosen with criteria) and a comparative analysis of results using different evaluation measures. As a data set, the dataset provided by the subject will be used, which contains 961 instances of masses detected in mammograms, with 4 numerical attributes (BI-RADS, Age, Margin and Density) and 2 category attributes (Shape and Severity). , where Severity is our target to predict.

  1. BI-RADS code: quality control system, numerical value
  2. Age: integer numerical value
  3. Shape: category value identified by the letters: R rounded, O Oval, L Lobular, I Irregular, N Not defined.
  4. Margin: circumscribed = 1 microlobulated = 2 obscured = 3 ill-defined = 4 spicu- lated = 5 (nominal)
  5. Density: ordinal integer value: (1) High, (2) Medium, (3) Low, (4) Fat content (not tumor).
  6. Severity (target, objective to predict): benign The tumor can be benign or malignant (cancer).

The types of classification algorithms that we will use are Logistic Regression (one of the simplest and most efficient for the classification of two classes), SVC (Support Vector Classification, also useful for binary classification), KNeighborsClassifier and Ensemble Clasiffiers

Technologies

Project is created with:

  • Python 3.8.6
  • Sklearn library for machine learning models (everything in the code directory)
  • Jupyter notebooks
  • Latex to make the report (pdflatex and bib)

Compile report

You can generate the report using the makefile.

$ make

Or just compile it with pdflatex.

$ pdflatex report.tex
$ bib report.tex

(Maybe you will need to install some missing packages, you can use tlmgr)

Correción

  • Preprocesa bien, mira el número de nulos.

  • Aplica correlación.

  • Escala para aplicar a KNN.

  • Aplica varios preprocesamiento (más de 5) y los compara algoritmo a algoritmo.

  • Muy buen tuning, no sólo aplica el optimizador si no que visualiza y justifica.

  • Aplica cross_validation, pero no me queda claro si lo hace también para otras métricas, combina cross_validation con train_test, lo cual no es correcto.

  • Buen análisis, boxplots incluídos, sólo le ha faltado mostrar algún árbol.

mammogram-mass-classifier's People

Contributors

daviduster avatar

Watchers

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