Git Product home page Git Product logo

breast_cancer_predictor's Introduction

Welcome to Machine Learning-based Breast Cancer Prediction

Dashboard

Demo

Overview

The Breast Cancer Predictor is an interactive web application that leverages the power of machine learning to predict whether a cell cluster is benign or malignant. Built with Python and Streamlit, this user-friendly platform empowers anyone to explore cutting-edge cancer diagnosis models, bypassing the need for complex coding.

Built-With

  • Python 3.9+
  • Streamlit 1.31.2
  • Pandas, Numpy, Scikit-Learn

Work-Flow

Exploratory Data Analysis (EDA) revealed the data required several cleaning steps before further analysis. These steps included:

1. Feature Selection: Features irrelevant to the model are dropped from the dataset.

2. Encoding: Categorical variables cannot be directly processed by machine learning models. To address this, the map encoding technique converts the categorical data into numerical form.

3. Skewness: Not much skewness is observed from the dataset and the dataset is transformed to a normal distribution by using scaling.

4. Correlation Analysis: There isn't much correlation observed through the features.

5. Prediction: To identify the most effective model for our Breast Cancer Predictor, we experimented with various machine learning algorithms on processed data. Notably, the Random Forest classifier consistently produced superior predictive performance compared to the other models considered. Consequently, this powerful model was chosen for the application's core functionality.

workflow

Dashboard

The breast cancer predictor is deployed in 'streamlit', a user-friendly web application.

dashboard

breast_cancer_predictor's People

Contributors

aishwarya-10 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.