Compute the mean of the interest per loan applicant


Problem

Using the training data set, create a C5.0 model (name it as Model1) to predict a loan applicant's Approval using Debt-to-Income Ratio, FICO Score, and Request Amount. Obtain the predicted responses.

Evaluate Model 1 using the test data set. Construct a contingency table to compare the actual and predicted values of Approval.

For Model 1, calculate all of the model evaluation measures from the above table (name it as Model Evaluation Table).

Interpret each of the Model 1 evaluation measures from the Model Evaluation Table.

Construct the simplified data-driven cost matrix based on the following.

• Compute the mean of the Interest per loan applicant from the training data set. Set the negative of that value to be the cost of a true positive.

• Calculate the mean Request Amount per loan applicant from the training data set. Set this value to be the cost of a false positive.

• Obtain the simplified data-driven cost matrix.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Compute the mean of the interest per loan applicant
Reference No:- TGS03220028

Expected delivery within 24 Hours