/WBCD-Machine-Learning-Showcase

Complete exploratory data analysis of the Wisconsin Breast Cancer Dataset, describing and detailing each step of the process.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

WBCD Machine Learning Showcase

This project aims to be as educational and detailed as possible to showcase my understanding and proficiency of the R programming language, R Markdown and the topics at hand: data science (exploration, visualization, PCA...) and machine learning (through several high level libraries).
Note that the R Markdown file outputs a .HTML document that has been uplodad to RPubs where it can be properly visualized. Both files are also available in their dedicated GitHub repository.

The goal of this project is to perform a complete exploratory data analysis upon the Wisconsin Breast Cancer Dataset describing and detailing each step of the process. The document and its content are heavily based upon the work of Miri Choi in kaggle although with a much larger scope, much more detail (throughfully commenting each step of the process) and further developed (using additional machine learning libraries and approaches).