mstz commited on
Commit
3d00fe0
·
1 Parent(s): ee71034

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -16,12 +16,15 @@ configs:
16
  ---
17
  # HELOC
18
  The [HELOC dataset](https://community.fico.com/s/explainable-machine-learning-challenge?tabset-158d9=d157e) from FICO.
19
- Each entry in the dataset is a line of credit typically offered by a bank as a percentage of home equity (the difference between the current market value of a home and its purchase price).
20
  The customers in this dataset have requested a credit line in the range of $5,000 - $150,000.
21
  The fundamental task is to use the information about the applicant in their credit report to predict whether they will repay their HELOC account within 2 years.
22
 
23
  # Configurations and tasks
24
- - `risk` Predict the risk of insolvency.
 
 
 
25
 
26
  # Features
27
  |**Feature** |**Type**|
 
16
  ---
17
  # HELOC
18
  The [HELOC dataset](https://community.fico.com/s/explainable-machine-learning-challenge?tabset-158d9=d157e) from FICO.
19
+ Each entry in the dataset is a line of credit, typically offered by a bank as a percentage of home equity (the difference between the current market value of a home and its purchase price).
20
  The customers in this dataset have requested a credit line in the range of $5,000 - $150,000.
21
  The fundamental task is to use the information about the applicant in their credit report to predict whether they will repay their HELOC account within 2 years.
22
 
23
  # Configurations and tasks
24
+ | **Configuration** | **Task** | **Description** |
25
+ |-------------------|---------------------------|-----------------------------------------------------------------|
26
+ | risk | Binary classification | Will the customer default? |
27
+
28
 
29
  # Features
30
  |**Feature** |**Type**|