Baselight

Loan Eligible Dataset

Loan Eligibility Predictions With your notebook

@kaggle.vikasukani_loan_eligible_dataset

About this Dataset

Loan Eligible Dataset

Problem Statement:
Dream Housing Finance company deals in all home loans. They have a presence across all urban, semi-urban, and rural areas. Customer-first applies for a home loan after that company validates the customer eligibility for a loan.

The company wants to automate the loan eligibility process (real-time) based on customer detail provided while filling the online application form. These details are Gender, Marital Status, Education, Number of Dependents, Income, Loan Amount, Credit History, and others. To automate this process, they have given a problem to identify the customer's segments, those are eligible for loan amount so that they can specifically target these customers. Here they have provided a partial data set.

Dataset Key Information.

    <tbody>

        <tr>
            <th> <b>Loan_ID</b></th>
            <td> Unique Loan ID</td>
        </tr>

        <tr>
            <th>Gender </th>
            <td> Male/ Female </td>
        </tr><tr>
            <th>Married </th>
            <td> Applicant married (Y/N) </td>
        </tr><tr>
            <th>Dependents </th>
            <td> Number of dependents </td>
        </tr><tr>
            <th>Education </th>
            <td> Applicant Education (Graduate/ Under Graduate) </td>
        </tr><tr>
            <th>Self_Employed </th>
            <td> Self-employed (Y/N) </td>
        </tr><tr>
            <th>ApplicantIncome </th>
            <td> Applicant income </td>
        </tr><tr>
            <th>CoapplicantIncome </th>
            <td> Coapplicant income </td>
        </tr><tr>
            <th>LoanAmount </th>
            <td> Loan amount in thousands </td>
        </tr><tr>
            <th>Loan_Amount_Term </th>
            <td> Term of a loan in months </td>
        </tr><tr>
            <th>Credit_History </th>
            <td> credit history meets guidelines </td>
        </tr><tr>
            <th>Property_Area </th>
            <td> Urban/ Semi-Urban/ Rural </td>
        </tr><tr>
            <th>Loan_Status </th>
            <td> Loan approved (Y/N) </td>

    </tr></tbody>
</table>

Share link

Anyone who has the link will be able to view this.