File size: 3,105 Bytes
e89b705
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
language:
- en
tags:
- nbfi
- tabular_classification
- binary_classification
pretty_name: Adult
size_categories:
- 10K<n<100K
task_categories:  # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
- tabular-classification
configs:
- default
---
# NBFI
The [NBFI dataset](https://www.kaggle.com/datasets/meastanmay/nbfi-vehicle-loan-repayment-dataset) from the [Kaggle](https://www.kaggle.com/datasets).
Client default prediction

# Configurations and tasks
- `default`, for binary classification of the individual's future default status.

# Features
|**Feature**                                    |**Type**       |
|-----------------------------------------------|---------------|
|`income`                                       | `float32`     |
|`owns_a_car`                                   | `bool`        |
|`owns_a_bike`                                  | `bool`        |
|`has_an_active_loan`                           | `bool`        |
|`owns_a_house`                                 | `bool`        |
|`nr_children`                                  | `int8`        |
|`credit`                                       | `float32`     |
|`loan_annuity`                                 | `float32`     |
|`accompanied_by`                               | `string`      |
|`income_type`                                  | `string`      |
|`education_level`                              | `float32`     |
|`marital_status`                               | `float32`     |
|`is_male`                                      | `bool`        |
|`type_of_contract`                             | `string`      |
|`type_of_housing`                              | `string`      |
|`residence_density`                            | `float32`     |
|`age_in_days`                                  | `int32`       |
|`consecutive_days_of_employment`               | `int16`       |
|`nr_days_since_last_registration_change`       | `int32`       |
|`nr_days_since_last_document_change`           | `int32`       |
|`owned_a_house_for_nr_days`                    | `int32`       |
|`has_provided_a_mobile_number`                 | `bool`        |
|`has_provided_a_home_number`                   | `bool`        |
|`was_reachable_at_work`                        | `bool`        |
|`job`                                          | `string`      |
|`nr_family_members`                            | `int8`        |
|`city_rating`                                  | `int8`        |
|`weekday_of_application`                       | `int8`        |
|`hour_of_application`                          | `float32`     |
|`same_residence_and_home`                      | `bool`        |
|`same_work_and_home`                           | `bool`        |
|`score_1`                                      | `float32`     |
|`score_2`                                      | `float32`     |
|`score_3`                                      | `float32`     |
|`nr_defaults_in_social_circle`                 | `int8`        |
|`inquiries_in_last_year`                       | `float32`     |