Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A non-banking financial institution (NBFI) or non-bank financial company (NBFC) is a Financial Institution that does not have a full banking license or is not

A non-banking financial institution (NBFI) or non-bank financial company (NBFC) is a Financial Institution that does not have a full banking license or is not supervised by a national or international banking regulatory agency. NBFC facilitates bank-related financial services, such as investment, risk pooling, contractual savings, and market brokering.

An NBFI is struggling to mark profits due to an increase in defaults in the vehicle loan category. The company aims to determine the client's loan repayment abilities and understand the relative importance of each parameter contributing to a borrower's ability to repay the loan.

Need the code as well for the above Problem statement

Data's are in the below link.

https://drive.google.com/drive/folders/1g_Ht3SNR8QKYJ_EKrJxRWUhD5ryh3HHl

Goal:

The goal of the problem is to predict whether a client will default on the vehicle loan payment or not. For each ID in the Test_Dataset, you must predict the "Default" level.

Datasets

The problem contains two datasets, Train_Dataset and Test_Dataset. Model building is to be done on Train_Dataset and the Model testing is to be done on Test_Dataset. The output from the Test_Dataset is to be submitted to the Hackathon platform.

Metric to measure

The metric to measure is the F1_Score. F1_Score is the harmonic mean of Recall and Precision. In this Hackathon, you will get the F1_Score of 1. Please visit the link for more details on F1_Score- https://en.wikipedia.org/wiki/F-score

Submission File Format:

You should submit a CSV file with exactly 80900 entries plus a header row.

https://en.wikipedia.org/wiki/F-scoreThe file should have exactly two columns

ID (sorted in any order)

Default (contains 0 & 1, 1 represents default)

If the below links to download the files are not working for you, you can download the files from the link below

https://drive.google.com/drive/folders/1g_Ht3SNR8QKYJ_EKrJxRWUhD5ryh3HHl

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions