VGandhi27 / Cancer-Detection

Breast cancer Detection using Logistic Regression and Linear Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breast cancer Detection using Logistic Regression and Linear Regression

In this repository we will see what is this Breast cancer (benign or malignant) prediction problem parameters/variable values and try to fit this values in a Logistic regression.

To run the code follow the below steps:

1.Install python(3.9+) and need packages.

pip install numpy
pip instll pandas
pip install -U scikit-learn

2.Clone this repository .

https://github.com/VGandhi27/Cancer-Detection.git

3.Open command line and set the directory to the cloned repository.

cd cancer-detection

if you got any error in install the packages then refer Stackoverflow.

About

Breast cancer Detection using Logistic Regression and Linear Regression

License:MIT License


Languages

Language:Jupyter Notebook 100.0%