1. Goal
2. Data Examination
3. Algorithm Choice, development and code
4. Decision Tree Generated
4. Output
5. Final Results
Goal: Given 569 records of patient data on breast tumor testing and with the class outcome values "Benign" or "Malignant" the requirement is to build a model to predict the class of new patients' tumor based on the recorded features.
Data Examination:The features or attributes are
1. Sample code number id numberAlgorithm Choice, development and code: Since this is a multivariate feature set and we are aiming to predict a class label or we are doing classification we will use the Decision Tree Algorithm.
2. Clump Thickness 1 - 10
3. Uniformity of Cell Size 1 - 10
4. Uniformity of Cell Shape 1 - 10
5. Marginal Adhesion 1 - 10
6. Single Epithelial Cell Size 1 - 10
7. Bare Nuclei 1 - 10
8. Bland Chromatin 1 - 10
9. Normal Nucleoli 1 - 10
10. Mitoses 1 - 10
11. Class: (2 for benign, 4 for malignant)
Copyright (c) 2016 vijaigandikota.com. All rights reserved. | Photos by Vijai Gandikota | Design by Vijai Gandikota.com.