mstz commited on
Commit
3236b25
·
1 Parent(s): b707e93

Upload adult.py

Browse files
Files changed (1) hide show
  1. adult.py +6 -6
adult.py CHANGED
@@ -128,12 +128,12 @@ class Adult(datasets.GeneratorBasedBuilder):
128
  # dataset versions
129
  DEFAULT_CONFIG = "income"
130
  BUILDER_CONFIGS = [
131
- datasets.AdultConfig(name="income", version=VERSION,
132
- description="Adult for income threshold binary classification."),
133
- datasets.AdultConfig(name="income-no race", version=VERSION,
134
- description="Adult for income threshold binary classification, race excluded from features."),
135
- datasets.AdultConfig(name="race", version=VERSION,
136
- description="Adult for race multiclass classification."),
137
  ]
138
 
139
  def _info(self):
 
128
  # dataset versions
129
  DEFAULT_CONFIG = "income"
130
  BUILDER_CONFIGS = [
131
+ AdultConfig(name="income", version=VERSION,
132
+ description="Adult for income threshold binary classification."),
133
+ AdultConfig(name="income-no race", version=VERSION,
134
+ description="Adult for income threshold binary classification, race excluded from features."),
135
+ AdultConfig(name="race", version=VERSION,
136
+ description="Adult for race multiclass classification."),
137
  ]
138
 
139
  def _info(self):