Skip to content

fabiofabrizi/pfDA_Project2

Repository files navigation


Logo

Programming for Data Analysis

Analysis of the Wisonsin Breast Cancer dataset

About the Wisconsin Breast Cancer dataset

The dataset dates from 1995 and the features generated for the dataset are from an image of a biopsy of the breast tissue.
Fine Needle Aspiration (FNA) is a type of biopsy where a thin, hollow needle is used to remove fluid or tissue - in the case of this dataset, tissue.
Images were taken of the tissue samples, digitized and the features in the dataset describe characteristics of the cell nuclei present in the image.

Further explanation of FNA can be found here, and a detailed description of the dataset can be found here

(back to top)

Built With

Logo Logo Logo Logo Logo Logo

(back to top)

Getting Started

  1. Clone repository
  2. Open notebook on your own machine

Prerequisites

See included libraries towards the top of the notebook. These are:
-Numpy
-Pandas
-Scikit-learn
-Fitter
-Matplotlib
-Seaborn

Installation

Use either:
pip install (package name)
or
conda install (package name)

(back to top)

Aim

To explore some common classifiers and see how parameter optimisation and/or dataset size affects the peformance of the classifier.

Conclusion

A larger dataset improves classifier performance. This is because with more training data, the model learns the distribution of the real data better. The model accuracy is improved

(back to top)

Contact

Project Link: https://github.com/fabiofabrizi/pfDA_Project2

(back to top)

Acknowledgments

(back to top)

About

Investigation of the Wisconsin Breast Cancer dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published