From e51bce55b7b0e9145c56abcc1f52097b5a5e5229 Mon Sep 17 00:00:00 2001 From: Vincent Granville Date: Mon, 6 Mar 2023 02:19:07 -0800 Subject: [PATCH] Create synthetic data for the insurance dataset, with copula --- insurance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/insurance.py b/insurance.py index 4c6618a..a86a017 100644 --- a/insurance.py +++ b/insurance.py @@ -79,3 +79,4 @@ OUT.write(line) print("%3d. %d %d %d %d" %(k, s_age, s_bmi, s_children, s_charges)) OUT.close() +