April 2020
Intermediate to advanced
330 pages
7h 44m
English
For this example, we will use the breast cancer dataset from the University of Wisconsin. Details on this dataset can be found at the UCI Machine Learning Repository at http://archive.ics.uci.edu/ml/datasets/breast+cancer+wisconsin+%28diagnostic%29.
library(tidyverse)wbdc <- readr::read_csv("http://archive.ics.uci.edu/ml/machine-learning-databases/breast-cancer-wisconsin/wdbc.data", col_names = FALSE)
Read now
Unlock full access