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

https://github.com/ammahmoudi/decision-tree-implementation

Implementing Decision Tree Classifer from scrath and then train it on breast cancer dataset from the University of Wisconsin Hospitals
https://github.com/ammahmoudi/decision-tree-implementation

breast-cancer-wisconsin decision-tree-algorithms decision-trees machine-learning ml

Last synced: 7 months ago
JSON representation

Implementing Decision Tree Classifer from scrath and then train it on breast cancer dataset from the University of Wisconsin Hospitals

Awesome Lists containing this project

README

          

# Decision-Tree-Implementation
Implementing Decision Tree Classifer from scrath and then train it on breast cancer dataset from the University of Wisconsin Hospitals.
![tree](/concept.jpg)
## Data Documentation
Worldwide, breast cancer is the most common type of cancer in women and the second highest in terms of mortality rates.Diagnosis of breast cancer is performed when an abnormal lump is found (from self-examination or x-ray) or a tiny speck of calcium is seen (on an x-ray). After a suspicious lump is found, the doctor will conduct a diagnosis to determine whether it is cancerous and, if so, whether it has spread to other parts of the body.

This breast cancer dataset was obtained from the University of Wisconsin Hospitals, Madison from Dr. William H. Wolberg.

For more information please read the [data documentation](https://www.kaggle.com/datasets/merishnasuwal/breast-cancer-prediction-dataset).