From aab18c3a34d583e1be5805f3460965d2073e8f36 Mon Sep 17 00:00:00 2001 From: jpgard Date: Fri, 19 Jan 2024 16:02:44 -0800 Subject: [PATCH] update handling of categorical coding --- tableshift/datasets/grinsztajn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tableshift/datasets/grinsztajn.py b/tableshift/datasets/grinsztajn.py index 998cd8dc34..82bec00c02 100644 --- a/tableshift/datasets/grinsztajn.py +++ b/tableshift/datasets/grinsztajn.py @@ -539,8 +539,8 @@ Feature('Was_Vehicle_Left_Hand_Drive?', int, name_extended='indicator for whether vehicle was left-hand drive', value_mapping={ + 0: 'Yes', 1: 'No', - 2: 'Yes', 9: 'Unknown', -1: 'Data missing or out of range'}), Feature('Age_of_Driver', int,