training | R Documentation |
Training data and results
training
An object of class data.frame
with 7179 rows and 19 columns.
data(training) library(ggplot2) library(magrittr) training %>% ggplot(aes(x = quality_pred, fill = quality)) + geom_histogram(binwidth = 0.025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.