JacobTheCoder87 / credit-risk-model-stability

This project is for the Kaggle competition: Home Credit - Credit Risk Model Stability.
1 stars 0 forks source link

Feature Definition (Part 2) #3

Open JacobTheCoder87 opened 7 months ago

JacobTheCoder87 commented 7 months ago

Feature Definition (Part 2)

We decided to split up the work evenly between the three of us. We will each be identifying where the columns from the Feature Definition documents is located on Kaggle. We will each be noting down the exact name of the file where we found the column and also download it personally on our machine. At the end we will be combining everything together in order to move onto our next step.

Jacob will be responsible for part 2 this includes the following:

Capacity 9) cntpmts24_3658933L: Number of months with any incoming payment in last 24 months. (Stability of employment) 10) commnoinclast6m_3546845L: Number of communications indicating low income in the last six months. (Income earned or Cash flow) 11) empl_employedtotal_800L: Employment length of a person. (Stability of employment) 12) empl_industry_691L: Employment Industry of the person. (Stability of employment) 13) equalityempfrom_62L: Flag indicating a sudden change in the client's length of employment. (Stability of employment) 14) maininc_215A: Client's primary income amount. (Income earned)

Capital 15) downpmt_116A: Amount of downpayment. (Investment account balances)

Character 16) avgdbddpdlast24m_3658932P: Average days past or before due of payment during the last 24 months. (Credit history)

JacobTheCoder87 commented 7 months ago

Capacity

9) cntpmts24_3658933L: Number of months with any incoming payment in last 24 months. (Stability of employment)

train_static_0_0.csv, train_static_0_1.csv

10) commnoinclast6m_3546845L: Number of communications indicating low income in the last six months. (Income earned or Cash flow)

train_static_0_0.csv, train_static_0_1.csv

11) empl_employedtotal_800L: Employment length of a person. (Stability of employment)

train_person_1.csv

12) empl_industry_691L: Employment Industry of the person. (Stability of employment)

train_person_1.csv

13) equalityempfrom_62L: Flag indicating a sudden change in the client's length of employment. (Stability of employment)

train_static_0_0.csv, train_static_0_1.csv

14) maininc_215A: Client's primary income amount. (Income earned)

train_static_0_0.csv, train_static_0_1.csv

Capital

15) downpmt_116A: Amount of downpayment. (Investment account balances)

train_static_0_0.csv, train_static_0_1.csv

Character

16) avgdbddpdlast24m_3658932P: Average days past or before due of payment during the last 24 months. (Credit history)

train_static_0_0.csv, train_static_0_1.csv