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

https://github.com/juanpablo70/pgad-assignment01

Breast Cancer Coimbra data set analysis
https://github.com/juanpablo70/pgad-assignment01

data data-science dataframe dataset jupyter-notebook matplotlib numpy pandas python

Last synced: about 2 months ago
JSON representation

Breast Cancer Coimbra data set analysis

Awesome Lists containing this project

README

          

## Escuela Colombiana de Ingeniería

# Breast Cancer Coimbra data set analysis

This project is an analysis of the Breast Cancer Coimbra data set taken from [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Coimbra) where it reads a cvs file, normalizes its columns, manipulates some data, shows statistical description of some metrics for the dataset variables and plots an histogram, a scatter plot and its correlation matrix.

### Prerequisites

+ Python
+ Jupyter Notebook
+ Git

### Installing

To download this project, you must run the following command down below.

```
git clone https://github.com/JuanPablo70/PGAD-Assignment01.git
```

Open Jupyter Notebook on your computer and open the ```Breast Cancer Coimbra Data Set.ipynb``` file.

### Running the notebook

Once you have opened the ```Breast Cancer Coimbra Data Set.ipynb``` file, run each cell with ```shift``` + ```Enter``` or go to the Cell tab and click on ```Run All``` and see the results.

### Author

Juan Pablo Sánchez Bermúdez