mastergopote44
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
|
11 |
# Project 1 Proposal of the Long Term Care(LTC) Aggregated Dataset
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: train_filtered_incidence
|
4 |
+
data_files: "train_filtered_incidence_df.csv"
|
5 |
+
- config_name: train_filtered_termination
|
6 |
+
data_files: "train_filtered_termination_df.csv"
|
7 |
+
- config_name: validation_filtered_incidence
|
8 |
+
data_files: "validation_filtered_incidence_df.csv"
|
9 |
+
- config_name: validation_filtered_termination
|
10 |
+
data_files: "validation_filtered_termination_df.csv"
|
11 |
+
|
12 |
+
license: apache-2.0
|
13 |
+
tags:
|
14 |
+
- Actuarial Science
|
15 |
+
- LTC Products
|
16 |
+
- survey
|
17 |
+
- insurance
|
18 |
+
size_categories:
|
19 |
+
- 100M<n<1B
|
20 |
+
language:
|
21 |
+
- en
|
22 |
+
---
|
23 |
|
24 |
|
25 |
# Project 1 Proposal of the Long Term Care(LTC) Aggregated Dataset
|