/machine-learning-classification

Using Logistic Regression to predict if a car sale is going to go bad.

MIT LicenseMIT

Predictions With Logistic Regression

Predicting if a car sale in going to go bad.

Check out the md file.

Here's the Link to the md

Installation

Using tidyverse and the strength of ggplot2, making impacting visualizations.

library(tidyverse)
library(Metrics)

You can also knit the file to a html document

Usage

install.packages('tidyverse')
install.packages('Metrics')

About R Markdown - https://r4ds.had.co.nz/r-markdown.html#r-markdown-basics

Contributing

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.

License

MIT