This Python script uses the scikit-learn library to perform breast cancer prediction based on a linear regression model. The dataset used is the Breast Cancer Wisconsin (Diagnostic) dataset, which is available in scikit-learn.
Make sure you have the following dependencies installed:
- pandas
- numpy
- matplotlib
- scikit-learn
You can install them using the following command:
pip install -r requirements.txt