Predicting if a car sale in going to go bad.
Using tidyverse and the strength of ggplot2, making impacting visualizations.
library(tidyverse)
library(Metrics)
You can also knit the file to a html document
install.packages('tidyverse')
install.packages('Metrics')
About R Markdown - https://r4ds.had.co.nz/r-markdown.html#r-markdown-basics
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.