mastergopote44 commited on
Commit
189e0b8
1 Parent(s): a56c9bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -41,9 +41,7 @@ The dataset can be utilized within a Bayesian framework to enhance the predictiv
41
 
42
  ## Dataset Structure
43
 
44
- Based on the output of the `summary()` function for your dataset, here's a description of the dataset fields and additional information about the dataset structure:
45
-
46
- ### Dataset Structure Description
47
  1. LTC Claim Incidence
48
  - **Group_Indicator**: Categorical variable indicating the group to which the policyholder belongs.
49
  - **Gender**: Categorical variable indicating the gender of the policyholder.
@@ -80,6 +78,22 @@ Based on the output of the `summary()` function for your dataset, here's a descr
80
  2. LTC Claim Termination
81
 
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  ## Dataset Creation
84
 
85
  ### Curation Rationale
 
41
 
42
  ## Dataset Structure
43
 
44
+ ### Incidence Dataset Structure Description
 
 
45
  1. LTC Claim Incidence
46
  - **Group_Indicator**: Categorical variable indicating the group to which the policyholder belongs.
47
  - **Gender**: Categorical variable indicating the gender of the policyholder.
 
78
  2. LTC Claim Termination
79
 
80
 
81
+ ### Termination Dataset Structure Description
82
+
83
+ - **Gender**: Categorical variable indicating the gender of the policyholder.
84
+ - **Incurred_Age_Bucket**: Categorical variable denoting the age range when the claim was incurred.
85
+ - **Incurred_Year_Bucket**: Categorical variable indicating the year range when the claim was incurred.
86
+ - **Claim_Type**: Categorical variable indicating the type of claim made.
87
+ - **Region**: Categorical variable indicating the geographical region of the policy.
88
+ - **Diagnosis_Category**: Categorical variable providing the category of diagnosis related to the claim.
89
+ - **Claim_Duration**: Categorical variable representing the duration that the claim has been active.
90
+ - **Exposure**: Numeric variable indicating the measure of risk that the insurer has been exposed to for the policy.
91
+ - **Deaths**: Numeric variable indicating the number of deaths among the policyholders.
92
+ - **Recovery**: Numeric variable indicating the number of policyholders who have recovered.
93
+ - **Terminations**: Numeric variable indicating the number of policy terminations.
94
+ - **Benefit_Expiry**: Numeric variable indicating the number of terminations due to benefits reaching their expiration date.
95
+ - **Others_Terminations**: Numeric variable indicating the number of terminations due to other unspecified reasons.
96
+
97
  ## Dataset Creation
98
 
99
  ### Curation Rationale