Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aysenurcftc/breast_cancer_streamlit
- Owner: aysenurcftc
- Created: 2024-03-05T15:39:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T07:11:36.000Z (8 months ago)
- Last Synced: 2024-03-09T18:55:28.601Z (8 months ago)
- Topics: breast-cancer, classification, gridsearch, scikit-learn, streamlit
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```