Skip to content

Commit

Permalink
update handling of categorical coding
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgard committed Jan 20, 2024
1 parent 435f35e commit aab18c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableshift/datasets/grinsztajn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aab18c3

Please sign in to comment.