B
B
buch_masha2018-08-10 10:36:54
Python
buch_masha, 2018-08-10 10:36:54

How to add features of different sizes (credit histories) to the ML model?

There is a classification model for searching for fraudsters in insurance, where one of the factors includes credit scoring, the object is the insured. In addition, there is data on credit histories. I would like to add new features from there. But each person can have a different number of loans. What is the way to take into account all the credit history data (namely, all data on loans, and not counters about their number, etc.)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Danil, 2018-08-10
@DanilBaibak

Aggregation per person: maximum / minimum / average loan size. The same approach with the rest of the properties (terms, percentages, etc.).

D
DeVIva, 2022-01-10
@DeVIva

Structure of used loans by types of loans
Structure of monthly payment by types of loans
Monthly payment by types of loans to average monthly income (if any)
Amount of early repayments for the period to the amount of loans used

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question