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 1) #2

Open JacobTheCoder87 opened 5 months ago

JacobTheCoder87 commented 5 months ago

Feature Definition (Part 1)

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.

Carlos will be responsible for part 1 this includes the following:

Capacity 1) amount_416A: Deposit Amount (Cash flow), 2) amtdebitincoming_4809443A: Incoming debit card transactions amount. (Cash flow), 3) amtdebitoutgoing_4809440A: Outgoing debit card transactions amount. (Cash flow), 4) amtdepositbalance_4809441A: Deposit balance of client. (Cash flow), 5) amtdepositincoming_4809444A: Amount of incoming deposits to client's account. (Income Earned), 6) amtdepositoutgoing_4809442A: Amount of outgoing deposits from client's account. (Cash flow), 7) annuity_780A: Monthly annuity amount. (Cash flow) 8) cntincpaycont9m_3716944L: Number of incoming payments in the past 9 months. (Cash flow)

CarlosEM3 commented 5 months ago

Capacity

  1. amount_416A: Deposit Amount (Cash flow), -- train_deposit_1
  2. amtdebitincoming_4809443A: Incoming debit card transactions amount. (Cash flow), -- train_other_1.csv
  3. amtdebitoutgoing_4809440A: Outgoing debit card transactions amount. (Cash flow), -- train_other_1.csv
  4. amtdepositbalance_4809441A: Deposit balance of client. (Cash flow), -- train_other_1.csv
  5. amtdepositincoming_4809444A: Amount of incoming deposits to client's account. (Income Earned), -- train_other_1.csv
  6. amtdepositoutgoing_4809442A: Amount of outgoing deposits from client's account. (Cash flow), -- train_other_1.csv
  7. annuity_780A: Monthly annuity amount. (Cash flow) -- train_static_0_0.csv, train_static_0_1.csv
  8. cntincpaycont9m_3716944L: Number of incoming payments in the past 9 months. (Cash flow) -- train_static_0_0.csv, train_static_0_1.csv