mastergopote44 commited on
Commit
c86779a
1 Parent(s): 224b02d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -75,7 +75,7 @@ The dataset can be utilized within a Bayesian framework to enhance the predictiv
75
  ## Dataset Structure and Instances
76
 
77
  ### Incidence Dataset Structure Description
78
- 1. LTC Claim Incidence
79
  - **Group_Indicator**: Categorical variable indicating the group to which the policyholder belongs.
80
  - **Gender**: Categorical variable indicating the gender of the policyholder.
81
  - **Issue_Age_Bucket**: Categorical variable denoting the age range when the policy was issued.
@@ -108,7 +108,8 @@ The dataset can be utilized within a Bayesian framework to enhance the predictiv
108
  - **Count_HHC**: Numeric variable indicating the count of home health care claims.
109
  - **Count_Unk**: Numeric variable indicating the count of claims with unknown categorization.
110
 
111
- filtered_incidence instances
 
112
 
113
  ```
114
  {'Group_Indicator': 'Individual',
@@ -164,8 +165,9 @@ filtered_incidence instances
164
  - **Benefit_Expiry**: Numeric variable indicating the number of terminations due to benefits reaching their expiration date.
165
  - **Others_Terminations**: Numeric variable indicating the number of terminations due to other unspecified reasons.
166
 
167
- filtered_termination instances
168
 
 
169
  {'Gender': 'Male',
170
  'Incurred_Age_Bucket': '75-79',
171
  'Incurred_Year_Bucket': '2001-2002',
@@ -179,7 +181,7 @@ filtered_termination instances
179
  'Terminations': '0',
180
  'Benefit_Expiry': '0',
181
  'Others_Terminations': '0'}
182
-
183
 
184
 
185
  ## Dataset Creation
 
75
  ## Dataset Structure and Instances
76
 
77
  ### Incidence Dataset Structure Description
78
+ 1.0 LTC Claim Incidence
79
  - **Group_Indicator**: Categorical variable indicating the group to which the policyholder belongs.
80
  - **Gender**: Categorical variable indicating the gender of the policyholder.
81
  - **Issue_Age_Bucket**: Categorical variable denoting the age range when the policy was issued.
 
108
  - **Count_HHC**: Numeric variable indicating the count of home health care claims.
109
  - **Count_Unk**: Numeric variable indicating the count of claims with unknown categorization.
110
 
111
+
112
+ ### filtered_incidence instances
113
 
114
  ```
115
  {'Group_Indicator': 'Individual',
 
165
  - **Benefit_Expiry**: Numeric variable indicating the number of terminations due to benefits reaching their expiration date.
166
  - **Others_Terminations**: Numeric variable indicating the number of terminations due to other unspecified reasons.
167
 
168
+ ### filtered_termination instances
169
 
170
+ ```
171
  {'Gender': 'Male',
172
  'Incurred_Age_Bucket': '75-79',
173
  'Incurred_Year_Bucket': '2001-2002',
 
181
  'Terminations': '0',
182
  'Benefit_Expiry': '0',
183
  'Others_Terminations': '0'}
184
+ ```
185
 
186
 
187
  ## Dataset Creation