Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aysenurcftc/breast_cancer_streamlit

Breast Cancer Wisconsin Dataset Classifier with Scikit-learn and Streamlit
https://github.com/aysenurcftc/breast_cancer_streamlit

breast-cancer classification gridsearch scikit-learn streamlit

Last synced: 2 days ago
JSON representation

Breast Cancer Wisconsin Dataset Classifier with Scikit-learn and Streamlit

Awesome Lists containing this project

README

        

# Breast Cancer Wisconsin Dataset Classifier with Scikit-learn and Streamlit

This repository uses different classifiers and gridsearch to classify the breast cancer dataset.

## Installation

Install project with pip

```bash
pip install -r requirements.txt
```

## Usage/Examples

```bash
streamlit run main.py
```