Question

In: Finance

Explain the easiest way to create credit risk algorithm to sort a list of loan applicants?

Explain the easiest way to create credit risk algorithm to sort a list of loan applicants?

Solutions

Expert Solution

When the customer apply for a loan granting application, one must investigate about what called 5 C’s which are Character (or Credit History), Cash Flow (or Capacity), Collateral, Capitalization and Conditions. It is helpful for evaluation loan application and it regarded as a helpful framework for estimate the credit risk related to a probable creditor.

1) Dataset: After doing preprocessing tasks and applying feature selection to choose the most important attribute we used 8 attributes Credithistory, Purpose, Gender, Credit amount, Age, Housing, Job and the Class:

2) MODEL IMPLEMENTATION: Prepare the training set, a records that are already have known class label. Build the model by applying one of learning algorithm using training set. Applied the model upon unknown data test set class. Evaluate the accuracy of the model.

2.1) J48 classification algorithm: J48 is the enhanced edition of C4.5 algorithms or can be viewed as C4.5 implementation.J48 takes as an input the set of tables and generate a decision tree as an output. The generated decision tree is alike to the structure of tree. It consists of root, intermediate and leaf node. The nodes in the generated tree contain a decision which guide to the result. It split the input data set into mutually exclusive sets, each set with a label. Splitting measure is applied to determine which attribute lead to the optimal splitting

2.2) BayseNet algorithm: This algorithm depends on the theorem of Bayse. We build Bayesian Network after calculating condition probability to all nodes. It represent a directed acyclic graph.

2.3) NaiveBayes The Bayesian is a supervised learning method.It characterized with it is elegance, simplicity, and robustness. For this reason it is became widely used in classification purposes. it supposes that attributes of a class are self-determining in real life.

Therefore, J48, BayesNet and NaiveBayes algorithms can be used to build a predictive models that can be used to predict and classify the applications of loans that introduced by the customers to good or bad loan by investigate customer behaviors and previous pay back credit.


Related Solutions

Create a Java Application that implements a Selection sort algorithm to sort an array of 20...
Create a Java Application that implements a Selection sort algorithm to sort an array of 20 unsorted numbers. You should initiate this array yourself and first output the array in its original order, then output the array after it has been sorted by the selection sort algorithm. Create a second Java Application that implements an Insertion sort algorithm to sort the same array. Again, output the array in its original order, then output the array after it has been sorted...
Create a Java Application that implements a Selection sort algorithm to sort an array of 20...
Create a Java Application that implements a Selection sort algorithm to sort an array of 20 unsorted numbers. You should initiate this array yourself and first output the array in its original order, then output the array after it has been sorted by the selection sort algorithm.
4) Implement the Selection Sort algorithm discussed in class to sort a list of a certain...
4) Implement the Selection Sort algorithm discussed in class to sort a list of a certain size. The list is to be implemented using a dynamic array as well as a singly linked list. You are required to compare the performance (sorting time) for the dynamic array and singly-linked list-based implementations. You are given the startup codes for the dynamic array and singly-linked list based implementations. You are required to implement the Selection Sort function in each of these codes....
Problem 2 For the same list as above, sort the list in such a way where...
Problem 2 For the same list as above, sort the list in such a way where the first set of numbers are ascending even and the second set of numbers are ascending odd. Your output should look like the following: [ 2, 4, 6, … 1, 3, 5 .. ]. The list is A = [ 6, 9, 0, 4, 2, 8, 0, 0, 8, 5, 2, 1, 3, 20, -1 ]
A sample of 6 credit ratings for car loan applicants has a mean of 602 and...
A sample of 6 credit ratings for car loan applicants has a mean of 602 and a variance of 4356. Use the data to construct a 98% confidence interval for the population standard deviation of credit scores for all applicants for car loans. (6 points) State the Best point estimate and Include the written statement
A bank's loan officer rates applicants for credit. The ratings are normally distributed with a mean...
A bank's loan officer rates applicants for credit. The ratings are normally distributed with a mean of 200 and a standard deviation of 50. If 16 different applicants are randomly selected, find the probabily that their mean is above 215.Round standard deviation to 4 decimal places.
A bank's loan officer rates applicants for credit. The ratings are normally distributed with a mean...
A bank's loan officer rates applicants for credit. The ratings are normally distributed with a mean of 100 and a standard deviation of 40. If one applicant is randomly selected, find the probability of a rating that is between 100 and 175. a. 0.668 b. 0.4696 c. 0.9332 d. 0.5 5. [3 pts] A bank's loan officer rates applicants for credit. The ratings are normally distributed with a mean of 100 and a standard deviation of 40. If 50 different...
Write Insertion Sort and Bubble Sort Program for C# also write their algorithm and Explain their...
Write Insertion Sort and Bubble Sort Program for C# also write their algorithm and Explain their working.
A bank's loan officer rates applicants fro credit. The ratings are normally distributed with a mean...
A bank's loan officer rates applicants fro credit. The ratings are normally distributed with a mean of 620 and a standard deviation of 50. If 40 applicants are randomly selected, find the probability that their mean credit score is between 575 and 630. Round to 4-decimal places.
A bank's loan officer rates applicants fro credit. The ratings are normally distributed with a mean...
A bank's loan officer rates applicants fro credit. The ratings are normally distributed with a mean of 600 and a standard deviation of 50. If 40 applicants are randomly selected, find the probability that their mean credit score is more than 575. Round to 4-decimal places.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT