Spaces:
Sleeping
Sleeping
Create sample_input.json
Browse files- sample_input.json +8 -0
sample_input.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"policy_id": "POL1234",
|
3 |
+
"last_premium_paid_date": "2023-06-15",
|
4 |
+
"payment_mode": "Annual",
|
5 |
+
"policy_term": 15,
|
6 |
+
"policy_age": 5,
|
7 |
+
"communication_score": 0.4
|
8 |
+
}
|