Skip to content

Using Logistics, Classification, and KNN modelling to predict if a credit card account will default.

License

Notifications You must be signed in to change notification settings

abhishekmanglaa/credit-card-profittability

Repository files navigation

Credit Card Profittability

Check out the md file.

Here's the Link to the md

Installation

Using the following libraries.

library(readr)
library(tree)
library(ROCR)
library(class)
library(ggplot2)
library(e1071)
library(randomForest)
library(gbm)
library(ISLR)
library(glmnet)

You can also knit the file to a html document

Usage

install.packages('tidyverse')
install.packages('Metrics')
install.packages('readr')
install.packages('tree')
install.packages('ROCR')
install.packages('class')
.
.
.
.
and the rest

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