From f272cfb493fbddd906f3276ef10f4c91d885ca07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:09:39 +0000 Subject: [PATCH] Update latest dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb4cf55..c8075a5d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ discrete_columns = [ 'race', 'sex', 'native-country', - 'income' + 'income', ] ctgan = CTGAN(epochs=10)