Files added to the breast cancer branch #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
First version of a machine learning algorithm to classify between malignant and benign cancer types through physical characteristics of the tumor samples in the datasets. This version of the algorithm contains clustering and decision tree classification models.
Objective
Predict and classify between two types of breast cancer (benign and malignant) based on the information provided by the dataset
Files added
The dataset provided contains physical information about the samples appended that describe the different types of cancer. each sample has the class that is malignant or benign. The dataset has been uploaded under the name breast-cancer-wisconsin.data.txt
For more about the dataset, please check the breast-cancer-wisconsin.names.txt file which contains background information to add for further understanding.
The algorithm has been developed entirely in pyton to commit a first approach to the solution of the problem that is considered under the objective title. The code has been submited under the name BREAST_CANCER.ipynb.
Checklist