Skip to content

Lawrence-Krukrubo/Classifying_Credit_Customers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classifying_Credit_Customers

Classification is a type of Supervised-machine-Learning that involves the categorization of data points into discrete categories. There are two broad types of classification tasks:-

  1. Binary-Classification: This involves classifying data points into two categories, for example cat or dog.
  2. Multi-Class-Classification: This involves the classification of data points into more than two categories.

In this project, We shall explore Binary-Classification, as I create and evaluate models to classify credit-loan customers as either defaulters or Non-Defaulters.

Installation

To Follow along, kindly install and import the following libraries:-

import itertools
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.ticker import NullFormatter
import pandas as pd
import numpy as np
import matplotlib.ticker as ticker
import seaborn as sns
from sklearn import preprocessing<br></font>

For More Info:
You can also read my article on Medium about the impact of credit-loan defaulters, based on this project:

See Link

License:

The license for this project can be found in the LICENSE file of the root file directory. The Licence is authourised by MIT

Releases

No releases published

Packages

No packages published