From 6a5093af69e380f2c0e63bee25cd436b8fbe23a2 Mon Sep 17 00:00:00 2001 From: Yael Dekel Date: Fri, 16 Nov 2018 11:19:26 -0800 Subject: [PATCH 1/7] Fix CodeGen command and add a unit test --- src/Microsoft.ML.Api/GenerateCodeCommand.cs | 11 +- .../Command/CommandShowSchemaModel-out.txt | 335 ++++++++++++++++++ .../Common/Command/codegen-out.cs | 70 ++++ .../TestParallelFasttreeInterface.cs | 5 +- .../BaseTestBaseline.cs | 11 +- .../TestCommandBase.cs | 56 ++- 6 files changed, 457 insertions(+), 31 deletions(-) create mode 100644 test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt create mode 100644 test/BaselineOutput/Common/Command/codegen-out.cs diff --git a/src/Microsoft.ML.Api/GenerateCodeCommand.cs b/src/Microsoft.ML.Api/GenerateCodeCommand.cs index 26136971af..9ace73ea90 100644 --- a/src/Microsoft.ML.Api/GenerateCodeCommand.cs +++ b/src/Microsoft.ML.Api/GenerateCodeCommand.cs @@ -112,7 +112,6 @@ public void Run() : _host.CreateDefaultScorer(new RoleMappedData(transformPipe, label: null, "Features"), pred); } - var nonScoreSb = new StringBuilder(); var scoreSb = new StringBuilder(); for (int i = 0; i < scorer.Schema.ColumnCount; i++) { @@ -120,13 +119,14 @@ public void Run() continue; bool isScoreColumn = scorer.Schema.GetMetadataTypeOrNull(MetadataUtils.Kinds.ScoreColumnSetId, i) != null; - var sb = isScoreColumn ? scoreSb : nonScoreSb; + if (!isScoreColumn) + continue; - if (sb.Length > 0) - sb.AppendLine(); + if (scoreSb.Length > 0) + scoreSb.AppendLine(); ColumnType colType = scorer.Schema.GetColumnType(i); - CodeGenerationUtils.AppendFieldDeclaration(codeProvider, sb, i, scorer.Schema.GetColumnName(i), colType, false, _args.SparseVectorDeclaration); + CodeGenerationUtils.AppendFieldDeclaration(codeProvider, scoreSb, i, scorer.Schema.GetColumnName(i), colType, false, _args.SparseVectorDeclaration); } // Turn model path into a C# identifier and insert it. @@ -139,7 +139,6 @@ public void Run() new Dictionary { { "EXAMPLE_CLASS_DECL", loaderSb.ToString() }, - { "SCORED_EXAMPLE_CLASS_DECL", nonScoreSb.ToString() }, { "SCORE_CLASS_DECL", scoreSb.ToString() }, { "MODEL_PATH", modelPath } }; diff --git a/test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt b/test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt new file mode 100644 index 0000000000..7c348e1e2b --- /dev/null +++ b/test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt @@ -0,0 +1,335 @@ +---- BoundLoader ---- +3 columns: + NumFeatures: Vec + Metadata 'SlotNames': Vec: Length=6, Count=6 + [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' + CatFeaturesText: Vec + Metadata 'SlotNames': Vec: Length=8, Count=8 + [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + Label: R4 +---- RowToRowMapperTransform ---- +4 columns: + NumFeatures: Vec + Metadata 'SlotNames': Vec: Length=6, Count=6 + [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' + CatFeaturesText: Vec + Metadata 'SlotNames': Vec: Length=8, Count=8 + [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + Label: R4 + CatFeatures: Vec, 8> + Metadata 'KeyValues': Vec: Length=99, Count=99 + [0] 'Private', [1] '11th', [2] 'Never-married', [3] 'Machine-op-inspct', [4] 'Own-child', [5] 'Black', [6] 'Male', [7] 'United-States', [8] 'HS-grad', [9] 'Married-civ-spouse' + [10] 'Farming-fishing', [11] 'Husband', [12] 'White', [13] 'Local-gov', [14] 'Assoc-acdm', [15] 'Protective-serv', [16] 'Some-college', [17] '?', [18] 'Female', [19] '10th' + [20] 'Other-service', [21] 'Not-in-family', [22] 'Unmarried', [23] 'Self-emp-not-inc', [24] 'Prof-school', [25] 'Prof-specialty', [26] '7th-8th', [27] 'Craft-repair', [28] 'Federal-gov', [29] 'Bachelors' + [30] 'Adm-clerical', [31] 'Masters', [32] 'Exec-managerial', [33] 'State-gov', [34] 'Wife', [35] 'Widowed', [36] 'Doctorate', [37] 'Asian-Pac-Islander', [38] 'Tech-support', [39] 'Divorced' + [40] 'Peru', [41] 'Separated', [42] 'Sales', [43] '5th-6th', [44] 'Priv-house-serv', [45] 'Guatemala', [46] 'Self-emp-inc', [47] 'Assoc-voc', [48] 'Mexico', [49] 'Transport-moving' + [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Eskimo', [57] 'Ireland', [58] 'Germany', [59] '12th' + [60] 'Other-relative', [61] 'Philippines', [62] 'Thailand', [63] 'Haiti', [64] 'El-Salvador', [65] 'Puerto-Rico', [66] 'Vietnam', [67] '1st-4th', [68] 'South', [69] 'Married-AF-spouse' + [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos', [76] 'England', [77] 'Cuba', [78] 'Taiwan', [79] 'Preschool' + [80] 'Italy', [81] 'Canada', [82] 'Portugal', [83] 'China', [84] 'Nicaragua', [85] 'Honduras', [86] 'Iran', [87] 'Scotland', [88] 'Jamaica', [89] 'Ecuador' + [90] 'Yugoslavia', [91] 'Hungary', [92] 'Hong', [93] 'Greece', [94] 'Without-pay', [95] 'Trinadad&Tobago', [96] 'Outlying-US(Guam-USVI-etc)', [97] 'France', [98] 'Never-worked' + Metadata 'SlotNames': Vec: Length=8, Count=8 + [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' +---- RowToRowMapperTransform ---- +5 columns: + NumFeatures: Vec + Metadata 'SlotNames': Vec: Length=6, Count=6 + [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' + CatFeaturesText: Vec + Metadata 'SlotNames': Vec: Length=8, Count=8 + [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + Label: R4 + CatFeatures: Vec, 8> + Metadata 'KeyValues': Vec: Length=99, Count=99 + [0] 'Private', [1] '11th', [2] 'Never-married', [3] 'Machine-op-inspct', [4] 'Own-child', [5] 'Black', [6] 'Male', [7] 'United-States', [8] 'HS-grad', [9] 'Married-civ-spouse' + [10] 'Farming-fishing', [11] 'Husband', [12] 'White', [13] 'Local-gov', [14] 'Assoc-acdm', [15] 'Protective-serv', [16] 'Some-college', [17] '?', [18] 'Female', [19] '10th' + [20] 'Other-service', [21] 'Not-in-family', [22] 'Unmarried', [23] 'Self-emp-not-inc', [24] 'Prof-school', [25] 'Prof-specialty', [26] '7th-8th', [27] 'Craft-repair', [28] 'Federal-gov', [29] 'Bachelors' + [30] 'Adm-clerical', [31] 'Masters', [32] 'Exec-managerial', [33] 'State-gov', [34] 'Wife', [35] 'Widowed', [36] 'Doctorate', [37] 'Asian-Pac-Islander', [38] 'Tech-support', [39] 'Divorced' + [40] 'Peru', [41] 'Separated', [42] 'Sales', [43] '5th-6th', [44] 'Priv-house-serv', [45] 'Guatemala', [46] 'Self-emp-inc', [47] 'Assoc-voc', [48] 'Mexico', [49] 'Transport-moving' + [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Eskimo', [57] 'Ireland', [58] 'Germany', [59] '12th' + [60] 'Other-relative', [61] 'Philippines', [62] 'Thailand', [63] 'Haiti', [64] 'El-Salvador', [65] 'Puerto-Rico', [66] 'Vietnam', [67] '1st-4th', [68] 'South', [69] 'Married-AF-spouse' + [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos', [76] 'England', [77] 'Cuba', [78] 'Taiwan', [79] 'Preschool' + [80] 'Italy', [81] 'Canada', [82] 'Portugal', [83] 'China', [84] 'Nicaragua', [85] 'Honduras', [86] 'Iran', [87] 'Scotland', [88] 'Jamaica', [89] 'Ecuador' + [90] 'Yugoslavia', [91] 'Hungary', [92] 'Hong', [93] 'Greece', [94] 'Without-pay', [95] 'Trinadad&Tobago', [96] 'Outlying-US(Guam-USVI-etc)', [97] 'France', [98] 'Never-worked' + Metadata 'SlotNames': Vec: Length=8, Count=8 + [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + CatFeatures: Vec + Metadata 'CategoricalSlotRanges': Vec: Length=16, Count=16 + [0] '0', [1] '98', [2] '99', [3] '197', [4] '198', [5] '296', [6] '297', [7] '395', [8] '396', [9] '494' + [10] '495', [11] '593', [12] '594', [13] '692', [14] '693', [15] '791' + Metadata 'IsNormalized': Bool: '1' + Metadata 'SlotNames': Vec: Length=792, Count=792 + [0] 'workclass.Private', [1] 'workclass.11th', [2] 'workclass.Never-married', [3] 'workclass.Machine-op-inspct', [4] 'workclass.Own-child', [5] 'workclass.Black', [6] 'workclass.Male', [7] 'workclass.United-States', [8] 'workclass.HS-grad', [9] 'workclass.Married-civ-spouse' + [10] 'workclass.Farming-fishing', [11] 'workclass.Husband', [12] 'workclass.White', [13] 'workclass.Local-gov', [14] 'workclass.Assoc-acdm', [15] 'workclass.Protective-serv', [16] 'workclass.Some-college', [17] 'workclass.?', [18] 'workclass.Female', [19] 'workclass.10th' + [20] 'workclass.Other-service', [21] 'workclass.Not-in-family', [22] 'workclass.Unmarried', [23] 'workclass.Self-emp-not-inc', [24] 'workclass.Prof-school', [25] 'workclass.Prof-specialty', [26] 'workclass.7th-8th', [27] 'workclass.Craft-repair', [28] 'workclass.Federal-gov', [29] 'workclass.Bachelors' + [30] 'workclass.Adm-clerical', [31] 'workclass.Masters', [32] 'workclass.Exec-managerial', [33] 'workclass.State-gov', [34] 'workclass.Wife', [35] 'workclass.Widowed', [36] 'workclass.Doctorate', [37] 'workclass.Asian-Pac-Islander', [38] 'workclass.Tech-support', [39] 'workclass.Divorced' + [40] 'workclass.Peru', [41] 'workclass.Separated', [42] 'workclass.Sales', [43] 'workclass.5th-6th', [44] 'workclass.Priv-house-serv', [45] 'workclass.Guatemala', [46] 'workclass.Self-emp-inc', [47] 'workclass.Assoc-voc', [48] 'workclass.Mexico', [49] 'workclass.Transport-moving' + [50] 'workclass.Handlers-cleaners', [51] 'workclass.9th', [52] 'workclass.Married-spouse-absent', [53] 'workclass.Other', [54] 'workclass.Dominican-Republic', [55] 'workclass.Armed-Forces', [56] 'workclass.Amer-Indian-Eskimo', [57] 'workclass.Ireland', [58] 'workclass.Germany', [59] 'workclass.12th' + [60] 'workclass.Other-relative', [61] 'workclass.Philippines', [62] 'workclass.Thailand', [63] 'workclass.Haiti', [64] 'workclass.El-Salvador', [65] 'workclass.Puerto-Rico', [66] 'workclass.Vietnam', [67] 'workclass.1st-4th', [68] 'workclass.South', [69] 'workclass.Married-AF-spouse' + [70] 'workclass.Columbia', [71] 'workclass.Japan', [72] 'workclass.India', [73] 'workclass.Cambodia', [74] 'workclass.Poland', [75] 'workclass.Laos', [76] 'workclass.England', [77] 'workclass.Cuba', [78] 'workclass.Taiwan', [79] 'workclass.Preschool' + [80] 'workclass.Italy', [81] 'workclass.Canada', [82] 'workclass.Portugal', [83] 'workclass.China', [84] 'workclass.Nicaragua', [85] 'workclass.Honduras', [86] 'workclass.Iran', [87] 'workclass.Scotland', [88] 'workclass.Jamaica', [89] 'workclass.Ecuador' + [90] 'workclass.Yugoslavia', [91] 'workclass.Hungary', [92] 'workclass.Hong', [93] 'workclass.Greece', [94] 'workclass.Without-pay', [95] 'workclass.Trinadad&Tobago', [96] 'workclass.Outlying-US(Guam-USVI-etc)', [97] 'workclass.France', [98] 'workclass.Never-worked', [99] 'education.Private' + [100] 'education.11th', [101] 'education.Never-married', [102] 'education.Machine-op-inspct', [103] 'education.Own-child', [104] 'education.Black', [105] 'education.Male', [106] 'education.United-States', [107] 'education.HS-grad', [108] 'education.Married-civ-spouse', [109] 'education.Farming-fishing' + [110] 'education.Husband', [111] 'education.White', [112] 'education.Local-gov', [113] 'education.Assoc-acdm', [114] 'education.Protective-serv', [115] 'education.Some-college', [116] 'education.?', [117] 'education.Female', [118] 'education.10th', [119] 'education.Other-service' + [120] 'education.Not-in-family', [121] 'education.Unmarried', [122] 'education.Self-emp-not-inc', [123] 'education.Prof-school', [124] 'education.Prof-specialty', [125] 'education.7th-8th', [126] 'education.Craft-repair', [127] 'education.Federal-gov', [128] 'education.Bachelors', [129] 'education.Adm-clerical' + [130] 'education.Masters', [131] 'education.Exec-managerial', [132] 'education.State-gov', [133] 'education.Wife', [134] 'education.Widowed', [135] 'education.Doctorate', [136] 'education.Asian-Pac-Islander', [137] 'education.Tech-support', [138] 'education.Divorced', [139] 'education.Peru' + [140] 'education.Separated', [141] 'education.Sales', [142] 'education.5th-6th', [143] 'education.Priv-house-serv', [144] 'education.Guatemala', [145] 'education.Self-emp-inc', [146] 'education.Assoc-voc', [147] 'education.Mexico', [148] 'education.Transport-moving', [149] 'education.Handlers-cleaners' + [150] 'education.9th', [151] 'education.Married-spouse-absent', [152] 'education.Other', [153] 'education.Dominican-Republic', [154] 'education.Armed-Forces', [155] 'education.Amer-Indian-Eskimo', [156] 'education.Ireland', [157] 'education.Germany', [158] 'education.12th', [159] 'education.Other-relative' + [160] 'education.Philippines', [161] 'education.Thailand', [162] 'education.Haiti', [163] 'education.El-Salvador', [164] 'education.Puerto-Rico', [165] 'education.Vietnam', [166] 'education.1st-4th', [167] 'education.South', [168] 'education.Married-AF-spouse', [169] 'education.Columbia' + [170] 'education.Japan', [171] 'education.India', [172] 'education.Cambodia', [173] 'education.Poland', [174] 'education.Laos', [175] 'education.England', [176] 'education.Cuba', [177] 'education.Taiwan', [178] 'education.Preschool', [179] 'education.Italy' + [180] 'education.Canada', [181] 'education.Portugal', [182] 'education.China', [183] 'education.Nicaragua', [184] 'education.Honduras', [185] 'education.Iran', [186] 'education.Scotland', [187] 'education.Jamaica', [188] 'education.Ecuador', [189] 'education.Yugoslavia' + [190] 'education.Hungary', [191] 'education.Hong', [192] 'education.Greece', [193] 'education.Without-pay', [194] 'education.Trinadad&Tobago', [195] 'education.Outlying-US(Guam-USVI-etc)', [196] 'education.France', [197] 'education.Never-worked', [198] 'marital-status.Private', [199] 'marital-status.11th' + [200] 'marital-status.Never-married', [201] 'marital-status.Machine-op-inspct', [202] 'marital-status.Own-child', [203] 'marital-status.Black', [204] 'marital-status.Male', [205] 'marital-status.United-States', [206] 'marital-status.HS-grad', [207] 'marital-status.Married-civ-spouse', [208] 'marital-status.Farming-fishing', [209] 'marital-status.Husband' + [210] 'marital-status.White', [211] 'marital-status.Local-gov', [212] 'marital-status.Assoc-acdm', [213] 'marital-status.Protective-serv', [214] 'marital-status.Some-college', [215] 'marital-status.?', [216] 'marital-status.Female', [217] 'marital-status.10th', [218] 'marital-status.Other-service', [219] 'marital-status.Not-in-family' + [220] 'marital-status.Unmarried', [221] 'marital-status.Self-emp-not-inc', [222] 'marital-status.Prof-school', [223] 'marital-status.Prof-specialty', [224] 'marital-status.7th-8th', [225] 'marital-status.Craft-repair', [226] 'marital-status.Federal-gov', [227] 'marital-status.Bachelors', [228] 'marital-status.Adm-clerical', [229] 'marital-status.Masters' + [230] 'marital-status.Exec-managerial', [231] 'marital-status.State-gov', [232] 'marital-status.Wife', [233] 'marital-status.Widowed', [234] 'marital-status.Doctorate', [235] 'marital-status.Asian-Pac-Islander', [236] 'marital-status.Tech-support', [237] 'marital-status.Divorced', [238] 'marital-status.Peru', [239] 'marital-status.Separated' + [240] 'marital-status.Sales', [241] 'marital-status.5th-6th', [242] 'marital-status.Priv-house-serv', [243] 'marital-status.Guatemala', [244] 'marital-status.Self-emp-inc', [245] 'marital-status.Assoc-voc', [246] 'marital-status.Mexico', [247] 'marital-status.Transport-moving', [248] 'marital-status.Handlers-cleaners', [249] 'marital-status.9th' + [250] 'marital-status.Married-spouse-absent', [251] 'marital-status.Other', [252] 'marital-status.Dominican-Republic', [253] 'marital-status.Armed-Forces', [254] 'marital-status.Amer-Indian-Eskimo', [255] 'marital-status.Ireland', [256] 'marital-status.Germany', [257] 'marital-status.12th', [258] 'marital-status.Other-relative', [259] 'marital-status.Philippines' + [260] 'marital-status.Thailand', [261] 'marital-status.Haiti', [262] 'marital-status.El-Salvador', [263] 'marital-status.Puerto-Rico', [264] 'marital-status.Vietnam', [265] 'marital-status.1st-4th', [266] 'marital-status.South', [267] 'marital-status.Married-AF-spouse', [268] 'marital-status.Columbia', [269] 'marital-status.Japan' + [270] 'marital-status.India', [271] 'marital-status.Cambodia', [272] 'marital-status.Poland', [273] 'marital-status.Laos', [274] 'marital-status.England', [275] 'marital-status.Cuba', [276] 'marital-status.Taiwan', [277] 'marital-status.Preschool', [278] 'marital-status.Italy', [279] 'marital-status.Canada' + [280] 'marital-status.Portugal', [281] 'marital-status.China', [282] 'marital-status.Nicaragua', [283] 'marital-status.Honduras', [284] 'marital-status.Iran', [285] 'marital-status.Scotland', [286] 'marital-status.Jamaica', [287] 'marital-status.Ecuador', [288] 'marital-status.Yugoslavia', [289] 'marital-status.Hungary' + [290] 'marital-status.Hong', [291] 'marital-status.Greece', [292] 'marital-status.Without-pay', [293] 'marital-status.Trinadad&Tobago', [294] 'marital-status.Outlying-US(Guam-USVI-etc)', [295] 'marital-status.France', [296] 'marital-status.Never-worked', [297] 'occupation.Private', [298] 'occupation.11th', [299] 'occupation.Never-married' + [300] 'occupation.Machine-op-inspct', [301] 'occupation.Own-child', [302] 'occupation.Black', [303] 'occupation.Male', [304] 'occupation.United-States', [305] 'occupation.HS-grad', [306] 'occupation.Married-civ-spouse', [307] 'occupation.Farming-fishing', [308] 'occupation.Husband', [309] 'occupation.White' + [310] 'occupation.Local-gov', [311] 'occupation.Assoc-acdm', [312] 'occupation.Protective-serv', [313] 'occupation.Some-college', [314] 'occupation.?', [315] 'occupation.Female', [316] 'occupation.10th', [317] 'occupation.Other-service', [318] 'occupation.Not-in-family', [319] 'occupation.Unmarried' + [320] 'occupation.Self-emp-not-inc', [321] 'occupation.Prof-school', [322] 'occupation.Prof-specialty', [323] 'occupation.7th-8th', [324] 'occupation.Craft-repair', [325] 'occupation.Federal-gov', [326] 'occupation.Bachelors', [327] 'occupation.Adm-clerical', [328] 'occupation.Masters', [329] 'occupation.Exec-managerial' + [330] 'occupation.State-gov', [331] 'occupation.Wife', [332] 'occupation.Widowed', [333] 'occupation.Doctorate', [334] 'occupation.Asian-Pac-Islander', [335] 'occupation.Tech-support', [336] 'occupation.Divorced', [337] 'occupation.Peru', [338] 'occupation.Separated', [339] 'occupation.Sales' + [340] 'occupation.5th-6th', [341] 'occupation.Priv-house-serv', [342] 'occupation.Guatemala', [343] 'occupation.Self-emp-inc', [344] 'occupation.Assoc-voc', [345] 'occupation.Mexico', [346] 'occupation.Transport-moving', [347] 'occupation.Handlers-cleaners', [348] 'occupation.9th', [349] 'occupation.Married-spouse-absent' + [350] 'occupation.Other', [351] 'occupation.Dominican-Republic', [352] 'occupation.Armed-Forces', [353] 'occupation.Amer-Indian-Eskimo', [354] 'occupation.Ireland', [355] 'occupation.Germany', [356] 'occupation.12th', [357] 'occupation.Other-relative', [358] 'occupation.Philippines', [359] 'occupation.Thailand' + [360] 'occupation.Haiti', [361] 'occupation.El-Salvador', [362] 'occupation.Puerto-Rico', [363] 'occupation.Vietnam', [364] 'occupation.1st-4th', [365] 'occupation.South', [366] 'occupation.Married-AF-spouse', [367] 'occupation.Columbia', [368] 'occupation.Japan', [369] 'occupation.India' + [370] 'occupation.Cambodia', [371] 'occupation.Poland', [372] 'occupation.Laos', [373] 'occupation.England', [374] 'occupation.Cuba', [375] 'occupation.Taiwan', [376] 'occupation.Preschool', [377] 'occupation.Italy', [378] 'occupation.Canada', [379] 'occupation.Portugal' + [380] 'occupation.China', [381] 'occupation.Nicaragua', [382] 'occupation.Honduras', [383] 'occupation.Iran', [384] 'occupation.Scotland', [385] 'occupation.Jamaica', [386] 'occupation.Ecuador', [387] 'occupation.Yugoslavia', [388] 'occupation.Hungary', [389] 'occupation.Hong' + [390] 'occupation.Greece', [391] 'occupation.Without-pay', [392] 'occupation.Trinadad&Tobago', [393] 'occupation.Outlying-US(Guam-USVI-etc)', [394] 'occupation.France', [395] 'occupation.Never-worked', [396] 'relationship.Private', [397] 'relationship.11th', [398] 'relationship.Never-married', [399] 'relationship.Machine-op-inspct' + [400] 'relationship.Own-child', [401] 'relationship.Black', [402] 'relationship.Male', [403] 'relationship.United-States', [404] 'relationship.HS-grad', [405] 'relationship.Married-civ-spouse', [406] 'relationship.Farming-fishing', [407] 'relationship.Husband', [408] 'relationship.White', [409] 'relationship.Local-gov' + [410] 'relationship.Assoc-acdm', [411] 'relationship.Protective-serv', [412] 'relationship.Some-college', [413] 'relationship.?', [414] 'relationship.Female', [415] 'relationship.10th', [416] 'relationship.Other-service', [417] 'relationship.Not-in-family', [418] 'relationship.Unmarried', [419] 'relationship.Self-emp-not-inc' + [420] 'relationship.Prof-school', [421] 'relationship.Prof-specialty', [422] 'relationship.7th-8th', [423] 'relationship.Craft-repair', [424] 'relationship.Federal-gov', [425] 'relationship.Bachelors', [426] 'relationship.Adm-clerical', [427] 'relationship.Masters', [428] 'relationship.Exec-managerial', [429] 'relationship.State-gov' + [430] 'relationship.Wife', [431] 'relationship.Widowed', [432] 'relationship.Doctorate', [433] 'relationship.Asian-Pac-Islander', [434] 'relationship.Tech-support', [435] 'relationship.Divorced', [436] 'relationship.Peru', [437] 'relationship.Separated', [438] 'relationship.Sales', [439] 'relationship.5th-6th' + [440] 'relationship.Priv-house-serv', [441] 'relationship.Guatemala', [442] 'relationship.Self-emp-inc', [443] 'relationship.Assoc-voc', [444] 'relationship.Mexico', [445] 'relationship.Transport-moving', [446] 'relationship.Handlers-cleaners', [447] 'relationship.9th', [448] 'relationship.Married-spouse-absent', [449] 'relationship.Other' + [450] 'relationship.Dominican-Republic', [451] 'relationship.Armed-Forces', [452] 'relationship.Amer-Indian-Eskimo', [453] 'relationship.Ireland', [454] 'relationship.Germany', [455] 'relationship.12th', [456] 'relationship.Other-relative', [457] 'relationship.Philippines', [458] 'relationship.Thailand', [459] 'relationship.Haiti' + [460] 'relationship.El-Salvador', [461] 'relationship.Puerto-Rico', [462] 'relationship.Vietnam', [463] 'relationship.1st-4th', [464] 'relationship.South', [465] 'relationship.Married-AF-spouse', [466] 'relationship.Columbia', [467] 'relationship.Japan', [468] 'relationship.India', [469] 'relationship.Cambodia' + [470] 'relationship.Poland', [471] 'relationship.Laos', [472] 'relationship.England', [473] 'relationship.Cuba', [474] 'relationship.Taiwan', [475] 'relationship.Preschool', [476] 'relationship.Italy', [477] 'relationship.Canada', [478] 'relationship.Portugal', [479] 'relationship.China' + [480] 'relationship.Nicaragua', [481] 'relationship.Honduras', [482] 'relationship.Iran', [483] 'relationship.Scotland', [484] 'relationship.Jamaica', [485] 'relationship.Ecuador', [486] 'relationship.Yugoslavia', [487] 'relationship.Hungary', [488] 'relationship.Hong', [489] 'relationship.Greece' + [490] 'relationship.Without-pay', [491] 'relationship.Trinadad&Tobago', [492] 'relationship.Outlying-US(Guam-USVI-etc)', [493] 'relationship.France', [494] 'relationship.Never-worked', [495] 'ethnicity.Private', [496] 'ethnicity.11th', [497] 'ethnicity.Never-married', [498] 'ethnicity.Machine-op-inspct', [499] 'ethnicity.Own-child' + [500] 'ethnicity.Black', [501] 'ethnicity.Male', [502] 'ethnicity.United-States', [503] 'ethnicity.HS-grad', [504] 'ethnicity.Married-civ-spouse', [505] 'ethnicity.Farming-fishing', [506] 'ethnicity.Husband', [507] 'ethnicity.White', [508] 'ethnicity.Local-gov', [509] 'ethnicity.Assoc-acdm' + [510] 'ethnicity.Protective-serv', [511] 'ethnicity.Some-college', [512] 'ethnicity.?', [513] 'ethnicity.Female', [514] 'ethnicity.10th', [515] 'ethnicity.Other-service', [516] 'ethnicity.Not-in-family', [517] 'ethnicity.Unmarried', [518] 'ethnicity.Self-emp-not-inc', [519] 'ethnicity.Prof-school' + [520] 'ethnicity.Prof-specialty', [521] 'ethnicity.7th-8th', [522] 'ethnicity.Craft-repair', [523] 'ethnicity.Federal-gov', [524] 'ethnicity.Bachelors', [525] 'ethnicity.Adm-clerical', [526] 'ethnicity.Masters', [527] 'ethnicity.Exec-managerial', [528] 'ethnicity.State-gov', [529] 'ethnicity.Wife' + [530] 'ethnicity.Widowed', [531] 'ethnicity.Doctorate', [532] 'ethnicity.Asian-Pac-Islander', [533] 'ethnicity.Tech-support', [534] 'ethnicity.Divorced', [535] 'ethnicity.Peru', [536] 'ethnicity.Separated', [537] 'ethnicity.Sales', [538] 'ethnicity.5th-6th', [539] 'ethnicity.Priv-house-serv' + [540] 'ethnicity.Guatemala', [541] 'ethnicity.Self-emp-inc', [542] 'ethnicity.Assoc-voc', [543] 'ethnicity.Mexico', [544] 'ethnicity.Transport-moving', [545] 'ethnicity.Handlers-cleaners', [546] 'ethnicity.9th', [547] 'ethnicity.Married-spouse-absent', [548] 'ethnicity.Other', [549] 'ethnicity.Dominican-Republic' + [550] 'ethnicity.Armed-Forces', [551] 'ethnicity.Amer-Indian-Eskimo', [552] 'ethnicity.Ireland', [553] 'ethnicity.Germany', [554] 'ethnicity.12th', [555] 'ethnicity.Other-relative', [556] 'ethnicity.Philippines', [557] 'ethnicity.Thailand', [558] 'ethnicity.Haiti', [559] 'ethnicity.El-Salvador' + [560] 'ethnicity.Puerto-Rico', [561] 'ethnicity.Vietnam', [562] 'ethnicity.1st-4th', [563] 'ethnicity.South', [564] 'ethnicity.Married-AF-spouse', [565] 'ethnicity.Columbia', [566] 'ethnicity.Japan', [567] 'ethnicity.India', [568] 'ethnicity.Cambodia', [569] 'ethnicity.Poland' + [570] 'ethnicity.Laos', [571] 'ethnicity.England', [572] 'ethnicity.Cuba', [573] 'ethnicity.Taiwan', [574] 'ethnicity.Preschool', [575] 'ethnicity.Italy', [576] 'ethnicity.Canada', [577] 'ethnicity.Portugal', [578] 'ethnicity.China', [579] 'ethnicity.Nicaragua' + [580] 'ethnicity.Honduras', [581] 'ethnicity.Iran', [582] 'ethnicity.Scotland', [583] 'ethnicity.Jamaica', [584] 'ethnicity.Ecuador', [585] 'ethnicity.Yugoslavia', [586] 'ethnicity.Hungary', [587] 'ethnicity.Hong', [588] 'ethnicity.Greece', [589] 'ethnicity.Without-pay' + [590] 'ethnicity.Trinadad&Tobago', [591] 'ethnicity.Outlying-US(Guam-USVI-etc)', [592] 'ethnicity.France', [593] 'ethnicity.Never-worked', [594] 'sex.Private', [595] 'sex.11th', [596] 'sex.Never-married', [597] 'sex.Machine-op-inspct', [598] 'sex.Own-child', [599] 'sex.Black' + [600] 'sex.Male', [601] 'sex.United-States', [602] 'sex.HS-grad', [603] 'sex.Married-civ-spouse', [604] 'sex.Farming-fishing', [605] 'sex.Husband', [606] 'sex.White', [607] 'sex.Local-gov', [608] 'sex.Assoc-acdm', [609] 'sex.Protective-serv' + [610] 'sex.Some-college', [611] 'sex.?', [612] 'sex.Female', [613] 'sex.10th', [614] 'sex.Other-service', [615] 'sex.Not-in-family', [616] 'sex.Unmarried', [617] 'sex.Self-emp-not-inc', [618] 'sex.Prof-school', [619] 'sex.Prof-specialty' + [620] 'sex.7th-8th', [621] 'sex.Craft-repair', [622] 'sex.Federal-gov', [623] 'sex.Bachelors', [624] 'sex.Adm-clerical', [625] 'sex.Masters', [626] 'sex.Exec-managerial', [627] 'sex.State-gov', [628] 'sex.Wife', [629] 'sex.Widowed' + [630] 'sex.Doctorate', [631] 'sex.Asian-Pac-Islander', [632] 'sex.Tech-support', [633] 'sex.Divorced', [634] 'sex.Peru', [635] 'sex.Separated', [636] 'sex.Sales', [637] 'sex.5th-6th', [638] 'sex.Priv-house-serv', [639] 'sex.Guatemala' + [640] 'sex.Self-emp-inc', [641] 'sex.Assoc-voc', [642] 'sex.Mexico', [643] 'sex.Transport-moving', [644] 'sex.Handlers-cleaners', [645] 'sex.9th', [646] 'sex.Married-spouse-absent', [647] 'sex.Other', [648] 'sex.Dominican-Republic', [649] 'sex.Armed-Forces' + [650] 'sex.Amer-Indian-Eskimo', [651] 'sex.Ireland', [652] 'sex.Germany', [653] 'sex.12th', [654] 'sex.Other-relative', [655] 'sex.Philippines', [656] 'sex.Thailand', [657] 'sex.Haiti', [658] 'sex.El-Salvador', [659] 'sex.Puerto-Rico' + [660] 'sex.Vietnam', [661] 'sex.1st-4th', [662] 'sex.South', [663] 'sex.Married-AF-spouse', [664] 'sex.Columbia', [665] 'sex.Japan', [666] 'sex.India', [667] 'sex.Cambodia', [668] 'sex.Poland', [669] 'sex.Laos' + [670] 'sex.England', [671] 'sex.Cuba', [672] 'sex.Taiwan', [673] 'sex.Preschool', [674] 'sex.Italy', [675] 'sex.Canada', [676] 'sex.Portugal', [677] 'sex.China', [678] 'sex.Nicaragua', [679] 'sex.Honduras' + [680] 'sex.Iran', [681] 'sex.Scotland', [682] 'sex.Jamaica', [683] 'sex.Ecuador', [684] 'sex.Yugoslavia', [685] 'sex.Hungary', [686] 'sex.Hong', [687] 'sex.Greece', [688] 'sex.Without-pay', [689] 'sex.Trinadad&Tobago' + [690] 'sex.Outlying-US(Guam-USVI-etc)', [691] 'sex.France', [692] 'sex.Never-worked', [693] 'native-country.Private', [694] 'native-country.11th', [695] 'native-country.Never-married', [696] 'native-country.Machine-op-inspct', [697] 'native-country.Own-child', [698] 'native-country.Black', [699] 'native-country.Male' + [700] 'native-country.United-States', [701] 'native-country.HS-grad', [702] 'native-country.Married-civ-spouse', [703] 'native-country.Farming-fishing', [704] 'native-country.Husband', [705] 'native-country.White', [706] 'native-country.Local-gov', [707] 'native-country.Assoc-acdm', [708] 'native-country.Protective-serv', [709] 'native-country.Some-college' + [710] 'native-country.?', [711] 'native-country.Female', [712] 'native-country.10th', [713] 'native-country.Other-service', [714] 'native-country.Not-in-family', [715] 'native-country.Unmarried', [716] 'native-country.Self-emp-not-inc', [717] 'native-country.Prof-school', [718] 'native-country.Prof-specialty', [719] 'native-country.7th-8th' + [720] 'native-country.Craft-repair', [721] 'native-country.Federal-gov', [722] 'native-country.Bachelors', [723] 'native-country.Adm-clerical', [724] 'native-country.Masters', [725] 'native-country.Exec-managerial', [726] 'native-country.State-gov', [727] 'native-country.Wife', [728] 'native-country.Widowed', [729] 'native-country.Doctorate' + [730] 'native-country.Asian-Pac-Islander', [731] 'native-country.Tech-support', [732] 'native-country.Divorced', [733] 'native-country.Peru', [734] 'native-country.Separated', [735] 'native-country.Sales', [736] 'native-country.5th-6th', [737] 'native-country.Priv-house-serv', [738] 'native-country.Guatemala', [739] 'native-country.Self-emp-inc' + [740] 'native-country.Assoc-voc', [741] 'native-country.Mexico', [742] 'native-country.Transport-moving', [743] 'native-country.Handlers-cleaners', [744] 'native-country.9th', [745] 'native-country.Married-spouse-absent', [746] 'native-country.Other', [747] 'native-country.Dominican-Republic', [748] 'native-country.Armed-Forces', [749] 'native-country.Amer-Indian-Eskimo' + [750] 'native-country.Ireland', [751] 'native-country.Germany', [752] 'native-country.12th', [753] 'native-country.Other-relative', [754] 'native-country.Philippines', [755] 'native-country.Thailand', [756] 'native-country.Haiti', [757] 'native-country.El-Salvador', [758] 'native-country.Puerto-Rico', [759] 'native-country.Vietnam' + [760] 'native-country.1st-4th', [761] 'native-country.South', [762] 'native-country.Married-AF-spouse', [763] 'native-country.Columbia', [764] 'native-country.Japan', [765] 'native-country.India', [766] 'native-country.Cambodia', [767] 'native-country.Poland', [768] 'native-country.Laos', [769] 'native-country.England' + [770] 'native-country.Cuba', [771] 'native-country.Taiwan', [772] 'native-country.Preschool', [773] 'native-country.Italy', [774] 'native-country.Canada', [775] 'native-country.Portugal', [776] 'native-country.China', [777] 'native-country.Nicaragua', [778] 'native-country.Honduras', [779] 'native-country.Iran' + [780] 'native-country.Scotland', [781] 'native-country.Jamaica', [782] 'native-country.Ecuador', [783] 'native-country.Yugoslavia', [784] 'native-country.Hungary', [785] 'native-country.Hong', [786] 'native-country.Greece', [787] 'native-country.Without-pay', [788] 'native-country.Trinadad&Tobago', [789] 'native-country.Outlying-US(Guam-USVI-etc)' + [790] 'native-country.France', [791] 'native-country.Never-worked' +---- RowToRowMapperTransform ---- +6 columns: + NumFeatures: Vec + Metadata 'SlotNames': Vec: Length=6, Count=6 + [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' + CatFeaturesText: Vec + Metadata 'SlotNames': Vec: Length=8, Count=8 + [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + Label: R4 + CatFeatures: Vec, 8> + Metadata 'KeyValues': Vec: Length=99, Count=99 + [0] 'Private', [1] '11th', [2] 'Never-married', [3] 'Machine-op-inspct', [4] 'Own-child', [5] 'Black', [6] 'Male', [7] 'United-States', [8] 'HS-grad', [9] 'Married-civ-spouse' + [10] 'Farming-fishing', [11] 'Husband', [12] 'White', [13] 'Local-gov', [14] 'Assoc-acdm', [15] 'Protective-serv', [16] 'Some-college', [17] '?', [18] 'Female', [19] '10th' + [20] 'Other-service', [21] 'Not-in-family', [22] 'Unmarried', [23] 'Self-emp-not-inc', [24] 'Prof-school', [25] 'Prof-specialty', [26] '7th-8th', [27] 'Craft-repair', [28] 'Federal-gov', [29] 'Bachelors' + [30] 'Adm-clerical', [31] 'Masters', [32] 'Exec-managerial', [33] 'State-gov', [34] 'Wife', [35] 'Widowed', [36] 'Doctorate', [37] 'Asian-Pac-Islander', [38] 'Tech-support', [39] 'Divorced' + [40] 'Peru', [41] 'Separated', [42] 'Sales', [43] '5th-6th', [44] 'Priv-house-serv', [45] 'Guatemala', [46] 'Self-emp-inc', [47] 'Assoc-voc', [48] 'Mexico', [49] 'Transport-moving' + [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Eskimo', [57] 'Ireland', [58] 'Germany', [59] '12th' + [60] 'Other-relative', [61] 'Philippines', [62] 'Thailand', [63] 'Haiti', [64] 'El-Salvador', [65] 'Puerto-Rico', [66] 'Vietnam', [67] '1st-4th', [68] 'South', [69] 'Married-AF-spouse' + [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos', [76] 'England', [77] 'Cuba', [78] 'Taiwan', [79] 'Preschool' + [80] 'Italy', [81] 'Canada', [82] 'Portugal', [83] 'China', [84] 'Nicaragua', [85] 'Honduras', [86] 'Iran', [87] 'Scotland', [88] 'Jamaica', [89] 'Ecuador' + [90] 'Yugoslavia', [91] 'Hungary', [92] 'Hong', [93] 'Greece', [94] 'Without-pay', [95] 'Trinadad&Tobago', [96] 'Outlying-US(Guam-USVI-etc)', [97] 'France', [98] 'Never-worked' + Metadata 'SlotNames': Vec: Length=8, Count=8 + [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + CatFeatures: Vec + Metadata 'CategoricalSlotRanges': Vec: Length=16, Count=16 + [0] '0', [1] '98', [2] '99', [3] '197', [4] '198', [5] '296', [6] '297', [7] '395', [8] '396', [9] '494' + [10] '495', [11] '593', [12] '594', [13] '692', [14] '693', [15] '791' + Metadata 'IsNormalized': Bool: '1' + Metadata 'SlotNames': Vec: Length=792, Count=792 + [0] 'workclass.Private', [1] 'workclass.11th', [2] 'workclass.Never-married', [3] 'workclass.Machine-op-inspct', [4] 'workclass.Own-child', [5] 'workclass.Black', [6] 'workclass.Male', [7] 'workclass.United-States', [8] 'workclass.HS-grad', [9] 'workclass.Married-civ-spouse' + [10] 'workclass.Farming-fishing', [11] 'workclass.Husband', [12] 'workclass.White', [13] 'workclass.Local-gov', [14] 'workclass.Assoc-acdm', [15] 'workclass.Protective-serv', [16] 'workclass.Some-college', [17] 'workclass.?', [18] 'workclass.Female', [19] 'workclass.10th' + [20] 'workclass.Other-service', [21] 'workclass.Not-in-family', [22] 'workclass.Unmarried', [23] 'workclass.Self-emp-not-inc', [24] 'workclass.Prof-school', [25] 'workclass.Prof-specialty', [26] 'workclass.7th-8th', [27] 'workclass.Craft-repair', [28] 'workclass.Federal-gov', [29] 'workclass.Bachelors' + [30] 'workclass.Adm-clerical', [31] 'workclass.Masters', [32] 'workclass.Exec-managerial', [33] 'workclass.State-gov', [34] 'workclass.Wife', [35] 'workclass.Widowed', [36] 'workclass.Doctorate', [37] 'workclass.Asian-Pac-Islander', [38] 'workclass.Tech-support', [39] 'workclass.Divorced' + [40] 'workclass.Peru', [41] 'workclass.Separated', [42] 'workclass.Sales', [43] 'workclass.5th-6th', [44] 'workclass.Priv-house-serv', [45] 'workclass.Guatemala', [46] 'workclass.Self-emp-inc', [47] 'workclass.Assoc-voc', [48] 'workclass.Mexico', [49] 'workclass.Transport-moving' + [50] 'workclass.Handlers-cleaners', [51] 'workclass.9th', [52] 'workclass.Married-spouse-absent', [53] 'workclass.Other', [54] 'workclass.Dominican-Republic', [55] 'workclass.Armed-Forces', [56] 'workclass.Amer-Indian-Eskimo', [57] 'workclass.Ireland', [58] 'workclass.Germany', [59] 'workclass.12th' + [60] 'workclass.Other-relative', [61] 'workclass.Philippines', [62] 'workclass.Thailand', [63] 'workclass.Haiti', [64] 'workclass.El-Salvador', [65] 'workclass.Puerto-Rico', [66] 'workclass.Vietnam', [67] 'workclass.1st-4th', [68] 'workclass.South', [69] 'workclass.Married-AF-spouse' + [70] 'workclass.Columbia', [71] 'workclass.Japan', [72] 'workclass.India', [73] 'workclass.Cambodia', [74] 'workclass.Poland', [75] 'workclass.Laos', [76] 'workclass.England', [77] 'workclass.Cuba', [78] 'workclass.Taiwan', [79] 'workclass.Preschool' + [80] 'workclass.Italy', [81] 'workclass.Canada', [82] 'workclass.Portugal', [83] 'workclass.China', [84] 'workclass.Nicaragua', [85] 'workclass.Honduras', [86] 'workclass.Iran', [87] 'workclass.Scotland', [88] 'workclass.Jamaica', [89] 'workclass.Ecuador' + [90] 'workclass.Yugoslavia', [91] 'workclass.Hungary', [92] 'workclass.Hong', [93] 'workclass.Greece', [94] 'workclass.Without-pay', [95] 'workclass.Trinadad&Tobago', [96] 'workclass.Outlying-US(Guam-USVI-etc)', [97] 'workclass.France', [98] 'workclass.Never-worked', [99] 'education.Private' + [100] 'education.11th', [101] 'education.Never-married', [102] 'education.Machine-op-inspct', [103] 'education.Own-child', [104] 'education.Black', [105] 'education.Male', [106] 'education.United-States', [107] 'education.HS-grad', [108] 'education.Married-civ-spouse', [109] 'education.Farming-fishing' + [110] 'education.Husband', [111] 'education.White', [112] 'education.Local-gov', [113] 'education.Assoc-acdm', [114] 'education.Protective-serv', [115] 'education.Some-college', [116] 'education.?', [117] 'education.Female', [118] 'education.10th', [119] 'education.Other-service' + [120] 'education.Not-in-family', [121] 'education.Unmarried', [122] 'education.Self-emp-not-inc', [123] 'education.Prof-school', [124] 'education.Prof-specialty', [125] 'education.7th-8th', [126] 'education.Craft-repair', [127] 'education.Federal-gov', [128] 'education.Bachelors', [129] 'education.Adm-clerical' + [130] 'education.Masters', [131] 'education.Exec-managerial', [132] 'education.State-gov', [133] 'education.Wife', [134] 'education.Widowed', [135] 'education.Doctorate', [136] 'education.Asian-Pac-Islander', [137] 'education.Tech-support', [138] 'education.Divorced', [139] 'education.Peru' + [140] 'education.Separated', [141] 'education.Sales', [142] 'education.5th-6th', [143] 'education.Priv-house-serv', [144] 'education.Guatemala', [145] 'education.Self-emp-inc', [146] 'education.Assoc-voc', [147] 'education.Mexico', [148] 'education.Transport-moving', [149] 'education.Handlers-cleaners' + [150] 'education.9th', [151] 'education.Married-spouse-absent', [152] 'education.Other', [153] 'education.Dominican-Republic', [154] 'education.Armed-Forces', [155] 'education.Amer-Indian-Eskimo', [156] 'education.Ireland', [157] 'education.Germany', [158] 'education.12th', [159] 'education.Other-relative' + [160] 'education.Philippines', [161] 'education.Thailand', [162] 'education.Haiti', [163] 'education.El-Salvador', [164] 'education.Puerto-Rico', [165] 'education.Vietnam', [166] 'education.1st-4th', [167] 'education.South', [168] 'education.Married-AF-spouse', [169] 'education.Columbia' + [170] 'education.Japan', [171] 'education.India', [172] 'education.Cambodia', [173] 'education.Poland', [174] 'education.Laos', [175] 'education.England', [176] 'education.Cuba', [177] 'education.Taiwan', [178] 'education.Preschool', [179] 'education.Italy' + [180] 'education.Canada', [181] 'education.Portugal', [182] 'education.China', [183] 'education.Nicaragua', [184] 'education.Honduras', [185] 'education.Iran', [186] 'education.Scotland', [187] 'education.Jamaica', [188] 'education.Ecuador', [189] 'education.Yugoslavia' + [190] 'education.Hungary', [191] 'education.Hong', [192] 'education.Greece', [193] 'education.Without-pay', [194] 'education.Trinadad&Tobago', [195] 'education.Outlying-US(Guam-USVI-etc)', [196] 'education.France', [197] 'education.Never-worked', [198] 'marital-status.Private', [199] 'marital-status.11th' + [200] 'marital-status.Never-married', [201] 'marital-status.Machine-op-inspct', [202] 'marital-status.Own-child', [203] 'marital-status.Black', [204] 'marital-status.Male', [205] 'marital-status.United-States', [206] 'marital-status.HS-grad', [207] 'marital-status.Married-civ-spouse', [208] 'marital-status.Farming-fishing', [209] 'marital-status.Husband' + [210] 'marital-status.White', [211] 'marital-status.Local-gov', [212] 'marital-status.Assoc-acdm', [213] 'marital-status.Protective-serv', [214] 'marital-status.Some-college', [215] 'marital-status.?', [216] 'marital-status.Female', [217] 'marital-status.10th', [218] 'marital-status.Other-service', [219] 'marital-status.Not-in-family' + [220] 'marital-status.Unmarried', [221] 'marital-status.Self-emp-not-inc', [222] 'marital-status.Prof-school', [223] 'marital-status.Prof-specialty', [224] 'marital-status.7th-8th', [225] 'marital-status.Craft-repair', [226] 'marital-status.Federal-gov', [227] 'marital-status.Bachelors', [228] 'marital-status.Adm-clerical', [229] 'marital-status.Masters' + [230] 'marital-status.Exec-managerial', [231] 'marital-status.State-gov', [232] 'marital-status.Wife', [233] 'marital-status.Widowed', [234] 'marital-status.Doctorate', [235] 'marital-status.Asian-Pac-Islander', [236] 'marital-status.Tech-support', [237] 'marital-status.Divorced', [238] 'marital-status.Peru', [239] 'marital-status.Separated' + [240] 'marital-status.Sales', [241] 'marital-status.5th-6th', [242] 'marital-status.Priv-house-serv', [243] 'marital-status.Guatemala', [244] 'marital-status.Self-emp-inc', [245] 'marital-status.Assoc-voc', [246] 'marital-status.Mexico', [247] 'marital-status.Transport-moving', [248] 'marital-status.Handlers-cleaners', [249] 'marital-status.9th' + [250] 'marital-status.Married-spouse-absent', [251] 'marital-status.Other', [252] 'marital-status.Dominican-Republic', [253] 'marital-status.Armed-Forces', [254] 'marital-status.Amer-Indian-Eskimo', [255] 'marital-status.Ireland', [256] 'marital-status.Germany', [257] 'marital-status.12th', [258] 'marital-status.Other-relative', [259] 'marital-status.Philippines' + [260] 'marital-status.Thailand', [261] 'marital-status.Haiti', [262] 'marital-status.El-Salvador', [263] 'marital-status.Puerto-Rico', [264] 'marital-status.Vietnam', [265] 'marital-status.1st-4th', [266] 'marital-status.South', [267] 'marital-status.Married-AF-spouse', [268] 'marital-status.Columbia', [269] 'marital-status.Japan' + [270] 'marital-status.India', [271] 'marital-status.Cambodia', [272] 'marital-status.Poland', [273] 'marital-status.Laos', [274] 'marital-status.England', [275] 'marital-status.Cuba', [276] 'marital-status.Taiwan', [277] 'marital-status.Preschool', [278] 'marital-status.Italy', [279] 'marital-status.Canada' + [280] 'marital-status.Portugal', [281] 'marital-status.China', [282] 'marital-status.Nicaragua', [283] 'marital-status.Honduras', [284] 'marital-status.Iran', [285] 'marital-status.Scotland', [286] 'marital-status.Jamaica', [287] 'marital-status.Ecuador', [288] 'marital-status.Yugoslavia', [289] 'marital-status.Hungary' + [290] 'marital-status.Hong', [291] 'marital-status.Greece', [292] 'marital-status.Without-pay', [293] 'marital-status.Trinadad&Tobago', [294] 'marital-status.Outlying-US(Guam-USVI-etc)', [295] 'marital-status.France', [296] 'marital-status.Never-worked', [297] 'occupation.Private', [298] 'occupation.11th', [299] 'occupation.Never-married' + [300] 'occupation.Machine-op-inspct', [301] 'occupation.Own-child', [302] 'occupation.Black', [303] 'occupation.Male', [304] 'occupation.United-States', [305] 'occupation.HS-grad', [306] 'occupation.Married-civ-spouse', [307] 'occupation.Farming-fishing', [308] 'occupation.Husband', [309] 'occupation.White' + [310] 'occupation.Local-gov', [311] 'occupation.Assoc-acdm', [312] 'occupation.Protective-serv', [313] 'occupation.Some-college', [314] 'occupation.?', [315] 'occupation.Female', [316] 'occupation.10th', [317] 'occupation.Other-service', [318] 'occupation.Not-in-family', [319] 'occupation.Unmarried' + [320] 'occupation.Self-emp-not-inc', [321] 'occupation.Prof-school', [322] 'occupation.Prof-specialty', [323] 'occupation.7th-8th', [324] 'occupation.Craft-repair', [325] 'occupation.Federal-gov', [326] 'occupation.Bachelors', [327] 'occupation.Adm-clerical', [328] 'occupation.Masters', [329] 'occupation.Exec-managerial' + [330] 'occupation.State-gov', [331] 'occupation.Wife', [332] 'occupation.Widowed', [333] 'occupation.Doctorate', [334] 'occupation.Asian-Pac-Islander', [335] 'occupation.Tech-support', [336] 'occupation.Divorced', [337] 'occupation.Peru', [338] 'occupation.Separated', [339] 'occupation.Sales' + [340] 'occupation.5th-6th', [341] 'occupation.Priv-house-serv', [342] 'occupation.Guatemala', [343] 'occupation.Self-emp-inc', [344] 'occupation.Assoc-voc', [345] 'occupation.Mexico', [346] 'occupation.Transport-moving', [347] 'occupation.Handlers-cleaners', [348] 'occupation.9th', [349] 'occupation.Married-spouse-absent' + [350] 'occupation.Other', [351] 'occupation.Dominican-Republic', [352] 'occupation.Armed-Forces', [353] 'occupation.Amer-Indian-Eskimo', [354] 'occupation.Ireland', [355] 'occupation.Germany', [356] 'occupation.12th', [357] 'occupation.Other-relative', [358] 'occupation.Philippines', [359] 'occupation.Thailand' + [360] 'occupation.Haiti', [361] 'occupation.El-Salvador', [362] 'occupation.Puerto-Rico', [363] 'occupation.Vietnam', [364] 'occupation.1st-4th', [365] 'occupation.South', [366] 'occupation.Married-AF-spouse', [367] 'occupation.Columbia', [368] 'occupation.Japan', [369] 'occupation.India' + [370] 'occupation.Cambodia', [371] 'occupation.Poland', [372] 'occupation.Laos', [373] 'occupation.England', [374] 'occupation.Cuba', [375] 'occupation.Taiwan', [376] 'occupation.Preschool', [377] 'occupation.Italy', [378] 'occupation.Canada', [379] 'occupation.Portugal' + [380] 'occupation.China', [381] 'occupation.Nicaragua', [382] 'occupation.Honduras', [383] 'occupation.Iran', [384] 'occupation.Scotland', [385] 'occupation.Jamaica', [386] 'occupation.Ecuador', [387] 'occupation.Yugoslavia', [388] 'occupation.Hungary', [389] 'occupation.Hong' + [390] 'occupation.Greece', [391] 'occupation.Without-pay', [392] 'occupation.Trinadad&Tobago', [393] 'occupation.Outlying-US(Guam-USVI-etc)', [394] 'occupation.France', [395] 'occupation.Never-worked', [396] 'relationship.Private', [397] 'relationship.11th', [398] 'relationship.Never-married', [399] 'relationship.Machine-op-inspct' + [400] 'relationship.Own-child', [401] 'relationship.Black', [402] 'relationship.Male', [403] 'relationship.United-States', [404] 'relationship.HS-grad', [405] 'relationship.Married-civ-spouse', [406] 'relationship.Farming-fishing', [407] 'relationship.Husband', [408] 'relationship.White', [409] 'relationship.Local-gov' + [410] 'relationship.Assoc-acdm', [411] 'relationship.Protective-serv', [412] 'relationship.Some-college', [413] 'relationship.?', [414] 'relationship.Female', [415] 'relationship.10th', [416] 'relationship.Other-service', [417] 'relationship.Not-in-family', [418] 'relationship.Unmarried', [419] 'relationship.Self-emp-not-inc' + [420] 'relationship.Prof-school', [421] 'relationship.Prof-specialty', [422] 'relationship.7th-8th', [423] 'relationship.Craft-repair', [424] 'relationship.Federal-gov', [425] 'relationship.Bachelors', [426] 'relationship.Adm-clerical', [427] 'relationship.Masters', [428] 'relationship.Exec-managerial', [429] 'relationship.State-gov' + [430] 'relationship.Wife', [431] 'relationship.Widowed', [432] 'relationship.Doctorate', [433] 'relationship.Asian-Pac-Islander', [434] 'relationship.Tech-support', [435] 'relationship.Divorced', [436] 'relationship.Peru', [437] 'relationship.Separated', [438] 'relationship.Sales', [439] 'relationship.5th-6th' + [440] 'relationship.Priv-house-serv', [441] 'relationship.Guatemala', [442] 'relationship.Self-emp-inc', [443] 'relationship.Assoc-voc', [444] 'relationship.Mexico', [445] 'relationship.Transport-moving', [446] 'relationship.Handlers-cleaners', [447] 'relationship.9th', [448] 'relationship.Married-spouse-absent', [449] 'relationship.Other' + [450] 'relationship.Dominican-Republic', [451] 'relationship.Armed-Forces', [452] 'relationship.Amer-Indian-Eskimo', [453] 'relationship.Ireland', [454] 'relationship.Germany', [455] 'relationship.12th', [456] 'relationship.Other-relative', [457] 'relationship.Philippines', [458] 'relationship.Thailand', [459] 'relationship.Haiti' + [460] 'relationship.El-Salvador', [461] 'relationship.Puerto-Rico', [462] 'relationship.Vietnam', [463] 'relationship.1st-4th', [464] 'relationship.South', [465] 'relationship.Married-AF-spouse', [466] 'relationship.Columbia', [467] 'relationship.Japan', [468] 'relationship.India', [469] 'relationship.Cambodia' + [470] 'relationship.Poland', [471] 'relationship.Laos', [472] 'relationship.England', [473] 'relationship.Cuba', [474] 'relationship.Taiwan', [475] 'relationship.Preschool', [476] 'relationship.Italy', [477] 'relationship.Canada', [478] 'relationship.Portugal', [479] 'relationship.China' + [480] 'relationship.Nicaragua', [481] 'relationship.Honduras', [482] 'relationship.Iran', [483] 'relationship.Scotland', [484] 'relationship.Jamaica', [485] 'relationship.Ecuador', [486] 'relationship.Yugoslavia', [487] 'relationship.Hungary', [488] 'relationship.Hong', [489] 'relationship.Greece' + [490] 'relationship.Without-pay', [491] 'relationship.Trinadad&Tobago', [492] 'relationship.Outlying-US(Guam-USVI-etc)', [493] 'relationship.France', [494] 'relationship.Never-worked', [495] 'ethnicity.Private', [496] 'ethnicity.11th', [497] 'ethnicity.Never-married', [498] 'ethnicity.Machine-op-inspct', [499] 'ethnicity.Own-child' + [500] 'ethnicity.Black', [501] 'ethnicity.Male', [502] 'ethnicity.United-States', [503] 'ethnicity.HS-grad', [504] 'ethnicity.Married-civ-spouse', [505] 'ethnicity.Farming-fishing', [506] 'ethnicity.Husband', [507] 'ethnicity.White', [508] 'ethnicity.Local-gov', [509] 'ethnicity.Assoc-acdm' + [510] 'ethnicity.Protective-serv', [511] 'ethnicity.Some-college', [512] 'ethnicity.?', [513] 'ethnicity.Female', [514] 'ethnicity.10th', [515] 'ethnicity.Other-service', [516] 'ethnicity.Not-in-family', [517] 'ethnicity.Unmarried', [518] 'ethnicity.Self-emp-not-inc', [519] 'ethnicity.Prof-school' + [520] 'ethnicity.Prof-specialty', [521] 'ethnicity.7th-8th', [522] 'ethnicity.Craft-repair', [523] 'ethnicity.Federal-gov', [524] 'ethnicity.Bachelors', [525] 'ethnicity.Adm-clerical', [526] 'ethnicity.Masters', [527] 'ethnicity.Exec-managerial', [528] 'ethnicity.State-gov', [529] 'ethnicity.Wife' + [530] 'ethnicity.Widowed', [531] 'ethnicity.Doctorate', [532] 'ethnicity.Asian-Pac-Islander', [533] 'ethnicity.Tech-support', [534] 'ethnicity.Divorced', [535] 'ethnicity.Peru', [536] 'ethnicity.Separated', [537] 'ethnicity.Sales', [538] 'ethnicity.5th-6th', [539] 'ethnicity.Priv-house-serv' + [540] 'ethnicity.Guatemala', [541] 'ethnicity.Self-emp-inc', [542] 'ethnicity.Assoc-voc', [543] 'ethnicity.Mexico', [544] 'ethnicity.Transport-moving', [545] 'ethnicity.Handlers-cleaners', [546] 'ethnicity.9th', [547] 'ethnicity.Married-spouse-absent', [548] 'ethnicity.Other', [549] 'ethnicity.Dominican-Republic' + [550] 'ethnicity.Armed-Forces', [551] 'ethnicity.Amer-Indian-Eskimo', [552] 'ethnicity.Ireland', [553] 'ethnicity.Germany', [554] 'ethnicity.12th', [555] 'ethnicity.Other-relative', [556] 'ethnicity.Philippines', [557] 'ethnicity.Thailand', [558] 'ethnicity.Haiti', [559] 'ethnicity.El-Salvador' + [560] 'ethnicity.Puerto-Rico', [561] 'ethnicity.Vietnam', [562] 'ethnicity.1st-4th', [563] 'ethnicity.South', [564] 'ethnicity.Married-AF-spouse', [565] 'ethnicity.Columbia', [566] 'ethnicity.Japan', [567] 'ethnicity.India', [568] 'ethnicity.Cambodia', [569] 'ethnicity.Poland' + [570] 'ethnicity.Laos', [571] 'ethnicity.England', [572] 'ethnicity.Cuba', [573] 'ethnicity.Taiwan', [574] 'ethnicity.Preschool', [575] 'ethnicity.Italy', [576] 'ethnicity.Canada', [577] 'ethnicity.Portugal', [578] 'ethnicity.China', [579] 'ethnicity.Nicaragua' + [580] 'ethnicity.Honduras', [581] 'ethnicity.Iran', [582] 'ethnicity.Scotland', [583] 'ethnicity.Jamaica', [584] 'ethnicity.Ecuador', [585] 'ethnicity.Yugoslavia', [586] 'ethnicity.Hungary', [587] 'ethnicity.Hong', [588] 'ethnicity.Greece', [589] 'ethnicity.Without-pay' + [590] 'ethnicity.Trinadad&Tobago', [591] 'ethnicity.Outlying-US(Guam-USVI-etc)', [592] 'ethnicity.France', [593] 'ethnicity.Never-worked', [594] 'sex.Private', [595] 'sex.11th', [596] 'sex.Never-married', [597] 'sex.Machine-op-inspct', [598] 'sex.Own-child', [599] 'sex.Black' + [600] 'sex.Male', [601] 'sex.United-States', [602] 'sex.HS-grad', [603] 'sex.Married-civ-spouse', [604] 'sex.Farming-fishing', [605] 'sex.Husband', [606] 'sex.White', [607] 'sex.Local-gov', [608] 'sex.Assoc-acdm', [609] 'sex.Protective-serv' + [610] 'sex.Some-college', [611] 'sex.?', [612] 'sex.Female', [613] 'sex.10th', [614] 'sex.Other-service', [615] 'sex.Not-in-family', [616] 'sex.Unmarried', [617] 'sex.Self-emp-not-inc', [618] 'sex.Prof-school', [619] 'sex.Prof-specialty' + [620] 'sex.7th-8th', [621] 'sex.Craft-repair', [622] 'sex.Federal-gov', [623] 'sex.Bachelors', [624] 'sex.Adm-clerical', [625] 'sex.Masters', [626] 'sex.Exec-managerial', [627] 'sex.State-gov', [628] 'sex.Wife', [629] 'sex.Widowed' + [630] 'sex.Doctorate', [631] 'sex.Asian-Pac-Islander', [632] 'sex.Tech-support', [633] 'sex.Divorced', [634] 'sex.Peru', [635] 'sex.Separated', [636] 'sex.Sales', [637] 'sex.5th-6th', [638] 'sex.Priv-house-serv', [639] 'sex.Guatemala' + [640] 'sex.Self-emp-inc', [641] 'sex.Assoc-voc', [642] 'sex.Mexico', [643] 'sex.Transport-moving', [644] 'sex.Handlers-cleaners', [645] 'sex.9th', [646] 'sex.Married-spouse-absent', [647] 'sex.Other', [648] 'sex.Dominican-Republic', [649] 'sex.Armed-Forces' + [650] 'sex.Amer-Indian-Eskimo', [651] 'sex.Ireland', [652] 'sex.Germany', [653] 'sex.12th', [654] 'sex.Other-relative', [655] 'sex.Philippines', [656] 'sex.Thailand', [657] 'sex.Haiti', [658] 'sex.El-Salvador', [659] 'sex.Puerto-Rico' + [660] 'sex.Vietnam', [661] 'sex.1st-4th', [662] 'sex.South', [663] 'sex.Married-AF-spouse', [664] 'sex.Columbia', [665] 'sex.Japan', [666] 'sex.India', [667] 'sex.Cambodia', [668] 'sex.Poland', [669] 'sex.Laos' + [670] 'sex.England', [671] 'sex.Cuba', [672] 'sex.Taiwan', [673] 'sex.Preschool', [674] 'sex.Italy', [675] 'sex.Canada', [676] 'sex.Portugal', [677] 'sex.China', [678] 'sex.Nicaragua', [679] 'sex.Honduras' + [680] 'sex.Iran', [681] 'sex.Scotland', [682] 'sex.Jamaica', [683] 'sex.Ecuador', [684] 'sex.Yugoslavia', [685] 'sex.Hungary', [686] 'sex.Hong', [687] 'sex.Greece', [688] 'sex.Without-pay', [689] 'sex.Trinadad&Tobago' + [690] 'sex.Outlying-US(Guam-USVI-etc)', [691] 'sex.France', [692] 'sex.Never-worked', [693] 'native-country.Private', [694] 'native-country.11th', [695] 'native-country.Never-married', [696] 'native-country.Machine-op-inspct', [697] 'native-country.Own-child', [698] 'native-country.Black', [699] 'native-country.Male' + [700] 'native-country.United-States', [701] 'native-country.HS-grad', [702] 'native-country.Married-civ-spouse', [703] 'native-country.Farming-fishing', [704] 'native-country.Husband', [705] 'native-country.White', [706] 'native-country.Local-gov', [707] 'native-country.Assoc-acdm', [708] 'native-country.Protective-serv', [709] 'native-country.Some-college' + [710] 'native-country.?', [711] 'native-country.Female', [712] 'native-country.10th', [713] 'native-country.Other-service', [714] 'native-country.Not-in-family', [715] 'native-country.Unmarried', [716] 'native-country.Self-emp-not-inc', [717] 'native-country.Prof-school', [718] 'native-country.Prof-specialty', [719] 'native-country.7th-8th' + [720] 'native-country.Craft-repair', [721] 'native-country.Federal-gov', [722] 'native-country.Bachelors', [723] 'native-country.Adm-clerical', [724] 'native-country.Masters', [725] 'native-country.Exec-managerial', [726] 'native-country.State-gov', [727] 'native-country.Wife', [728] 'native-country.Widowed', [729] 'native-country.Doctorate' + [730] 'native-country.Asian-Pac-Islander', [731] 'native-country.Tech-support', [732] 'native-country.Divorced', [733] 'native-country.Peru', [734] 'native-country.Separated', [735] 'native-country.Sales', [736] 'native-country.5th-6th', [737] 'native-country.Priv-house-serv', [738] 'native-country.Guatemala', [739] 'native-country.Self-emp-inc' + [740] 'native-country.Assoc-voc', [741] 'native-country.Mexico', [742] 'native-country.Transport-moving', [743] 'native-country.Handlers-cleaners', [744] 'native-country.9th', [745] 'native-country.Married-spouse-absent', [746] 'native-country.Other', [747] 'native-country.Dominican-Republic', [748] 'native-country.Armed-Forces', [749] 'native-country.Amer-Indian-Eskimo' + [750] 'native-country.Ireland', [751] 'native-country.Germany', [752] 'native-country.12th', [753] 'native-country.Other-relative', [754] 'native-country.Philippines', [755] 'native-country.Thailand', [756] 'native-country.Haiti', [757] 'native-country.El-Salvador', [758] 'native-country.Puerto-Rico', [759] 'native-country.Vietnam' + [760] 'native-country.1st-4th', [761] 'native-country.South', [762] 'native-country.Married-AF-spouse', [763] 'native-country.Columbia', [764] 'native-country.Japan', [765] 'native-country.India', [766] 'native-country.Cambodia', [767] 'native-country.Poland', [768] 'native-country.Laos', [769] 'native-country.England' + [770] 'native-country.Cuba', [771] 'native-country.Taiwan', [772] 'native-country.Preschool', [773] 'native-country.Italy', [774] 'native-country.Canada', [775] 'native-country.Portugal', [776] 'native-country.China', [777] 'native-country.Nicaragua', [778] 'native-country.Honduras', [779] 'native-country.Iran' + [780] 'native-country.Scotland', [781] 'native-country.Jamaica', [782] 'native-country.Ecuador', [783] 'native-country.Yugoslavia', [784] 'native-country.Hungary', [785] 'native-country.Hong', [786] 'native-country.Greece', [787] 'native-country.Without-pay', [788] 'native-country.Trinadad&Tobago', [789] 'native-country.Outlying-US(Guam-USVI-etc)' + [790] 'native-country.France', [791] 'native-country.Never-worked' + Features: Vec + Metadata 'CategoricalSlotRanges': Vec: Length=16, Count=16 + [0] '6', [1] '104', [2] '105', [3] '203', [4] '204', [5] '302', [6] '303', [7] '401', [8] '402', [9] '500' + [10] '501', [11] '599', [12] '600', [13] '698', [14] '699', [15] '797' + Metadata 'SlotNames': Vec: Length=798, Count=798 + [0] 'NumFeatures.age', [1] 'NumFeatures.fnlwgt', [2] 'NumFeatures.education-num', [3] 'NumFeatures.capital-gain', [4] 'NumFeatures.capital-loss', [5] 'NumFeatures.hours-per-week', [6] 'CatFeatures.workclass.Private', [7] 'CatFeatures.workclass.11th', [8] 'CatFeatures.workclass.Never-married', [9] 'CatFeatures.workclass.Machine-op-inspct' + [10] 'CatFeatures.workclass.Own-child', [11] 'CatFeatures.workclass.Black', [12] 'CatFeatures.workclass.Male', [13] 'CatFeatures.workclass.United-States', [14] 'CatFeatures.workclass.HS-grad', [15] 'CatFeatures.workclass.Married-civ-spouse', [16] 'CatFeatures.workclass.Farming-fishing', [17] 'CatFeatures.workclass.Husband', [18] 'CatFeatures.workclass.White', [19] 'CatFeatures.workclass.Local-gov' + [20] 'CatFeatures.workclass.Assoc-acdm', [21] 'CatFeatures.workclass.Protective-serv', [22] 'CatFeatures.workclass.Some-college', [23] 'CatFeatures.workclass.?', [24] 'CatFeatures.workclass.Female', [25] 'CatFeatures.workclass.10th', [26] 'CatFeatures.workclass.Other-service', [27] 'CatFeatures.workclass.Not-in-family', [28] 'CatFeatures.workclass.Unmarried', [29] 'CatFeatures.workclass.Self-emp-not-inc' + [30] 'CatFeatures.workclass.Prof-school', [31] 'CatFeatures.workclass.Prof-specialty', [32] 'CatFeatures.workclass.7th-8th', [33] 'CatFeatures.workclass.Craft-repair', [34] 'CatFeatures.workclass.Federal-gov', [35] 'CatFeatures.workclass.Bachelors', [36] 'CatFeatures.workclass.Adm-clerical', [37] 'CatFeatures.workclass.Masters', [38] 'CatFeatures.workclass.Exec-managerial', [39] 'CatFeatures.workclass.State-gov' + [40] 'CatFeatures.workclass.Wife', [41] 'CatFeatures.workclass.Widowed', [42] 'CatFeatures.workclass.Doctorate', [43] 'CatFeatures.workclass.Asian-Pac-Islander', [44] 'CatFeatures.workclass.Tech-support', [45] 'CatFeatures.workclass.Divorced', [46] 'CatFeatures.workclass.Peru', [47] 'CatFeatures.workclass.Separated', [48] 'CatFeatures.workclass.Sales', [49] 'CatFeatures.workclass.5th-6th' + [50] 'CatFeatures.workclass.Priv-house-serv', [51] 'CatFeatures.workclass.Guatemala', [52] 'CatFeatures.workclass.Self-emp-inc', [53] 'CatFeatures.workclass.Assoc-voc', [54] 'CatFeatures.workclass.Mexico', [55] 'CatFeatures.workclass.Transport-moving', [56] 'CatFeatures.workclass.Handlers-cleaners', [57] 'CatFeatures.workclass.9th', [58] 'CatFeatures.workclass.Married-spouse-absent', [59] 'CatFeatures.workclass.Other' + [60] 'CatFeatures.workclass.Dominican-Republic', [61] 'CatFeatures.workclass.Armed-Forces', [62] 'CatFeatures.workclass.Amer-Indian-Eskimo', [63] 'CatFeatures.workclass.Ireland', [64] 'CatFeatures.workclass.Germany', [65] 'CatFeatures.workclass.12th', [66] 'CatFeatures.workclass.Other-relative', [67] 'CatFeatures.workclass.Philippines', [68] 'CatFeatures.workclass.Thailand', [69] 'CatFeatures.workclass.Haiti' + [70] 'CatFeatures.workclass.El-Salvador', [71] 'CatFeatures.workclass.Puerto-Rico', [72] 'CatFeatures.workclass.Vietnam', [73] 'CatFeatures.workclass.1st-4th', [74] 'CatFeatures.workclass.South', [75] 'CatFeatures.workclass.Married-AF-spouse', [76] 'CatFeatures.workclass.Columbia', [77] 'CatFeatures.workclass.Japan', [78] 'CatFeatures.workclass.India', [79] 'CatFeatures.workclass.Cambodia' + [80] 'CatFeatures.workclass.Poland', [81] 'CatFeatures.workclass.Laos', [82] 'CatFeatures.workclass.England', [83] 'CatFeatures.workclass.Cuba', [84] 'CatFeatures.workclass.Taiwan', [85] 'CatFeatures.workclass.Preschool', [86] 'CatFeatures.workclass.Italy', [87] 'CatFeatures.workclass.Canada', [88] 'CatFeatures.workclass.Portugal', [89] 'CatFeatures.workclass.China' + [90] 'CatFeatures.workclass.Nicaragua', [91] 'CatFeatures.workclass.Honduras', [92] 'CatFeatures.workclass.Iran', [93] 'CatFeatures.workclass.Scotland', [94] 'CatFeatures.workclass.Jamaica', [95] 'CatFeatures.workclass.Ecuador', [96] 'CatFeatures.workclass.Yugoslavia', [97] 'CatFeatures.workclass.Hungary', [98] 'CatFeatures.workclass.Hong', [99] 'CatFeatures.workclass.Greece' + [100] 'CatFeatures.workclass.Without-pay', [101] 'CatFeatures.workclass.Trinadad&Tobago', [102] 'CatFeatures.workclass.Outlying-US(Guam-USVI-etc)', [103] 'CatFeatures.workclass.France', [104] 'CatFeatures.workclass.Never-worked', [105] 'CatFeatures.education.Private', [106] 'CatFeatures.education.11th', [107] 'CatFeatures.education.Never-married', [108] 'CatFeatures.education.Machine-op-inspct', [109] 'CatFeatures.education.Own-child' + [110] 'CatFeatures.education.Black', [111] 'CatFeatures.education.Male', [112] 'CatFeatures.education.United-States', [113] 'CatFeatures.education.HS-grad', [114] 'CatFeatures.education.Married-civ-spouse', [115] 'CatFeatures.education.Farming-fishing', [116] 'CatFeatures.education.Husband', [117] 'CatFeatures.education.White', [118] 'CatFeatures.education.Local-gov', [119] 'CatFeatures.education.Assoc-acdm' + [120] 'CatFeatures.education.Protective-serv', [121] 'CatFeatures.education.Some-college', [122] 'CatFeatures.education.?', [123] 'CatFeatures.education.Female', [124] 'CatFeatures.education.10th', [125] 'CatFeatures.education.Other-service', [126] 'CatFeatures.education.Not-in-family', [127] 'CatFeatures.education.Unmarried', [128] 'CatFeatures.education.Self-emp-not-inc', [129] 'CatFeatures.education.Prof-school' + [130] 'CatFeatures.education.Prof-specialty', [131] 'CatFeatures.education.7th-8th', [132] 'CatFeatures.education.Craft-repair', [133] 'CatFeatures.education.Federal-gov', [134] 'CatFeatures.education.Bachelors', [135] 'CatFeatures.education.Adm-clerical', [136] 'CatFeatures.education.Masters', [137] 'CatFeatures.education.Exec-managerial', [138] 'CatFeatures.education.State-gov', [139] 'CatFeatures.education.Wife' + [140] 'CatFeatures.education.Widowed', [141] 'CatFeatures.education.Doctorate', [142] 'CatFeatures.education.Asian-Pac-Islander', [143] 'CatFeatures.education.Tech-support', [144] 'CatFeatures.education.Divorced', [145] 'CatFeatures.education.Peru', [146] 'CatFeatures.education.Separated', [147] 'CatFeatures.education.Sales', [148] 'CatFeatures.education.5th-6th', [149] 'CatFeatures.education.Priv-house-serv' + [150] 'CatFeatures.education.Guatemala', [151] 'CatFeatures.education.Self-emp-inc', [152] 'CatFeatures.education.Assoc-voc', [153] 'CatFeatures.education.Mexico', [154] 'CatFeatures.education.Transport-moving', [155] 'CatFeatures.education.Handlers-cleaners', [156] 'CatFeatures.education.9th', [157] 'CatFeatures.education.Married-spouse-absent', [158] 'CatFeatures.education.Other', [159] 'CatFeatures.education.Dominican-Republic' + [160] 'CatFeatures.education.Armed-Forces', [161] 'CatFeatures.education.Amer-Indian-Eskimo', [162] 'CatFeatures.education.Ireland', [163] 'CatFeatures.education.Germany', [164] 'CatFeatures.education.12th', [165] 'CatFeatures.education.Other-relative', [166] 'CatFeatures.education.Philippines', [167] 'CatFeatures.education.Thailand', [168] 'CatFeatures.education.Haiti', [169] 'CatFeatures.education.El-Salvador' + [170] 'CatFeatures.education.Puerto-Rico', [171] 'CatFeatures.education.Vietnam', [172] 'CatFeatures.education.1st-4th', [173] 'CatFeatures.education.South', [174] 'CatFeatures.education.Married-AF-spouse', [175] 'CatFeatures.education.Columbia', [176] 'CatFeatures.education.Japan', [177] 'CatFeatures.education.India', [178] 'CatFeatures.education.Cambodia', [179] 'CatFeatures.education.Poland' + [180] 'CatFeatures.education.Laos', [181] 'CatFeatures.education.England', [182] 'CatFeatures.education.Cuba', [183] 'CatFeatures.education.Taiwan', [184] 'CatFeatures.education.Preschool', [185] 'CatFeatures.education.Italy', [186] 'CatFeatures.education.Canada', [187] 'CatFeatures.education.Portugal', [188] 'CatFeatures.education.China', [189] 'CatFeatures.education.Nicaragua' + [190] 'CatFeatures.education.Honduras', [191] 'CatFeatures.education.Iran', [192] 'CatFeatures.education.Scotland', [193] 'CatFeatures.education.Jamaica', [194] 'CatFeatures.education.Ecuador', [195] 'CatFeatures.education.Yugoslavia', [196] 'CatFeatures.education.Hungary', [197] 'CatFeatures.education.Hong', [198] 'CatFeatures.education.Greece', [199] 'CatFeatures.education.Without-pay' + [200] 'CatFeatures.education.Trinadad&Tobago', [201] 'CatFeatures.education.Outlying-US(Guam-USVI-etc)', [202] 'CatFeatures.education.France', [203] 'CatFeatures.education.Never-worked', [204] 'CatFeatures.marital-status.Private', [205] 'CatFeatures.marital-status.11th', [206] 'CatFeatures.marital-status.Never-married', [207] 'CatFeatures.marital-status.Machine-op-inspct', [208] 'CatFeatures.marital-status.Own-child', [209] 'CatFeatures.marital-status.Black' + [210] 'CatFeatures.marital-status.Male', [211] 'CatFeatures.marital-status.United-States', [212] 'CatFeatures.marital-status.HS-grad', [213] 'CatFeatures.marital-status.Married-civ-spouse', [214] 'CatFeatures.marital-status.Farming-fishing', [215] 'CatFeatures.marital-status.Husband', [216] 'CatFeatures.marital-status.White', [217] 'CatFeatures.marital-status.Local-gov', [218] 'CatFeatures.marital-status.Assoc-acdm', [219] 'CatFeatures.marital-status.Protective-serv' + [220] 'CatFeatures.marital-status.Some-college', [221] 'CatFeatures.marital-status.?', [222] 'CatFeatures.marital-status.Female', [223] 'CatFeatures.marital-status.10th', [224] 'CatFeatures.marital-status.Other-service', [225] 'CatFeatures.marital-status.Not-in-family', [226] 'CatFeatures.marital-status.Unmarried', [227] 'CatFeatures.marital-status.Self-emp-not-inc', [228] 'CatFeatures.marital-status.Prof-school', [229] 'CatFeatures.marital-status.Prof-specialty' + [230] 'CatFeatures.marital-status.7th-8th', [231] 'CatFeatures.marital-status.Craft-repair', [232] 'CatFeatures.marital-status.Federal-gov', [233] 'CatFeatures.marital-status.Bachelors', [234] 'CatFeatures.marital-status.Adm-clerical', [235] 'CatFeatures.marital-status.Masters', [236] 'CatFeatures.marital-status.Exec-managerial', [237] 'CatFeatures.marital-status.State-gov', [238] 'CatFeatures.marital-status.Wife', [239] 'CatFeatures.marital-status.Widowed' + [240] 'CatFeatures.marital-status.Doctorate', [241] 'CatFeatures.marital-status.Asian-Pac-Islander', [242] 'CatFeatures.marital-status.Tech-support', [243] 'CatFeatures.marital-status.Divorced', [244] 'CatFeatures.marital-status.Peru', [245] 'CatFeatures.marital-status.Separated', [246] 'CatFeatures.marital-status.Sales', [247] 'CatFeatures.marital-status.5th-6th', [248] 'CatFeatures.marital-status.Priv-house-serv', [249] 'CatFeatures.marital-status.Guatemala' + [250] 'CatFeatures.marital-status.Self-emp-inc', [251] 'CatFeatures.marital-status.Assoc-voc', [252] 'CatFeatures.marital-status.Mexico', [253] 'CatFeatures.marital-status.Transport-moving', [254] 'CatFeatures.marital-status.Handlers-cleaners', [255] 'CatFeatures.marital-status.9th', [256] 'CatFeatures.marital-status.Married-spouse-absent', [257] 'CatFeatures.marital-status.Other', [258] 'CatFeatures.marital-status.Dominican-Republic', [259] 'CatFeatures.marital-status.Armed-Forces' + [260] 'CatFeatures.marital-status.Amer-Indian-Eskimo', [261] 'CatFeatures.marital-status.Ireland', [262] 'CatFeatures.marital-status.Germany', [263] 'CatFeatures.marital-status.12th', [264] 'CatFeatures.marital-status.Other-relative', [265] 'CatFeatures.marital-status.Philippines', [266] 'CatFeatures.marital-status.Thailand', [267] 'CatFeatures.marital-status.Haiti', [268] 'CatFeatures.marital-status.El-Salvador', [269] 'CatFeatures.marital-status.Puerto-Rico' + [270] 'CatFeatures.marital-status.Vietnam', [271] 'CatFeatures.marital-status.1st-4th', [272] 'CatFeatures.marital-status.South', [273] 'CatFeatures.marital-status.Married-AF-spouse', [274] 'CatFeatures.marital-status.Columbia', [275] 'CatFeatures.marital-status.Japan', [276] 'CatFeatures.marital-status.India', [277] 'CatFeatures.marital-status.Cambodia', [278] 'CatFeatures.marital-status.Poland', [279] 'CatFeatures.marital-status.Laos' + [280] 'CatFeatures.marital-status.England', [281] 'CatFeatures.marital-status.Cuba', [282] 'CatFeatures.marital-status.Taiwan', [283] 'CatFeatures.marital-status.Preschool', [284] 'CatFeatures.marital-status.Italy', [285] 'CatFeatures.marital-status.Canada', [286] 'CatFeatures.marital-status.Portugal', [287] 'CatFeatures.marital-status.China', [288] 'CatFeatures.marital-status.Nicaragua', [289] 'CatFeatures.marital-status.Honduras' + [290] 'CatFeatures.marital-status.Iran', [291] 'CatFeatures.marital-status.Scotland', [292] 'CatFeatures.marital-status.Jamaica', [293] 'CatFeatures.marital-status.Ecuador', [294] 'CatFeatures.marital-status.Yugoslavia', [295] 'CatFeatures.marital-status.Hungary', [296] 'CatFeatures.marital-status.Hong', [297] 'CatFeatures.marital-status.Greece', [298] 'CatFeatures.marital-status.Without-pay', [299] 'CatFeatures.marital-status.Trinadad&Tobago' + [300] 'CatFeatures.marital-status.Outlying-US(Guam-USVI-etc)', [301] 'CatFeatures.marital-status.France', [302] 'CatFeatures.marital-status.Never-worked', [303] 'CatFeatures.occupation.Private', [304] 'CatFeatures.occupation.11th', [305] 'CatFeatures.occupation.Never-married', [306] 'CatFeatures.occupation.Machine-op-inspct', [307] 'CatFeatures.occupation.Own-child', [308] 'CatFeatures.occupation.Black', [309] 'CatFeatures.occupation.Male' + [310] 'CatFeatures.occupation.United-States', [311] 'CatFeatures.occupation.HS-grad', [312] 'CatFeatures.occupation.Married-civ-spouse', [313] 'CatFeatures.occupation.Farming-fishing', [314] 'CatFeatures.occupation.Husband', [315] 'CatFeatures.occupation.White', [316] 'CatFeatures.occupation.Local-gov', [317] 'CatFeatures.occupation.Assoc-acdm', [318] 'CatFeatures.occupation.Protective-serv', [319] 'CatFeatures.occupation.Some-college' + [320] 'CatFeatures.occupation.?', [321] 'CatFeatures.occupation.Female', [322] 'CatFeatures.occupation.10th', [323] 'CatFeatures.occupation.Other-service', [324] 'CatFeatures.occupation.Not-in-family', [325] 'CatFeatures.occupation.Unmarried', [326] 'CatFeatures.occupation.Self-emp-not-inc', [327] 'CatFeatures.occupation.Prof-school', [328] 'CatFeatures.occupation.Prof-specialty', [329] 'CatFeatures.occupation.7th-8th' + [330] 'CatFeatures.occupation.Craft-repair', [331] 'CatFeatures.occupation.Federal-gov', [332] 'CatFeatures.occupation.Bachelors', [333] 'CatFeatures.occupation.Adm-clerical', [334] 'CatFeatures.occupation.Masters', [335] 'CatFeatures.occupation.Exec-managerial', [336] 'CatFeatures.occupation.State-gov', [337] 'CatFeatures.occupation.Wife', [338] 'CatFeatures.occupation.Widowed', [339] 'CatFeatures.occupation.Doctorate' + [340] 'CatFeatures.occupation.Asian-Pac-Islander', [341] 'CatFeatures.occupation.Tech-support', [342] 'CatFeatures.occupation.Divorced', [343] 'CatFeatures.occupation.Peru', [344] 'CatFeatures.occupation.Separated', [345] 'CatFeatures.occupation.Sales', [346] 'CatFeatures.occupation.5th-6th', [347] 'CatFeatures.occupation.Priv-house-serv', [348] 'CatFeatures.occupation.Guatemala', [349] 'CatFeatures.occupation.Self-emp-inc' + [350] 'CatFeatures.occupation.Assoc-voc', [351] 'CatFeatures.occupation.Mexico', [352] 'CatFeatures.occupation.Transport-moving', [353] 'CatFeatures.occupation.Handlers-cleaners', [354] 'CatFeatures.occupation.9th', [355] 'CatFeatures.occupation.Married-spouse-absent', [356] 'CatFeatures.occupation.Other', [357] 'CatFeatures.occupation.Dominican-Republic', [358] 'CatFeatures.occupation.Armed-Forces', [359] 'CatFeatures.occupation.Amer-Indian-Eskimo' + [360] 'CatFeatures.occupation.Ireland', [361] 'CatFeatures.occupation.Germany', [362] 'CatFeatures.occupation.12th', [363] 'CatFeatures.occupation.Other-relative', [364] 'CatFeatures.occupation.Philippines', [365] 'CatFeatures.occupation.Thailand', [366] 'CatFeatures.occupation.Haiti', [367] 'CatFeatures.occupation.El-Salvador', [368] 'CatFeatures.occupation.Puerto-Rico', [369] 'CatFeatures.occupation.Vietnam' + [370] 'CatFeatures.occupation.1st-4th', [371] 'CatFeatures.occupation.South', [372] 'CatFeatures.occupation.Married-AF-spouse', [373] 'CatFeatures.occupation.Columbia', [374] 'CatFeatures.occupation.Japan', [375] 'CatFeatures.occupation.India', [376] 'CatFeatures.occupation.Cambodia', [377] 'CatFeatures.occupation.Poland', [378] 'CatFeatures.occupation.Laos', [379] 'CatFeatures.occupation.England' + [380] 'CatFeatures.occupation.Cuba', [381] 'CatFeatures.occupation.Taiwan', [382] 'CatFeatures.occupation.Preschool', [383] 'CatFeatures.occupation.Italy', [384] 'CatFeatures.occupation.Canada', [385] 'CatFeatures.occupation.Portugal', [386] 'CatFeatures.occupation.China', [387] 'CatFeatures.occupation.Nicaragua', [388] 'CatFeatures.occupation.Honduras', [389] 'CatFeatures.occupation.Iran' + [390] 'CatFeatures.occupation.Scotland', [391] 'CatFeatures.occupation.Jamaica', [392] 'CatFeatures.occupation.Ecuador', [393] 'CatFeatures.occupation.Yugoslavia', [394] 'CatFeatures.occupation.Hungary', [395] 'CatFeatures.occupation.Hong', [396] 'CatFeatures.occupation.Greece', [397] 'CatFeatures.occupation.Without-pay', [398] 'CatFeatures.occupation.Trinadad&Tobago', [399] 'CatFeatures.occupation.Outlying-US(Guam-USVI-etc)' + [400] 'CatFeatures.occupation.France', [401] 'CatFeatures.occupation.Never-worked', [402] 'CatFeatures.relationship.Private', [403] 'CatFeatures.relationship.11th', [404] 'CatFeatures.relationship.Never-married', [405] 'CatFeatures.relationship.Machine-op-inspct', [406] 'CatFeatures.relationship.Own-child', [407] 'CatFeatures.relationship.Black', [408] 'CatFeatures.relationship.Male', [409] 'CatFeatures.relationship.United-States' + [410] 'CatFeatures.relationship.HS-grad', [411] 'CatFeatures.relationship.Married-civ-spouse', [412] 'CatFeatures.relationship.Farming-fishing', [413] 'CatFeatures.relationship.Husband', [414] 'CatFeatures.relationship.White', [415] 'CatFeatures.relationship.Local-gov', [416] 'CatFeatures.relationship.Assoc-acdm', [417] 'CatFeatures.relationship.Protective-serv', [418] 'CatFeatures.relationship.Some-college', [419] 'CatFeatures.relationship.?' + [420] 'CatFeatures.relationship.Female', [421] 'CatFeatures.relationship.10th', [422] 'CatFeatures.relationship.Other-service', [423] 'CatFeatures.relationship.Not-in-family', [424] 'CatFeatures.relationship.Unmarried', [425] 'CatFeatures.relationship.Self-emp-not-inc', [426] 'CatFeatures.relationship.Prof-school', [427] 'CatFeatures.relationship.Prof-specialty', [428] 'CatFeatures.relationship.7th-8th', [429] 'CatFeatures.relationship.Craft-repair' + [430] 'CatFeatures.relationship.Federal-gov', [431] 'CatFeatures.relationship.Bachelors', [432] 'CatFeatures.relationship.Adm-clerical', [433] 'CatFeatures.relationship.Masters', [434] 'CatFeatures.relationship.Exec-managerial', [435] 'CatFeatures.relationship.State-gov', [436] 'CatFeatures.relationship.Wife', [437] 'CatFeatures.relationship.Widowed', [438] 'CatFeatures.relationship.Doctorate', [439] 'CatFeatures.relationship.Asian-Pac-Islander' + [440] 'CatFeatures.relationship.Tech-support', [441] 'CatFeatures.relationship.Divorced', [442] 'CatFeatures.relationship.Peru', [443] 'CatFeatures.relationship.Separated', [444] 'CatFeatures.relationship.Sales', [445] 'CatFeatures.relationship.5th-6th', [446] 'CatFeatures.relationship.Priv-house-serv', [447] 'CatFeatures.relationship.Guatemala', [448] 'CatFeatures.relationship.Self-emp-inc', [449] 'CatFeatures.relationship.Assoc-voc' + [450] 'CatFeatures.relationship.Mexico', [451] 'CatFeatures.relationship.Transport-moving', [452] 'CatFeatures.relationship.Handlers-cleaners', [453] 'CatFeatures.relationship.9th', [454] 'CatFeatures.relationship.Married-spouse-absent', [455] 'CatFeatures.relationship.Other', [456] 'CatFeatures.relationship.Dominican-Republic', [457] 'CatFeatures.relationship.Armed-Forces', [458] 'CatFeatures.relationship.Amer-Indian-Eskimo', [459] 'CatFeatures.relationship.Ireland' + [460] 'CatFeatures.relationship.Germany', [461] 'CatFeatures.relationship.12th', [462] 'CatFeatures.relationship.Other-relative', [463] 'CatFeatures.relationship.Philippines', [464] 'CatFeatures.relationship.Thailand', [465] 'CatFeatures.relationship.Haiti', [466] 'CatFeatures.relationship.El-Salvador', [467] 'CatFeatures.relationship.Puerto-Rico', [468] 'CatFeatures.relationship.Vietnam', [469] 'CatFeatures.relationship.1st-4th' + [470] 'CatFeatures.relationship.South', [471] 'CatFeatures.relationship.Married-AF-spouse', [472] 'CatFeatures.relationship.Columbia', [473] 'CatFeatures.relationship.Japan', [474] 'CatFeatures.relationship.India', [475] 'CatFeatures.relationship.Cambodia', [476] 'CatFeatures.relationship.Poland', [477] 'CatFeatures.relationship.Laos', [478] 'CatFeatures.relationship.England', [479] 'CatFeatures.relationship.Cuba' + [480] 'CatFeatures.relationship.Taiwan', [481] 'CatFeatures.relationship.Preschool', [482] 'CatFeatures.relationship.Italy', [483] 'CatFeatures.relationship.Canada', [484] 'CatFeatures.relationship.Portugal', [485] 'CatFeatures.relationship.China', [486] 'CatFeatures.relationship.Nicaragua', [487] 'CatFeatures.relationship.Honduras', [488] 'CatFeatures.relationship.Iran', [489] 'CatFeatures.relationship.Scotland' + [490] 'CatFeatures.relationship.Jamaica', [491] 'CatFeatures.relationship.Ecuador', [492] 'CatFeatures.relationship.Yugoslavia', [493] 'CatFeatures.relationship.Hungary', [494] 'CatFeatures.relationship.Hong', [495] 'CatFeatures.relationship.Greece', [496] 'CatFeatures.relationship.Without-pay', [497] 'CatFeatures.relationship.Trinadad&Tobago', [498] 'CatFeatures.relationship.Outlying-US(Guam-USVI-etc)', [499] 'CatFeatures.relationship.France' + [500] 'CatFeatures.relationship.Never-worked', [501] 'CatFeatures.ethnicity.Private', [502] 'CatFeatures.ethnicity.11th', [503] 'CatFeatures.ethnicity.Never-married', [504] 'CatFeatures.ethnicity.Machine-op-inspct', [505] 'CatFeatures.ethnicity.Own-child', [506] 'CatFeatures.ethnicity.Black', [507] 'CatFeatures.ethnicity.Male', [508] 'CatFeatures.ethnicity.United-States', [509] 'CatFeatures.ethnicity.HS-grad' + [510] 'CatFeatures.ethnicity.Married-civ-spouse', [511] 'CatFeatures.ethnicity.Farming-fishing', [512] 'CatFeatures.ethnicity.Husband', [513] 'CatFeatures.ethnicity.White', [514] 'CatFeatures.ethnicity.Local-gov', [515] 'CatFeatures.ethnicity.Assoc-acdm', [516] 'CatFeatures.ethnicity.Protective-serv', [517] 'CatFeatures.ethnicity.Some-college', [518] 'CatFeatures.ethnicity.?', [519] 'CatFeatures.ethnicity.Female' + [520] 'CatFeatures.ethnicity.10th', [521] 'CatFeatures.ethnicity.Other-service', [522] 'CatFeatures.ethnicity.Not-in-family', [523] 'CatFeatures.ethnicity.Unmarried', [524] 'CatFeatures.ethnicity.Self-emp-not-inc', [525] 'CatFeatures.ethnicity.Prof-school', [526] 'CatFeatures.ethnicity.Prof-specialty', [527] 'CatFeatures.ethnicity.7th-8th', [528] 'CatFeatures.ethnicity.Craft-repair', [529] 'CatFeatures.ethnicity.Federal-gov' + [530] 'CatFeatures.ethnicity.Bachelors', [531] 'CatFeatures.ethnicity.Adm-clerical', [532] 'CatFeatures.ethnicity.Masters', [533] 'CatFeatures.ethnicity.Exec-managerial', [534] 'CatFeatures.ethnicity.State-gov', [535] 'CatFeatures.ethnicity.Wife', [536] 'CatFeatures.ethnicity.Widowed', [537] 'CatFeatures.ethnicity.Doctorate', [538] 'CatFeatures.ethnicity.Asian-Pac-Islander', [539] 'CatFeatures.ethnicity.Tech-support' + [540] 'CatFeatures.ethnicity.Divorced', [541] 'CatFeatures.ethnicity.Peru', [542] 'CatFeatures.ethnicity.Separated', [543] 'CatFeatures.ethnicity.Sales', [544] 'CatFeatures.ethnicity.5th-6th', [545] 'CatFeatures.ethnicity.Priv-house-serv', [546] 'CatFeatures.ethnicity.Guatemala', [547] 'CatFeatures.ethnicity.Self-emp-inc', [548] 'CatFeatures.ethnicity.Assoc-voc', [549] 'CatFeatures.ethnicity.Mexico' + [550] 'CatFeatures.ethnicity.Transport-moving', [551] 'CatFeatures.ethnicity.Handlers-cleaners', [552] 'CatFeatures.ethnicity.9th', [553] 'CatFeatures.ethnicity.Married-spouse-absent', [554] 'CatFeatures.ethnicity.Other', [555] 'CatFeatures.ethnicity.Dominican-Republic', [556] 'CatFeatures.ethnicity.Armed-Forces', [557] 'CatFeatures.ethnicity.Amer-Indian-Eskimo', [558] 'CatFeatures.ethnicity.Ireland', [559] 'CatFeatures.ethnicity.Germany' + [560] 'CatFeatures.ethnicity.12th', [561] 'CatFeatures.ethnicity.Other-relative', [562] 'CatFeatures.ethnicity.Philippines', [563] 'CatFeatures.ethnicity.Thailand', [564] 'CatFeatures.ethnicity.Haiti', [565] 'CatFeatures.ethnicity.El-Salvador', [566] 'CatFeatures.ethnicity.Puerto-Rico', [567] 'CatFeatures.ethnicity.Vietnam', [568] 'CatFeatures.ethnicity.1st-4th', [569] 'CatFeatures.ethnicity.South' + [570] 'CatFeatures.ethnicity.Married-AF-spouse', [571] 'CatFeatures.ethnicity.Columbia', [572] 'CatFeatures.ethnicity.Japan', [573] 'CatFeatures.ethnicity.India', [574] 'CatFeatures.ethnicity.Cambodia', [575] 'CatFeatures.ethnicity.Poland', [576] 'CatFeatures.ethnicity.Laos', [577] 'CatFeatures.ethnicity.England', [578] 'CatFeatures.ethnicity.Cuba', [579] 'CatFeatures.ethnicity.Taiwan' + [580] 'CatFeatures.ethnicity.Preschool', [581] 'CatFeatures.ethnicity.Italy', [582] 'CatFeatures.ethnicity.Canada', [583] 'CatFeatures.ethnicity.Portugal', [584] 'CatFeatures.ethnicity.China', [585] 'CatFeatures.ethnicity.Nicaragua', [586] 'CatFeatures.ethnicity.Honduras', [587] 'CatFeatures.ethnicity.Iran', [588] 'CatFeatures.ethnicity.Scotland', [589] 'CatFeatures.ethnicity.Jamaica' + [590] 'CatFeatures.ethnicity.Ecuador', [591] 'CatFeatures.ethnicity.Yugoslavia', [592] 'CatFeatures.ethnicity.Hungary', [593] 'CatFeatures.ethnicity.Hong', [594] 'CatFeatures.ethnicity.Greece', [595] 'CatFeatures.ethnicity.Without-pay', [596] 'CatFeatures.ethnicity.Trinadad&Tobago', [597] 'CatFeatures.ethnicity.Outlying-US(Guam-USVI-etc)', [598] 'CatFeatures.ethnicity.France', [599] 'CatFeatures.ethnicity.Never-worked' + [600] 'CatFeatures.sex.Private', [601] 'CatFeatures.sex.11th', [602] 'CatFeatures.sex.Never-married', [603] 'CatFeatures.sex.Machine-op-inspct', [604] 'CatFeatures.sex.Own-child', [605] 'CatFeatures.sex.Black', [606] 'CatFeatures.sex.Male', [607] 'CatFeatures.sex.United-States', [608] 'CatFeatures.sex.HS-grad', [609] 'CatFeatures.sex.Married-civ-spouse' + [610] 'CatFeatures.sex.Farming-fishing', [611] 'CatFeatures.sex.Husband', [612] 'CatFeatures.sex.White', [613] 'CatFeatures.sex.Local-gov', [614] 'CatFeatures.sex.Assoc-acdm', [615] 'CatFeatures.sex.Protective-serv', [616] 'CatFeatures.sex.Some-college', [617] 'CatFeatures.sex.?', [618] 'CatFeatures.sex.Female', [619] 'CatFeatures.sex.10th' + [620] 'CatFeatures.sex.Other-service', [621] 'CatFeatures.sex.Not-in-family', [622] 'CatFeatures.sex.Unmarried', [623] 'CatFeatures.sex.Self-emp-not-inc', [624] 'CatFeatures.sex.Prof-school', [625] 'CatFeatures.sex.Prof-specialty', [626] 'CatFeatures.sex.7th-8th', [627] 'CatFeatures.sex.Craft-repair', [628] 'CatFeatures.sex.Federal-gov', [629] 'CatFeatures.sex.Bachelors' + [630] 'CatFeatures.sex.Adm-clerical', [631] 'CatFeatures.sex.Masters', [632] 'CatFeatures.sex.Exec-managerial', [633] 'CatFeatures.sex.State-gov', [634] 'CatFeatures.sex.Wife', [635] 'CatFeatures.sex.Widowed', [636] 'CatFeatures.sex.Doctorate', [637] 'CatFeatures.sex.Asian-Pac-Islander', [638] 'CatFeatures.sex.Tech-support', [639] 'CatFeatures.sex.Divorced' + [640] 'CatFeatures.sex.Peru', [641] 'CatFeatures.sex.Separated', [642] 'CatFeatures.sex.Sales', [643] 'CatFeatures.sex.5th-6th', [644] 'CatFeatures.sex.Priv-house-serv', [645] 'CatFeatures.sex.Guatemala', [646] 'CatFeatures.sex.Self-emp-inc', [647] 'CatFeatures.sex.Assoc-voc', [648] 'CatFeatures.sex.Mexico', [649] 'CatFeatures.sex.Transport-moving' + [650] 'CatFeatures.sex.Handlers-cleaners', [651] 'CatFeatures.sex.9th', [652] 'CatFeatures.sex.Married-spouse-absent', [653] 'CatFeatures.sex.Other', [654] 'CatFeatures.sex.Dominican-Republic', [655] 'CatFeatures.sex.Armed-Forces', [656] 'CatFeatures.sex.Amer-Indian-Eskimo', [657] 'CatFeatures.sex.Ireland', [658] 'CatFeatures.sex.Germany', [659] 'CatFeatures.sex.12th' + [660] 'CatFeatures.sex.Other-relative', [661] 'CatFeatures.sex.Philippines', [662] 'CatFeatures.sex.Thailand', [663] 'CatFeatures.sex.Haiti', [664] 'CatFeatures.sex.El-Salvador', [665] 'CatFeatures.sex.Puerto-Rico', [666] 'CatFeatures.sex.Vietnam', [667] 'CatFeatures.sex.1st-4th', [668] 'CatFeatures.sex.South', [669] 'CatFeatures.sex.Married-AF-spouse' + [670] 'CatFeatures.sex.Columbia', [671] 'CatFeatures.sex.Japan', [672] 'CatFeatures.sex.India', [673] 'CatFeatures.sex.Cambodia', [674] 'CatFeatures.sex.Poland', [675] 'CatFeatures.sex.Laos', [676] 'CatFeatures.sex.England', [677] 'CatFeatures.sex.Cuba', [678] 'CatFeatures.sex.Taiwan', [679] 'CatFeatures.sex.Preschool' + [680] 'CatFeatures.sex.Italy', [681] 'CatFeatures.sex.Canada', [682] 'CatFeatures.sex.Portugal', [683] 'CatFeatures.sex.China', [684] 'CatFeatures.sex.Nicaragua', [685] 'CatFeatures.sex.Honduras', [686] 'CatFeatures.sex.Iran', [687] 'CatFeatures.sex.Scotland', [688] 'CatFeatures.sex.Jamaica', [689] 'CatFeatures.sex.Ecuador' + [690] 'CatFeatures.sex.Yugoslavia', [691] 'CatFeatures.sex.Hungary', [692] 'CatFeatures.sex.Hong', [693] 'CatFeatures.sex.Greece', [694] 'CatFeatures.sex.Without-pay', [695] 'CatFeatures.sex.Trinadad&Tobago', [696] 'CatFeatures.sex.Outlying-US(Guam-USVI-etc)', [697] 'CatFeatures.sex.France', [698] 'CatFeatures.sex.Never-worked', [699] 'CatFeatures.native-country.Private' + [700] 'CatFeatures.native-country.11th', [701] 'CatFeatures.native-country.Never-married', [702] 'CatFeatures.native-country.Machine-op-inspct', [703] 'CatFeatures.native-country.Own-child', [704] 'CatFeatures.native-country.Black', [705] 'CatFeatures.native-country.Male', [706] 'CatFeatures.native-country.United-States', [707] 'CatFeatures.native-country.HS-grad', [708] 'CatFeatures.native-country.Married-civ-spouse', [709] 'CatFeatures.native-country.Farming-fishing' + [710] 'CatFeatures.native-country.Husband', [711] 'CatFeatures.native-country.White', [712] 'CatFeatures.native-country.Local-gov', [713] 'CatFeatures.native-country.Assoc-acdm', [714] 'CatFeatures.native-country.Protective-serv', [715] 'CatFeatures.native-country.Some-college', [716] 'CatFeatures.native-country.?', [717] 'CatFeatures.native-country.Female', [718] 'CatFeatures.native-country.10th', [719] 'CatFeatures.native-country.Other-service' + [720] 'CatFeatures.native-country.Not-in-family', [721] 'CatFeatures.native-country.Unmarried', [722] 'CatFeatures.native-country.Self-emp-not-inc', [723] 'CatFeatures.native-country.Prof-school', [724] 'CatFeatures.native-country.Prof-specialty', [725] 'CatFeatures.native-country.7th-8th', [726] 'CatFeatures.native-country.Craft-repair', [727] 'CatFeatures.native-country.Federal-gov', [728] 'CatFeatures.native-country.Bachelors', [729] 'CatFeatures.native-country.Adm-clerical' + [730] 'CatFeatures.native-country.Masters', [731] 'CatFeatures.native-country.Exec-managerial', [732] 'CatFeatures.native-country.State-gov', [733] 'CatFeatures.native-country.Wife', [734] 'CatFeatures.native-country.Widowed', [735] 'CatFeatures.native-country.Doctorate', [736] 'CatFeatures.native-country.Asian-Pac-Islander', [737] 'CatFeatures.native-country.Tech-support', [738] 'CatFeatures.native-country.Divorced', [739] 'CatFeatures.native-country.Peru' + [740] 'CatFeatures.native-country.Separated', [741] 'CatFeatures.native-country.Sales', [742] 'CatFeatures.native-country.5th-6th', [743] 'CatFeatures.native-country.Priv-house-serv', [744] 'CatFeatures.native-country.Guatemala', [745] 'CatFeatures.native-country.Self-emp-inc', [746] 'CatFeatures.native-country.Assoc-voc', [747] 'CatFeatures.native-country.Mexico', [748] 'CatFeatures.native-country.Transport-moving', [749] 'CatFeatures.native-country.Handlers-cleaners' + [750] 'CatFeatures.native-country.9th', [751] 'CatFeatures.native-country.Married-spouse-absent', [752] 'CatFeatures.native-country.Other', [753] 'CatFeatures.native-country.Dominican-Republic', [754] 'CatFeatures.native-country.Armed-Forces', [755] 'CatFeatures.native-country.Amer-Indian-Eskimo', [756] 'CatFeatures.native-country.Ireland', [757] 'CatFeatures.native-country.Germany', [758] 'CatFeatures.native-country.12th', [759] 'CatFeatures.native-country.Other-relative' + [760] 'CatFeatures.native-country.Philippines', [761] 'CatFeatures.native-country.Thailand', [762] 'CatFeatures.native-country.Haiti', [763] 'CatFeatures.native-country.El-Salvador', [764] 'CatFeatures.native-country.Puerto-Rico', [765] 'CatFeatures.native-country.Vietnam', [766] 'CatFeatures.native-country.1st-4th', [767] 'CatFeatures.native-country.South', [768] 'CatFeatures.native-country.Married-AF-spouse', [769] 'CatFeatures.native-country.Columbia' + [770] 'CatFeatures.native-country.Japan', [771] 'CatFeatures.native-country.India', [772] 'CatFeatures.native-country.Cambodia', [773] 'CatFeatures.native-country.Poland', [774] 'CatFeatures.native-country.Laos', [775] 'CatFeatures.native-country.England', [776] 'CatFeatures.native-country.Cuba', [777] 'CatFeatures.native-country.Taiwan', [778] 'CatFeatures.native-country.Preschool', [779] 'CatFeatures.native-country.Italy' + [780] 'CatFeatures.native-country.Canada', [781] 'CatFeatures.native-country.Portugal', [782] 'CatFeatures.native-country.China', [783] 'CatFeatures.native-country.Nicaragua', [784] 'CatFeatures.native-country.Honduras', [785] 'CatFeatures.native-country.Iran', [786] 'CatFeatures.native-country.Scotland', [787] 'CatFeatures.native-country.Jamaica', [788] 'CatFeatures.native-country.Ecuador', [789] 'CatFeatures.native-country.Yugoslavia' + [790] 'CatFeatures.native-country.Hungary', [791] 'CatFeatures.native-country.Hong', [792] 'CatFeatures.native-country.Greece', [793] 'CatFeatures.native-country.Without-pay', [794] 'CatFeatures.native-country.Trinadad&Tobago', [795] 'CatFeatures.native-country.Outlying-US(Guam-USVI-etc)', [796] 'CatFeatures.native-country.France', [797] 'CatFeatures.native-country.Never-worked' diff --git a/test/BaselineOutput/Common/Command/codegen-out.cs b/test/BaselineOutput/Common/Command/codegen-out.cs new file mode 100644 index 0000000000..6bb4721a0d --- /dev/null +++ b/test/BaselineOutput/Common/Command/codegen-out.cs @@ -0,0 +1,70 @@ +using System; +using System.Collections.Generic; +using Microsoft.ML; + +namespace MLGeneratedCode +{ +public class Program +{ +/// +/// This is the input to the trained model. +/// +/// In most pipelines, not all columns that are used in training are also used in scoring. Namely, the label +/// and weight columns are almost never required at scoring time. Since we don't know which columns +/// are 'optional' in this sense, all the columns are listed below. +/// +/// You are free to remove any fields from the below class. If the fields are not required for scoring, the model +/// will continue to work. Otherwise, the exception will be thrown when a prediction engine is created. +/// +/// +public class InputData +{ + public Single Label; + + [VectorType(5)] + [ColumnName("F!1")] + public Single[] Column1 = new Single[5]; + + [VectorType(4)] + public Single[] F2 = new Single[4]; +} + +/// +/// This is the output of the scored model, the prediction. +/// +/// +public class ScoredOutput +{ + public Boolean PredictedLabel; + + public Single Score; + + public Single Probability; +} + +/*public static void Main(string[] args) +{ +string modelPath; +modelPath = "model.zip"; +PredictAsync(modelPath); +}*/ + +/// +/// This method demonstrates how to run prediction. +/// +/// +public static void Predict(string modelPath) +{ + var model = await PredictionModel.ReadAsync(modelPath); + + var inputData = new InputData(); + // TODO: populate the example's features. + + var score = model.Predict(inputData); + // TODO: consume the resulting score. + + var scores = model.Predict(new List { inputData, inputData }); + // TODO: consume the resulting scores. + } +} +} diff --git a/test/Microsoft.ML.Predictor.Tests/TestParallelFasttreeInterface.cs b/test/Microsoft.ML.Predictor.Tests/TestParallelFasttreeInterface.cs index 280451fd2b..ef45fd8bfa 100644 --- a/test/Microsoft.ML.Predictor.Tests/TestParallelFasttreeInterface.cs +++ b/test/Microsoft.ML.Predictor.Tests/TestParallelFasttreeInterface.cs @@ -173,7 +173,7 @@ public TestParallelFasttreeInterface(ITestOutputHelper helper) { } - [Fact] + [Fact(Skip = "'checker' is not a valid value for the 'parag' argument in FastTree")] [TestCategory("ParallelFasttree")] public void CheckFastTreeParallelInterface() { @@ -185,7 +185,8 @@ public void CheckFastTreeParallelInterface() var trainArgs = string.Format( "train data={{{0}}} loader=Text{{col=Label:0 col=F!1:1-5 col=F2:6-9}} xf=Concat{{col=Features:F!1,F2}} tr=FastTreeBinaryClassification{{lr=0.1 nl=12 mil=10 iter=1 parag=checker}} out={{{1}}}", dataPath, modelOutPath); - MainForTest(trainArgs); + var res = MainForTest(trainArgs); + Assert.Equal(0, res); } } } diff --git a/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs b/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs index 273028ddaa..6bd36e2cb8 100644 --- a/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs +++ b/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs @@ -2,6 +2,7 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +using Microsoft.ML.Runtime.Api; using Microsoft.ML.Runtime.Data; using Microsoft.ML.Runtime.Internal.Utilities; using Microsoft.ML.Runtime.Tools; @@ -26,6 +27,8 @@ public abstract partial class BaseTestBaseline : BaseTestClass protected BaseTestBaseline(ITestOutputHelper output) : base(output) { + // Load the commands in Microsoft.ML.Api. + Env.ComponentCatalog.RegisterAssembly(typeof(ComponentCreation).Assembly); } internal const string RawSuffix = ".raw"; @@ -815,13 +818,9 @@ protected static StreamReader OpenReader(string path) /// This method is used in unit tests when the output is not baselined. /// If the output is to be baselined and compared, the other overload should be used. /// - protected static int MainForTest(string args) + protected int MainForTest(string args) { - using (var env = new ConsoleEnvironment()) - { - int result = Maml.MainCore(env, args, false); - return result; - } + return Maml.MainCore(Env, args, false); } } diff --git a/test/Microsoft.ML.TestFramework/TestCommandBase.cs b/test/Microsoft.ML.TestFramework/TestCommandBase.cs index 75f8d5d1e0..51dd321cf3 100644 --- a/test/Microsoft.ML.TestFramework/TestCommandBase.cs +++ b/test/Microsoft.ML.TestFramework/TestCommandBase.cs @@ -674,10 +674,10 @@ public void CommandShowSchema() } [TestCategory(Cat)] - [Fact(Skip = "Need CoreTLC specific baseline update")] + [Fact] public void CommandShowSchemaModel() { - string trainDataPath = GetDataPath(@"..\UCI", "adult.test.tiny"); + string trainDataPath = GetDataPath("adult.test"); string modelPath = ModelPath().Path; string args = string.Format( @@ -924,29 +924,27 @@ public void CommandCrossValidationAndSave() // multiple different FastTree (Ranking and Classification for example) instances in different threads. // FastTree internally fails if we try to run it simultaneously and if this happens we wouldn't get model file for training. [TestCategory(Cat)] - [Fact(Skip = "Need CoreTLC specific baseline update")] + [Fact] public void CommandTrainFastTreeInDifferentThreads() { - var dataPath = GetDataPath("vw.dat"); - var firstModelOutPath = CreateOutputPath("TreeTransform-model2.zip"); - var secondModelOutPath = CreateOutputPath("TreeTransform-model1.zip"); - var trainArgs = "Train tr=SDCA loader=TextLoader{sep=space col=Label:R4:0 col=Features:R4:1 col=Name:TX:2,5-17 col=Cat:TX:3 col=Cat01:TX:4}" + "xf=CategoricalTransform{col=Cat col=Cat01} xf=Concat{col=Features:Features,Cat,Cat01} xf=TreeFeat{tr=FastTreeBinaryClassification} xf=TreeFeat" + "{tr=FastTreeRanking} xf=Concat{col=Features:Features,Leaves,Paths,Trees}"; + var dataPath = GetDataPath(TestDatasets.adult.testFilename); + var firstModelOutPath = DeleteOutputPath("TreeTransform-model2.zip"); + var secondModelOutPath = DeleteOutputPath("TreeTransform-model1.zip"); + var trainArgs = $"Train tr=SDCA {TestDatasets.adult.loaderSettings} {TestDatasets.adult.mamlExtraSettings[0]} {TestDatasets.adult.mamlExtraSettings[1]}" + + " xf=TreeFeat{tr=FastTreeBinaryClassification} xf=TreeFeat{tr=FastTreeRanking} xf=Concat{col=Features:Features,Leaves,Paths,Trees}"; - var firsttrainArgs = string.Format("{0} data={1} out={2}", trainArgs, dataPath, firstModelOutPath.Path); - var secondTrainArgs = string.Format("{0} data={1} out={2}", trainArgs, dataPath, secondModelOutPath.Path); + var firsttrainArgs = $"{trainArgs} data={dataPath} out={firstModelOutPath}"; + var secondTrainArgs = $"{trainArgs} data={dataPath} out={secondModelOutPath}"; - var t = new Task[2]; - t[0] = new Task(() => { MainForTest(firsttrainArgs); }); - t[1] = new Task(() => { MainForTest(secondTrainArgs); }); + var t = new Task[2]; + t[0] = new Task(() => MainForTest(firsttrainArgs)); + t[1] = new Task(() => MainForTest(secondTrainArgs)); t[0].Start(); t[1].Start(); Task.WaitAll(t); - if (!File.Exists(firstModelOutPath.Path)) - Fail("First model doesn't exist"); - if (!File.Exists(secondModelOutPath.Path)) - Fail("Second model doesn't exist"); - Done(); + Assert.Equal(0, t[0].Result); + Assert.Equal(0, t[1].Result); } [TestCategory(Cat), TestCategory("FastTree")] @@ -2099,5 +2097,29 @@ public void Datatypes() TestCore("savedata", intermediateData.Path, "loader=binary", "saver=text", textOutputPath.Arg("dout")); Done(); } + + [Fact] + public void CommandCodeGen() + { + // REVIEW petelu: this tests that the generated output matches the baseline. This does NOT baseline + // the console output. Currently, there's no console output either, but if some is added, a baseline test + // will be in order. + + // First, train a model on breast-cancer. + var dataPath = GetDataPath("breast-cancer.txt"); + var modelOutPath = DeleteOutputPath("Command", "codegen-model.zip"); + var csOutPath = DeleteOutputPath("Command", "codegen-out.cs"); + + var trainArgs = string.Format( + "train data={{{0}}} loader=Text{{col=Label:0 col=F!1:1-5 col=F2:6-9}} xf=Concat{{col=Features:F!1,F2}} tr=lr out={{{1}}}", + dataPath, modelOutPath); + MainForTest(trainArgs); + + // Now, generate the prediction code. + MainForTest(string.Format("codegen in={{{0}}} cs={{{1}}} modelNameOverride=model.zip", modelOutPath, csOutPath)); + CheckEquality("Command", "codegen-out.cs"); + + Done(); + } } } From 3eec8c4e29b8220df3b9a03bec1ab0e16030dd3c Mon Sep 17 00:00:00 2001 From: Yael Dekel Date: Fri, 16 Nov 2018 12:48:49 -0800 Subject: [PATCH 2/7] Disable new unit test on Linux and Mac --- test/Microsoft.ML.TestFramework/TestCommandBase.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Microsoft.ML.TestFramework/TestCommandBase.cs b/test/Microsoft.ML.TestFramework/TestCommandBase.cs index 51dd321cf3..7eec7f97d8 100644 --- a/test/Microsoft.ML.TestFramework/TestCommandBase.cs +++ b/test/Microsoft.ML.TestFramework/TestCommandBase.cs @@ -2101,6 +2101,9 @@ public void Datatypes() [Fact] public void CommandCodeGen() { + if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + return; + // REVIEW petelu: this tests that the generated output matches the baseline. This does NOT baseline // the console output. Currently, there's no console output either, but if some is added, a baseline test // will be in order. From 7ce9ae7d33283898c6d7d1dc6d377c08b808b4df Mon Sep 17 00:00:00 2001 From: Yael Dekel Date: Mon, 19 Nov 2018 10:00:20 -0800 Subject: [PATCH 3/7] PR comments --- src/Microsoft.ML.Api/CodeGenerationUtils.cs | 2 +- test/Microsoft.ML.TestFramework/TestCommandBase.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML.Api/CodeGenerationUtils.cs b/src/Microsoft.ML.Api/CodeGenerationUtils.cs index 1c39f1b9dd..b006af50b6 100644 --- a/src/Microsoft.ML.Api/CodeGenerationUtils.cs +++ b/src/Microsoft.ML.Api/CodeGenerationUtils.cs @@ -38,7 +38,7 @@ public static string MultiReplace(string text, Dictionary replac return replacement; }, RegexOptions.Singleline); - Contracts.Assert(seenTags == replacementMap.Count); + Contracts.Assert(0 < seenTags && seenTags <= replacementMap.Count); return result; } diff --git a/test/Microsoft.ML.TestFramework/TestCommandBase.cs b/test/Microsoft.ML.TestFramework/TestCommandBase.cs index 395d66d09c..357a7737e3 100644 --- a/test/Microsoft.ML.TestFramework/TestCommandBase.cs +++ b/test/Microsoft.ML.TestFramework/TestCommandBase.cs @@ -2102,7 +2102,7 @@ public void CommandCodeGen() if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) return; - // REVIEW petelu: this tests that the generated output matches the baseline. This does NOT baseline + // REVIEW: this tests that the generated output matches the baseline. This does NOT baseline // the console output. Currently, there's no console output either, but if some is added, a baseline test // will be in order. From 13a5ee38cca538cc35cd4394375f419dad5d8c9b Mon Sep 17 00:00:00 2001 From: Yael Dekel Date: Mon, 19 Nov 2018 12:40:19 -0800 Subject: [PATCH 4/7] Address PR comments --- src/Microsoft.ML.Api/CodeGenerationUtils.cs | 2 +- src/Microsoft.ML.Api/GenerateCodeCommand.cs | 12 ++++++------ .../GeneratedCodeTemplate.csresource | 10 +++++++++- .../Common/Command/codegen-out.cs | 19 ++++++++++++++++++- .../BaseTestBaseline.cs | 6 ++---- .../EnvironmentExtensions.cs | 2 ++ 6 files changed, 38 insertions(+), 13 deletions(-) diff --git a/src/Microsoft.ML.Api/CodeGenerationUtils.cs b/src/Microsoft.ML.Api/CodeGenerationUtils.cs index b006af50b6..1c39f1b9dd 100644 --- a/src/Microsoft.ML.Api/CodeGenerationUtils.cs +++ b/src/Microsoft.ML.Api/CodeGenerationUtils.cs @@ -38,7 +38,7 @@ public static string MultiReplace(string text, Dictionary replac return replacement; }, RegexOptions.Singleline); - Contracts.Assert(0 < seenTags && seenTags <= replacementMap.Count); + Contracts.Assert(seenTags == replacementMap.Count); return result; } diff --git a/src/Microsoft.ML.Api/GenerateCodeCommand.cs b/src/Microsoft.ML.Api/GenerateCodeCommand.cs index b6d33dfd63..44fe07479e 100644 --- a/src/Microsoft.ML.Api/GenerateCodeCommand.cs +++ b/src/Microsoft.ML.Api/GenerateCodeCommand.cs @@ -112,6 +112,7 @@ public void Run() : _host.CreateDefaultScorer(new RoleMappedData(transformPipe, label: null, "Features"), pred); } + var nonScoreSb = new StringBuilder(); var scoreSb = new StringBuilder(); for (int i = 0; i < scorer.Schema.ColumnCount; i++) { @@ -119,14 +120,12 @@ public void Run() continue; bool isScoreColumn = scorer.Schema.GetMetadataTypeOrNull(MetadataUtils.Kinds.ScoreColumnSetId, i) != null; - if (!isScoreColumn) - continue; - - if (scoreSb.Length > 0) - scoreSb.AppendLine(); + var sb = isScoreColumn ? scoreSb : nonScoreSb; + if (sb.Length > 0) + sb.AppendLine(); ColumnType colType = scorer.Schema.GetColumnType(i); - CodeGenerationUtils.AppendFieldDeclaration(codeProvider, scoreSb, i, scorer.Schema.GetColumnName(i), colType, false, _args.SparseVectorDeclaration); + CodeGenerationUtils.AppendFieldDeclaration(codeProvider, sb, i, scorer.Schema.GetColumnName(i), colType, false, _args.SparseVectorDeclaration); } // Turn model path into a C# identifier and insert it. @@ -139,6 +138,7 @@ public void Run() new Dictionary { { "EXAMPLE_CLASS_DECL", loaderSb.ToString() }, + { "SCORED_EXAMPLE_CLASS_DECL", nonScoreSb.ToString() }, { "SCORE_CLASS_DECL", scoreSb.ToString() }, { "MODEL_PATH", modelPath } }; diff --git a/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource b/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource index c75126e377..7a9e5ab5c1 100644 --- a/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource +++ b/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource @@ -31,6 +31,14 @@ public class ScoredOutput { /*#SCORE_CLASS_DECL#*/ /*#/SCORE_CLASS_DECL#*/ + + // These are all remaining available columns, either supplied as the input, or intermediate + // columns generated by the transforms. Materializing these columns has a performance cost, + // so they are commented out. Feel free to uncomment any column that is useful for your scenario. +#if false +/*#SCORED_EXAMPLE_CLASS_DECL#*/ +/*#/SCORED_EXAMPLE_CLASS_DECL#*/ +#endif } /*public static void Main(string[] args) @@ -45,7 +53,7 @@ PredictAsync(modelPath); /// This method demonstrates how to run prediction. /// /// -public static void Predict(string modelPath) +public static void PredictAsync(string modelPath) { var model = await PredictionModel.ReadAsync(modelPath); diff --git a/test/BaselineOutput/Common/Command/codegen-out.cs b/test/BaselineOutput/Common/Command/codegen-out.cs index 6bb4721a0d..b5de943f6b 100644 --- a/test/BaselineOutput/Common/Command/codegen-out.cs +++ b/test/BaselineOutput/Common/Command/codegen-out.cs @@ -40,6 +40,23 @@ public class ScoredOutput public Single Score; public Single Probability; + + // These are all remaining available columns, either supplied as the input, or intermediate + // columns generated by the transforms. Materializing these columns has a performance cost, + // so they are commented out. Feel free to uncomment any column that is useful for your scenario. +#if false + public Single Label; + + [VectorType(5)] + [ColumnName("F!1")] + public Single[] Column1; + + [VectorType(4)] + public Single[] F2; + + [VectorType(9)] + public Single[] Features; +#endif } /*public static void Main(string[] args) @@ -53,7 +70,7 @@ public class ScoredOutput /// This method demonstrates how to run prediction. /// /// -public static void Predict(string modelPath) +public static void PredictAsync(string modelPath) { var model = await PredictionModel.ReadAsync(modelPath); diff --git a/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs b/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs index db772c44c6..59de22b8a1 100644 --- a/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs +++ b/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs @@ -27,8 +27,6 @@ public abstract partial class BaseTestBaseline : BaseTestClass protected BaseTestBaseline(ITestOutputHelper output) : base(output) { - // Load the commands in Microsoft.ML.Api. - Env.ComponentCatalog.RegisterAssembly(typeof(ComponentCreation).Assembly); } internal const string RawSuffix = ".raw"; @@ -103,6 +101,7 @@ protected override void Initialize() _env = new ConsoleEnvironment(42, outWriter: LogWriter, errWriter: LogWriter) .AddStandardComponents(); ML = new MLContext(42); + ML.AddStandardComponents(); } // This method is used by subclass to dispose of disposable objects @@ -820,8 +819,7 @@ protected static StreamReader OpenReader(string path) /// protected int MainForTest(string args) { - var env = new MLContext(); - return Maml.MainCore(env, args, false); + return Maml.MainCore(ML, args, false); } } diff --git a/test/Microsoft.ML.TestFramework/EnvironmentExtensions.cs b/test/Microsoft.ML.TestFramework/EnvironmentExtensions.cs index 13a78fdf3f..090ebc00d0 100644 --- a/test/Microsoft.ML.TestFramework/EnvironmentExtensions.cs +++ b/test/Microsoft.ML.TestFramework/EnvironmentExtensions.cs @@ -3,6 +3,7 @@ // See the LICENSE file in the project root for more information. using Microsoft.ML.Runtime; +using Microsoft.ML.Runtime.Api; using Microsoft.ML.Runtime.Data; using Microsoft.ML.Runtime.Ensemble; using Microsoft.ML.Runtime.Learners; @@ -26,6 +27,7 @@ public static TEnvironment AddStandardComponents(this TEnvironment env.ComponentCatalog.RegisterAssembly(typeof(KMeansPredictor).Assembly); // ML.KMeansClustering env.ComponentCatalog.RegisterAssembly(typeof(PcaPredictor).Assembly); // ML.PCA env.ComponentCatalog.RegisterAssembly(typeof(Experiment).Assembly); // ML.Legacy + env.ComponentCatalog.RegisterAssembly(typeof(ComponentCreation).Assembly); // ML.Api return env; } } From f8c5737d0b665cedb19f7b1fb057db81d56f3517 Mon Sep 17 00:00:00 2001 From: Yael Dekel Date: Mon, 26 Nov 2018 10:42:16 -0800 Subject: [PATCH 5/7] Fix generated code template --- src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource b/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource index 7a9e5ab5c1..b550860bdc 100644 --- a/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource +++ b/src/Microsoft.ML.Api/GeneratedCodeTemplate.csresource @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; -using Microsoft.ML; +using Microsoft.ML.Legacy; +using Microsoft.ML.Runtime.Api; namespace MLGeneratedCode { @@ -53,7 +54,7 @@ PredictAsync(modelPath); /// This method demonstrates how to run prediction. /// /// -public static void PredictAsync(string modelPath) +public static async void PredictAsync(string modelPath) { var model = await PredictionModel.ReadAsync(modelPath); From b904b08e3e4fb4f43a7e5a269c48fb5de350db80 Mon Sep 17 00:00:00 2001 From: Yael Dekel Date: Tue, 27 Nov 2018 10:10:14 -0800 Subject: [PATCH 6/7] Update baseline --- test/BaselineOutput/Common/Command/codegen-out.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/BaselineOutput/Common/Command/codegen-out.cs b/test/BaselineOutput/Common/Command/codegen-out.cs index b5de943f6b..052a079dad 100644 --- a/test/BaselineOutput/Common/Command/codegen-out.cs +++ b/test/BaselineOutput/Common/Command/codegen-out.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; -using Microsoft.ML; +using Microsoft.ML.Legacy; +using Microsoft.ML.Runtime.Api; namespace MLGeneratedCode { @@ -70,7 +71,7 @@ public class ScoredOutput /// This method demonstrates how to run prediction. /// /// -public static void PredictAsync(string modelPath) +public static async void PredictAsync(string modelPath) { var model = await PredictionModel.ReadAsync(modelPath); From 0e1008e5dd4bf5c9a3d4cabbbbd0b1cf5b94c263 Mon Sep 17 00:00:00 2001 From: Yael Dekel Date: Tue, 27 Nov 2018 13:35:43 -0800 Subject: [PATCH 7/7] Update baseline --- .../Command/CommandShowSchemaModel-out.txt | 492 ++++++++---------- .../TestCommandBase.cs | 3 +- 2 files changed, 216 insertions(+), 279 deletions(-) diff --git a/test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt b/test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt index 7c348e1e2b..fcb90ce80c 100644 --- a/test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt +++ b/test/BaselineOutput/Common/Command/CommandShowSchemaModel-out.txt @@ -5,7 +5,7 @@ [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' CatFeaturesText: Vec Metadata 'SlotNames': Vec: Length=8, Count=8 - [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + [0] 'Workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country-region' Label: R4 ---- RowToRowMapperTransform ---- 4 columns: @@ -14,22 +14,20 @@ [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' CatFeaturesText: Vec Metadata 'SlotNames': Vec: Length=8, Count=8 - [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + [0] 'Workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country-region' Label: R4 - CatFeatures: Vec, 8> - Metadata 'KeyValues': Vec: Length=99, Count=99 + CatFeatures: Vec, 8> + Metadata 'KeyValues': Vec: Length=76, Count=76 [0] 'Private', [1] '11th', [2] 'Never-married', [3] 'Machine-op-inspct', [4] 'Own-child', [5] 'Black', [6] 'Male', [7] 'United-States', [8] 'HS-grad', [9] 'Married-civ-spouse' [10] 'Farming-fishing', [11] 'Husband', [12] 'White', [13] 'Local-gov', [14] 'Assoc-acdm', [15] 'Protective-serv', [16] 'Some-college', [17] '?', [18] 'Female', [19] '10th' [20] 'Other-service', [21] 'Not-in-family', [22] 'Unmarried', [23] 'Self-emp-not-inc', [24] 'Prof-school', [25] 'Prof-specialty', [26] '7th-8th', [27] 'Craft-repair', [28] 'Federal-gov', [29] 'Bachelors' [30] 'Adm-clerical', [31] 'Masters', [32] 'Exec-managerial', [33] 'State-gov', [34] 'Wife', [35] 'Widowed', [36] 'Doctorate', [37] 'Asian-Pac-Islander', [38] 'Tech-support', [39] 'Divorced' [40] 'Peru', [41] 'Separated', [42] 'Sales', [43] '5th-6th', [44] 'Priv-house-serv', [45] 'Guatemala', [46] 'Self-emp-inc', [47] 'Assoc-voc', [48] 'Mexico', [49] 'Transport-moving' - [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Eskimo', [57] 'Ireland', [58] 'Germany', [59] '12th' + [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Inuit', [57] 'Ireland', [58] 'Germany', [59] '12th' [60] 'Other-relative', [61] 'Philippines', [62] 'Thailand', [63] 'Haiti', [64] 'El-Salvador', [65] 'Puerto-Rico', [66] 'Vietnam', [67] '1st-4th', [68] 'South', [69] 'Married-AF-spouse' - [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos', [76] 'England', [77] 'Cuba', [78] 'Taiwan', [79] 'Preschool' - [80] 'Italy', [81] 'Canada', [82] 'Portugal', [83] 'China', [84] 'Nicaragua', [85] 'Honduras', [86] 'Iran', [87] 'Scotland', [88] 'Jamaica', [89] 'Ecuador' - [90] 'Yugoslavia', [91] 'Hungary', [92] 'Hong', [93] 'Greece', [94] 'Without-pay', [95] 'Trinadad&Tobago', [96] 'Outlying-US(Guam-USVI-etc)', [97] 'France', [98] 'Never-worked' + [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos' Metadata 'SlotNames': Vec: Length=8, Count=8 - [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + [0] 'Workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country-region' ---- RowToRowMapperTransform ---- 5 columns: NumFeatures: Vec @@ -37,108 +35,87 @@ [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' CatFeaturesText: Vec Metadata 'SlotNames': Vec: Length=8, Count=8 - [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + [0] 'Workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country-region' Label: R4 - CatFeatures: Vec, 8> - Metadata 'KeyValues': Vec: Length=99, Count=99 + CatFeatures: Vec, 8> + Metadata 'KeyValues': Vec: Length=76, Count=76 [0] 'Private', [1] '11th', [2] 'Never-married', [3] 'Machine-op-inspct', [4] 'Own-child', [5] 'Black', [6] 'Male', [7] 'United-States', [8] 'HS-grad', [9] 'Married-civ-spouse' [10] 'Farming-fishing', [11] 'Husband', [12] 'White', [13] 'Local-gov', [14] 'Assoc-acdm', [15] 'Protective-serv', [16] 'Some-college', [17] '?', [18] 'Female', [19] '10th' [20] 'Other-service', [21] 'Not-in-family', [22] 'Unmarried', [23] 'Self-emp-not-inc', [24] 'Prof-school', [25] 'Prof-specialty', [26] '7th-8th', [27] 'Craft-repair', [28] 'Federal-gov', [29] 'Bachelors' [30] 'Adm-clerical', [31] 'Masters', [32] 'Exec-managerial', [33] 'State-gov', [34] 'Wife', [35] 'Widowed', [36] 'Doctorate', [37] 'Asian-Pac-Islander', [38] 'Tech-support', [39] 'Divorced' [40] 'Peru', [41] 'Separated', [42] 'Sales', [43] '5th-6th', [44] 'Priv-house-serv', [45] 'Guatemala', [46] 'Self-emp-inc', [47] 'Assoc-voc', [48] 'Mexico', [49] 'Transport-moving' - [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Eskimo', [57] 'Ireland', [58] 'Germany', [59] '12th' + [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Inuit', [57] 'Ireland', [58] 'Germany', [59] '12th' [60] 'Other-relative', [61] 'Philippines', [62] 'Thailand', [63] 'Haiti', [64] 'El-Salvador', [65] 'Puerto-Rico', [66] 'Vietnam', [67] '1st-4th', [68] 'South', [69] 'Married-AF-spouse' - [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos', [76] 'England', [77] 'Cuba', [78] 'Taiwan', [79] 'Preschool' - [80] 'Italy', [81] 'Canada', [82] 'Portugal', [83] 'China', [84] 'Nicaragua', [85] 'Honduras', [86] 'Iran', [87] 'Scotland', [88] 'Jamaica', [89] 'Ecuador' - [90] 'Yugoslavia', [91] 'Hungary', [92] 'Hong', [93] 'Greece', [94] 'Without-pay', [95] 'Trinadad&Tobago', [96] 'Outlying-US(Guam-USVI-etc)', [97] 'France', [98] 'Never-worked' + [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos' Metadata 'SlotNames': Vec: Length=8, Count=8 - [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' - CatFeatures: Vec + [0] 'Workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country-region' + CatFeatures: Vec Metadata 'CategoricalSlotRanges': Vec: Length=16, Count=16 - [0] '0', [1] '98', [2] '99', [3] '197', [4] '198', [5] '296', [6] '297', [7] '395', [8] '396', [9] '494' - [10] '495', [11] '593', [12] '594', [13] '692', [14] '693', [15] '791' + [0] '0', [1] '75', [2] '76', [3] '151', [4] '152', [5] '227', [6] '228', [7] '303', [8] '304', [9] '379' + [10] '380', [11] '455', [12] '456', [13] '531', [14] '532', [15] '607' Metadata 'IsNormalized': Bool: '1' - Metadata 'SlotNames': Vec: Length=792, Count=792 - [0] 'workclass.Private', [1] 'workclass.11th', [2] 'workclass.Never-married', [3] 'workclass.Machine-op-inspct', [4] 'workclass.Own-child', [5] 'workclass.Black', [6] 'workclass.Male', [7] 'workclass.United-States', [8] 'workclass.HS-grad', [9] 'workclass.Married-civ-spouse' - [10] 'workclass.Farming-fishing', [11] 'workclass.Husband', [12] 'workclass.White', [13] 'workclass.Local-gov', [14] 'workclass.Assoc-acdm', [15] 'workclass.Protective-serv', [16] 'workclass.Some-college', [17] 'workclass.?', [18] 'workclass.Female', [19] 'workclass.10th' - [20] 'workclass.Other-service', [21] 'workclass.Not-in-family', [22] 'workclass.Unmarried', [23] 'workclass.Self-emp-not-inc', [24] 'workclass.Prof-school', [25] 'workclass.Prof-specialty', [26] 'workclass.7th-8th', [27] 'workclass.Craft-repair', [28] 'workclass.Federal-gov', [29] 'workclass.Bachelors' - [30] 'workclass.Adm-clerical', [31] 'workclass.Masters', [32] 'workclass.Exec-managerial', [33] 'workclass.State-gov', [34] 'workclass.Wife', [35] 'workclass.Widowed', [36] 'workclass.Doctorate', [37] 'workclass.Asian-Pac-Islander', [38] 'workclass.Tech-support', [39] 'workclass.Divorced' - [40] 'workclass.Peru', [41] 'workclass.Separated', [42] 'workclass.Sales', [43] 'workclass.5th-6th', [44] 'workclass.Priv-house-serv', [45] 'workclass.Guatemala', [46] 'workclass.Self-emp-inc', [47] 'workclass.Assoc-voc', [48] 'workclass.Mexico', [49] 'workclass.Transport-moving' - [50] 'workclass.Handlers-cleaners', [51] 'workclass.9th', [52] 'workclass.Married-spouse-absent', [53] 'workclass.Other', [54] 'workclass.Dominican-Republic', [55] 'workclass.Armed-Forces', [56] 'workclass.Amer-Indian-Eskimo', [57] 'workclass.Ireland', [58] 'workclass.Germany', [59] 'workclass.12th' - [60] 'workclass.Other-relative', [61] 'workclass.Philippines', [62] 'workclass.Thailand', [63] 'workclass.Haiti', [64] 'workclass.El-Salvador', [65] 'workclass.Puerto-Rico', [66] 'workclass.Vietnam', [67] 'workclass.1st-4th', [68] 'workclass.South', [69] 'workclass.Married-AF-spouse' - [70] 'workclass.Columbia', [71] 'workclass.Japan', [72] 'workclass.India', [73] 'workclass.Cambodia', [74] 'workclass.Poland', [75] 'workclass.Laos', [76] 'workclass.England', [77] 'workclass.Cuba', [78] 'workclass.Taiwan', [79] 'workclass.Preschool' - [80] 'workclass.Italy', [81] 'workclass.Canada', [82] 'workclass.Portugal', [83] 'workclass.China', [84] 'workclass.Nicaragua', [85] 'workclass.Honduras', [86] 'workclass.Iran', [87] 'workclass.Scotland', [88] 'workclass.Jamaica', [89] 'workclass.Ecuador' - [90] 'workclass.Yugoslavia', [91] 'workclass.Hungary', [92] 'workclass.Hong', [93] 'workclass.Greece', [94] 'workclass.Without-pay', [95] 'workclass.Trinadad&Tobago', [96] 'workclass.Outlying-US(Guam-USVI-etc)', [97] 'workclass.France', [98] 'workclass.Never-worked', [99] 'education.Private' - [100] 'education.11th', [101] 'education.Never-married', [102] 'education.Machine-op-inspct', [103] 'education.Own-child', [104] 'education.Black', [105] 'education.Male', [106] 'education.United-States', [107] 'education.HS-grad', [108] 'education.Married-civ-spouse', [109] 'education.Farming-fishing' - [110] 'education.Husband', [111] 'education.White', [112] 'education.Local-gov', [113] 'education.Assoc-acdm', [114] 'education.Protective-serv', [115] 'education.Some-college', [116] 'education.?', [117] 'education.Female', [118] 'education.10th', [119] 'education.Other-service' - [120] 'education.Not-in-family', [121] 'education.Unmarried', [122] 'education.Self-emp-not-inc', [123] 'education.Prof-school', [124] 'education.Prof-specialty', [125] 'education.7th-8th', [126] 'education.Craft-repair', [127] 'education.Federal-gov', [128] 'education.Bachelors', [129] 'education.Adm-clerical' - [130] 'education.Masters', [131] 'education.Exec-managerial', [132] 'education.State-gov', [133] 'education.Wife', [134] 'education.Widowed', [135] 'education.Doctorate', [136] 'education.Asian-Pac-Islander', [137] 'education.Tech-support', [138] 'education.Divorced', [139] 'education.Peru' - [140] 'education.Separated', [141] 'education.Sales', [142] 'education.5th-6th', [143] 'education.Priv-house-serv', [144] 'education.Guatemala', [145] 'education.Self-emp-inc', [146] 'education.Assoc-voc', [147] 'education.Mexico', [148] 'education.Transport-moving', [149] 'education.Handlers-cleaners' - [150] 'education.9th', [151] 'education.Married-spouse-absent', [152] 'education.Other', [153] 'education.Dominican-Republic', [154] 'education.Armed-Forces', [155] 'education.Amer-Indian-Eskimo', [156] 'education.Ireland', [157] 'education.Germany', [158] 'education.12th', [159] 'education.Other-relative' - [160] 'education.Philippines', [161] 'education.Thailand', [162] 'education.Haiti', [163] 'education.El-Salvador', [164] 'education.Puerto-Rico', [165] 'education.Vietnam', [166] 'education.1st-4th', [167] 'education.South', [168] 'education.Married-AF-spouse', [169] 'education.Columbia' - [170] 'education.Japan', [171] 'education.India', [172] 'education.Cambodia', [173] 'education.Poland', [174] 'education.Laos', [175] 'education.England', [176] 'education.Cuba', [177] 'education.Taiwan', [178] 'education.Preschool', [179] 'education.Italy' - [180] 'education.Canada', [181] 'education.Portugal', [182] 'education.China', [183] 'education.Nicaragua', [184] 'education.Honduras', [185] 'education.Iran', [186] 'education.Scotland', [187] 'education.Jamaica', [188] 'education.Ecuador', [189] 'education.Yugoslavia' - [190] 'education.Hungary', [191] 'education.Hong', [192] 'education.Greece', [193] 'education.Without-pay', [194] 'education.Trinadad&Tobago', [195] 'education.Outlying-US(Guam-USVI-etc)', [196] 'education.France', [197] 'education.Never-worked', [198] 'marital-status.Private', [199] 'marital-status.11th' - [200] 'marital-status.Never-married', [201] 'marital-status.Machine-op-inspct', [202] 'marital-status.Own-child', [203] 'marital-status.Black', [204] 'marital-status.Male', [205] 'marital-status.United-States', [206] 'marital-status.HS-grad', [207] 'marital-status.Married-civ-spouse', [208] 'marital-status.Farming-fishing', [209] 'marital-status.Husband' - [210] 'marital-status.White', [211] 'marital-status.Local-gov', [212] 'marital-status.Assoc-acdm', [213] 'marital-status.Protective-serv', [214] 'marital-status.Some-college', [215] 'marital-status.?', [216] 'marital-status.Female', [217] 'marital-status.10th', [218] 'marital-status.Other-service', [219] 'marital-status.Not-in-family' - [220] 'marital-status.Unmarried', [221] 'marital-status.Self-emp-not-inc', [222] 'marital-status.Prof-school', [223] 'marital-status.Prof-specialty', [224] 'marital-status.7th-8th', [225] 'marital-status.Craft-repair', [226] 'marital-status.Federal-gov', [227] 'marital-status.Bachelors', [228] 'marital-status.Adm-clerical', [229] 'marital-status.Masters' - [230] 'marital-status.Exec-managerial', [231] 'marital-status.State-gov', [232] 'marital-status.Wife', [233] 'marital-status.Widowed', [234] 'marital-status.Doctorate', [235] 'marital-status.Asian-Pac-Islander', [236] 'marital-status.Tech-support', [237] 'marital-status.Divorced', [238] 'marital-status.Peru', [239] 'marital-status.Separated' - [240] 'marital-status.Sales', [241] 'marital-status.5th-6th', [242] 'marital-status.Priv-house-serv', [243] 'marital-status.Guatemala', [244] 'marital-status.Self-emp-inc', [245] 'marital-status.Assoc-voc', [246] 'marital-status.Mexico', [247] 'marital-status.Transport-moving', [248] 'marital-status.Handlers-cleaners', [249] 'marital-status.9th' - [250] 'marital-status.Married-spouse-absent', [251] 'marital-status.Other', [252] 'marital-status.Dominican-Republic', [253] 'marital-status.Armed-Forces', [254] 'marital-status.Amer-Indian-Eskimo', [255] 'marital-status.Ireland', [256] 'marital-status.Germany', [257] 'marital-status.12th', [258] 'marital-status.Other-relative', [259] 'marital-status.Philippines' - [260] 'marital-status.Thailand', [261] 'marital-status.Haiti', [262] 'marital-status.El-Salvador', [263] 'marital-status.Puerto-Rico', [264] 'marital-status.Vietnam', [265] 'marital-status.1st-4th', [266] 'marital-status.South', [267] 'marital-status.Married-AF-spouse', [268] 'marital-status.Columbia', [269] 'marital-status.Japan' - [270] 'marital-status.India', [271] 'marital-status.Cambodia', [272] 'marital-status.Poland', [273] 'marital-status.Laos', [274] 'marital-status.England', [275] 'marital-status.Cuba', [276] 'marital-status.Taiwan', [277] 'marital-status.Preschool', [278] 'marital-status.Italy', [279] 'marital-status.Canada' - [280] 'marital-status.Portugal', [281] 'marital-status.China', [282] 'marital-status.Nicaragua', [283] 'marital-status.Honduras', [284] 'marital-status.Iran', [285] 'marital-status.Scotland', [286] 'marital-status.Jamaica', [287] 'marital-status.Ecuador', [288] 'marital-status.Yugoslavia', [289] 'marital-status.Hungary' - [290] 'marital-status.Hong', [291] 'marital-status.Greece', [292] 'marital-status.Without-pay', [293] 'marital-status.Trinadad&Tobago', [294] 'marital-status.Outlying-US(Guam-USVI-etc)', [295] 'marital-status.France', [296] 'marital-status.Never-worked', [297] 'occupation.Private', [298] 'occupation.11th', [299] 'occupation.Never-married' - [300] 'occupation.Machine-op-inspct', [301] 'occupation.Own-child', [302] 'occupation.Black', [303] 'occupation.Male', [304] 'occupation.United-States', [305] 'occupation.HS-grad', [306] 'occupation.Married-civ-spouse', [307] 'occupation.Farming-fishing', [308] 'occupation.Husband', [309] 'occupation.White' - [310] 'occupation.Local-gov', [311] 'occupation.Assoc-acdm', [312] 'occupation.Protective-serv', [313] 'occupation.Some-college', [314] 'occupation.?', [315] 'occupation.Female', [316] 'occupation.10th', [317] 'occupation.Other-service', [318] 'occupation.Not-in-family', [319] 'occupation.Unmarried' - [320] 'occupation.Self-emp-not-inc', [321] 'occupation.Prof-school', [322] 'occupation.Prof-specialty', [323] 'occupation.7th-8th', [324] 'occupation.Craft-repair', [325] 'occupation.Federal-gov', [326] 'occupation.Bachelors', [327] 'occupation.Adm-clerical', [328] 'occupation.Masters', [329] 'occupation.Exec-managerial' - [330] 'occupation.State-gov', [331] 'occupation.Wife', [332] 'occupation.Widowed', [333] 'occupation.Doctorate', [334] 'occupation.Asian-Pac-Islander', [335] 'occupation.Tech-support', [336] 'occupation.Divorced', [337] 'occupation.Peru', [338] 'occupation.Separated', [339] 'occupation.Sales' - [340] 'occupation.5th-6th', [341] 'occupation.Priv-house-serv', [342] 'occupation.Guatemala', [343] 'occupation.Self-emp-inc', [344] 'occupation.Assoc-voc', [345] 'occupation.Mexico', [346] 'occupation.Transport-moving', [347] 'occupation.Handlers-cleaners', [348] 'occupation.9th', [349] 'occupation.Married-spouse-absent' - [350] 'occupation.Other', [351] 'occupation.Dominican-Republic', [352] 'occupation.Armed-Forces', [353] 'occupation.Amer-Indian-Eskimo', [354] 'occupation.Ireland', [355] 'occupation.Germany', [356] 'occupation.12th', [357] 'occupation.Other-relative', [358] 'occupation.Philippines', [359] 'occupation.Thailand' - [360] 'occupation.Haiti', [361] 'occupation.El-Salvador', [362] 'occupation.Puerto-Rico', [363] 'occupation.Vietnam', [364] 'occupation.1st-4th', [365] 'occupation.South', [366] 'occupation.Married-AF-spouse', [367] 'occupation.Columbia', [368] 'occupation.Japan', [369] 'occupation.India' - [370] 'occupation.Cambodia', [371] 'occupation.Poland', [372] 'occupation.Laos', [373] 'occupation.England', [374] 'occupation.Cuba', [375] 'occupation.Taiwan', [376] 'occupation.Preschool', [377] 'occupation.Italy', [378] 'occupation.Canada', [379] 'occupation.Portugal' - [380] 'occupation.China', [381] 'occupation.Nicaragua', [382] 'occupation.Honduras', [383] 'occupation.Iran', [384] 'occupation.Scotland', [385] 'occupation.Jamaica', [386] 'occupation.Ecuador', [387] 'occupation.Yugoslavia', [388] 'occupation.Hungary', [389] 'occupation.Hong' - [390] 'occupation.Greece', [391] 'occupation.Without-pay', [392] 'occupation.Trinadad&Tobago', [393] 'occupation.Outlying-US(Guam-USVI-etc)', [394] 'occupation.France', [395] 'occupation.Never-worked', [396] 'relationship.Private', [397] 'relationship.11th', [398] 'relationship.Never-married', [399] 'relationship.Machine-op-inspct' - [400] 'relationship.Own-child', [401] 'relationship.Black', [402] 'relationship.Male', [403] 'relationship.United-States', [404] 'relationship.HS-grad', [405] 'relationship.Married-civ-spouse', [406] 'relationship.Farming-fishing', [407] 'relationship.Husband', [408] 'relationship.White', [409] 'relationship.Local-gov' - [410] 'relationship.Assoc-acdm', [411] 'relationship.Protective-serv', [412] 'relationship.Some-college', [413] 'relationship.?', [414] 'relationship.Female', [415] 'relationship.10th', [416] 'relationship.Other-service', [417] 'relationship.Not-in-family', [418] 'relationship.Unmarried', [419] 'relationship.Self-emp-not-inc' - [420] 'relationship.Prof-school', [421] 'relationship.Prof-specialty', [422] 'relationship.7th-8th', [423] 'relationship.Craft-repair', [424] 'relationship.Federal-gov', [425] 'relationship.Bachelors', [426] 'relationship.Adm-clerical', [427] 'relationship.Masters', [428] 'relationship.Exec-managerial', [429] 'relationship.State-gov' - [430] 'relationship.Wife', [431] 'relationship.Widowed', [432] 'relationship.Doctorate', [433] 'relationship.Asian-Pac-Islander', [434] 'relationship.Tech-support', [435] 'relationship.Divorced', [436] 'relationship.Peru', [437] 'relationship.Separated', [438] 'relationship.Sales', [439] 'relationship.5th-6th' - [440] 'relationship.Priv-house-serv', [441] 'relationship.Guatemala', [442] 'relationship.Self-emp-inc', [443] 'relationship.Assoc-voc', [444] 'relationship.Mexico', [445] 'relationship.Transport-moving', [446] 'relationship.Handlers-cleaners', [447] 'relationship.9th', [448] 'relationship.Married-spouse-absent', [449] 'relationship.Other' - [450] 'relationship.Dominican-Republic', [451] 'relationship.Armed-Forces', [452] 'relationship.Amer-Indian-Eskimo', [453] 'relationship.Ireland', [454] 'relationship.Germany', [455] 'relationship.12th', [456] 'relationship.Other-relative', [457] 'relationship.Philippines', [458] 'relationship.Thailand', [459] 'relationship.Haiti' - [460] 'relationship.El-Salvador', [461] 'relationship.Puerto-Rico', [462] 'relationship.Vietnam', [463] 'relationship.1st-4th', [464] 'relationship.South', [465] 'relationship.Married-AF-spouse', [466] 'relationship.Columbia', [467] 'relationship.Japan', [468] 'relationship.India', [469] 'relationship.Cambodia' - [470] 'relationship.Poland', [471] 'relationship.Laos', [472] 'relationship.England', [473] 'relationship.Cuba', [474] 'relationship.Taiwan', [475] 'relationship.Preschool', [476] 'relationship.Italy', [477] 'relationship.Canada', [478] 'relationship.Portugal', [479] 'relationship.China' - [480] 'relationship.Nicaragua', [481] 'relationship.Honduras', [482] 'relationship.Iran', [483] 'relationship.Scotland', [484] 'relationship.Jamaica', [485] 'relationship.Ecuador', [486] 'relationship.Yugoslavia', [487] 'relationship.Hungary', [488] 'relationship.Hong', [489] 'relationship.Greece' - [490] 'relationship.Without-pay', [491] 'relationship.Trinadad&Tobago', [492] 'relationship.Outlying-US(Guam-USVI-etc)', [493] 'relationship.France', [494] 'relationship.Never-worked', [495] 'ethnicity.Private', [496] 'ethnicity.11th', [497] 'ethnicity.Never-married', [498] 'ethnicity.Machine-op-inspct', [499] 'ethnicity.Own-child' - [500] 'ethnicity.Black', [501] 'ethnicity.Male', [502] 'ethnicity.United-States', [503] 'ethnicity.HS-grad', [504] 'ethnicity.Married-civ-spouse', [505] 'ethnicity.Farming-fishing', [506] 'ethnicity.Husband', [507] 'ethnicity.White', [508] 'ethnicity.Local-gov', [509] 'ethnicity.Assoc-acdm' - [510] 'ethnicity.Protective-serv', [511] 'ethnicity.Some-college', [512] 'ethnicity.?', [513] 'ethnicity.Female', [514] 'ethnicity.10th', [515] 'ethnicity.Other-service', [516] 'ethnicity.Not-in-family', [517] 'ethnicity.Unmarried', [518] 'ethnicity.Self-emp-not-inc', [519] 'ethnicity.Prof-school' - [520] 'ethnicity.Prof-specialty', [521] 'ethnicity.7th-8th', [522] 'ethnicity.Craft-repair', [523] 'ethnicity.Federal-gov', [524] 'ethnicity.Bachelors', [525] 'ethnicity.Adm-clerical', [526] 'ethnicity.Masters', [527] 'ethnicity.Exec-managerial', [528] 'ethnicity.State-gov', [529] 'ethnicity.Wife' - [530] 'ethnicity.Widowed', [531] 'ethnicity.Doctorate', [532] 'ethnicity.Asian-Pac-Islander', [533] 'ethnicity.Tech-support', [534] 'ethnicity.Divorced', [535] 'ethnicity.Peru', [536] 'ethnicity.Separated', [537] 'ethnicity.Sales', [538] 'ethnicity.5th-6th', [539] 'ethnicity.Priv-house-serv' - [540] 'ethnicity.Guatemala', [541] 'ethnicity.Self-emp-inc', [542] 'ethnicity.Assoc-voc', [543] 'ethnicity.Mexico', [544] 'ethnicity.Transport-moving', [545] 'ethnicity.Handlers-cleaners', [546] 'ethnicity.9th', [547] 'ethnicity.Married-spouse-absent', [548] 'ethnicity.Other', [549] 'ethnicity.Dominican-Republic' - [550] 'ethnicity.Armed-Forces', [551] 'ethnicity.Amer-Indian-Eskimo', [552] 'ethnicity.Ireland', [553] 'ethnicity.Germany', [554] 'ethnicity.12th', [555] 'ethnicity.Other-relative', [556] 'ethnicity.Philippines', [557] 'ethnicity.Thailand', [558] 'ethnicity.Haiti', [559] 'ethnicity.El-Salvador' - [560] 'ethnicity.Puerto-Rico', [561] 'ethnicity.Vietnam', [562] 'ethnicity.1st-4th', [563] 'ethnicity.South', [564] 'ethnicity.Married-AF-spouse', [565] 'ethnicity.Columbia', [566] 'ethnicity.Japan', [567] 'ethnicity.India', [568] 'ethnicity.Cambodia', [569] 'ethnicity.Poland' - [570] 'ethnicity.Laos', [571] 'ethnicity.England', [572] 'ethnicity.Cuba', [573] 'ethnicity.Taiwan', [574] 'ethnicity.Preschool', [575] 'ethnicity.Italy', [576] 'ethnicity.Canada', [577] 'ethnicity.Portugal', [578] 'ethnicity.China', [579] 'ethnicity.Nicaragua' - [580] 'ethnicity.Honduras', [581] 'ethnicity.Iran', [582] 'ethnicity.Scotland', [583] 'ethnicity.Jamaica', [584] 'ethnicity.Ecuador', [585] 'ethnicity.Yugoslavia', [586] 'ethnicity.Hungary', [587] 'ethnicity.Hong', [588] 'ethnicity.Greece', [589] 'ethnicity.Without-pay' - [590] 'ethnicity.Trinadad&Tobago', [591] 'ethnicity.Outlying-US(Guam-USVI-etc)', [592] 'ethnicity.France', [593] 'ethnicity.Never-worked', [594] 'sex.Private', [595] 'sex.11th', [596] 'sex.Never-married', [597] 'sex.Machine-op-inspct', [598] 'sex.Own-child', [599] 'sex.Black' - [600] 'sex.Male', [601] 'sex.United-States', [602] 'sex.HS-grad', [603] 'sex.Married-civ-spouse', [604] 'sex.Farming-fishing', [605] 'sex.Husband', [606] 'sex.White', [607] 'sex.Local-gov', [608] 'sex.Assoc-acdm', [609] 'sex.Protective-serv' - [610] 'sex.Some-college', [611] 'sex.?', [612] 'sex.Female', [613] 'sex.10th', [614] 'sex.Other-service', [615] 'sex.Not-in-family', [616] 'sex.Unmarried', [617] 'sex.Self-emp-not-inc', [618] 'sex.Prof-school', [619] 'sex.Prof-specialty' - [620] 'sex.7th-8th', [621] 'sex.Craft-repair', [622] 'sex.Federal-gov', [623] 'sex.Bachelors', [624] 'sex.Adm-clerical', [625] 'sex.Masters', [626] 'sex.Exec-managerial', [627] 'sex.State-gov', [628] 'sex.Wife', [629] 'sex.Widowed' - [630] 'sex.Doctorate', [631] 'sex.Asian-Pac-Islander', [632] 'sex.Tech-support', [633] 'sex.Divorced', [634] 'sex.Peru', [635] 'sex.Separated', [636] 'sex.Sales', [637] 'sex.5th-6th', [638] 'sex.Priv-house-serv', [639] 'sex.Guatemala' - [640] 'sex.Self-emp-inc', [641] 'sex.Assoc-voc', [642] 'sex.Mexico', [643] 'sex.Transport-moving', [644] 'sex.Handlers-cleaners', [645] 'sex.9th', [646] 'sex.Married-spouse-absent', [647] 'sex.Other', [648] 'sex.Dominican-Republic', [649] 'sex.Armed-Forces' - [650] 'sex.Amer-Indian-Eskimo', [651] 'sex.Ireland', [652] 'sex.Germany', [653] 'sex.12th', [654] 'sex.Other-relative', [655] 'sex.Philippines', [656] 'sex.Thailand', [657] 'sex.Haiti', [658] 'sex.El-Salvador', [659] 'sex.Puerto-Rico' - [660] 'sex.Vietnam', [661] 'sex.1st-4th', [662] 'sex.South', [663] 'sex.Married-AF-spouse', [664] 'sex.Columbia', [665] 'sex.Japan', [666] 'sex.India', [667] 'sex.Cambodia', [668] 'sex.Poland', [669] 'sex.Laos' - [670] 'sex.England', [671] 'sex.Cuba', [672] 'sex.Taiwan', [673] 'sex.Preschool', [674] 'sex.Italy', [675] 'sex.Canada', [676] 'sex.Portugal', [677] 'sex.China', [678] 'sex.Nicaragua', [679] 'sex.Honduras' - [680] 'sex.Iran', [681] 'sex.Scotland', [682] 'sex.Jamaica', [683] 'sex.Ecuador', [684] 'sex.Yugoslavia', [685] 'sex.Hungary', [686] 'sex.Hong', [687] 'sex.Greece', [688] 'sex.Without-pay', [689] 'sex.Trinadad&Tobago' - [690] 'sex.Outlying-US(Guam-USVI-etc)', [691] 'sex.France', [692] 'sex.Never-worked', [693] 'native-country.Private', [694] 'native-country.11th', [695] 'native-country.Never-married', [696] 'native-country.Machine-op-inspct', [697] 'native-country.Own-child', [698] 'native-country.Black', [699] 'native-country.Male' - [700] 'native-country.United-States', [701] 'native-country.HS-grad', [702] 'native-country.Married-civ-spouse', [703] 'native-country.Farming-fishing', [704] 'native-country.Husband', [705] 'native-country.White', [706] 'native-country.Local-gov', [707] 'native-country.Assoc-acdm', [708] 'native-country.Protective-serv', [709] 'native-country.Some-college' - [710] 'native-country.?', [711] 'native-country.Female', [712] 'native-country.10th', [713] 'native-country.Other-service', [714] 'native-country.Not-in-family', [715] 'native-country.Unmarried', [716] 'native-country.Self-emp-not-inc', [717] 'native-country.Prof-school', [718] 'native-country.Prof-specialty', [719] 'native-country.7th-8th' - [720] 'native-country.Craft-repair', [721] 'native-country.Federal-gov', [722] 'native-country.Bachelors', [723] 'native-country.Adm-clerical', [724] 'native-country.Masters', [725] 'native-country.Exec-managerial', [726] 'native-country.State-gov', [727] 'native-country.Wife', [728] 'native-country.Widowed', [729] 'native-country.Doctorate' - [730] 'native-country.Asian-Pac-Islander', [731] 'native-country.Tech-support', [732] 'native-country.Divorced', [733] 'native-country.Peru', [734] 'native-country.Separated', [735] 'native-country.Sales', [736] 'native-country.5th-6th', [737] 'native-country.Priv-house-serv', [738] 'native-country.Guatemala', [739] 'native-country.Self-emp-inc' - [740] 'native-country.Assoc-voc', [741] 'native-country.Mexico', [742] 'native-country.Transport-moving', [743] 'native-country.Handlers-cleaners', [744] 'native-country.9th', [745] 'native-country.Married-spouse-absent', [746] 'native-country.Other', [747] 'native-country.Dominican-Republic', [748] 'native-country.Armed-Forces', [749] 'native-country.Amer-Indian-Eskimo' - [750] 'native-country.Ireland', [751] 'native-country.Germany', [752] 'native-country.12th', [753] 'native-country.Other-relative', [754] 'native-country.Philippines', [755] 'native-country.Thailand', [756] 'native-country.Haiti', [757] 'native-country.El-Salvador', [758] 'native-country.Puerto-Rico', [759] 'native-country.Vietnam' - [760] 'native-country.1st-4th', [761] 'native-country.South', [762] 'native-country.Married-AF-spouse', [763] 'native-country.Columbia', [764] 'native-country.Japan', [765] 'native-country.India', [766] 'native-country.Cambodia', [767] 'native-country.Poland', [768] 'native-country.Laos', [769] 'native-country.England' - [770] 'native-country.Cuba', [771] 'native-country.Taiwan', [772] 'native-country.Preschool', [773] 'native-country.Italy', [774] 'native-country.Canada', [775] 'native-country.Portugal', [776] 'native-country.China', [777] 'native-country.Nicaragua', [778] 'native-country.Honduras', [779] 'native-country.Iran' - [780] 'native-country.Scotland', [781] 'native-country.Jamaica', [782] 'native-country.Ecuador', [783] 'native-country.Yugoslavia', [784] 'native-country.Hungary', [785] 'native-country.Hong', [786] 'native-country.Greece', [787] 'native-country.Without-pay', [788] 'native-country.Trinadad&Tobago', [789] 'native-country.Outlying-US(Guam-USVI-etc)' - [790] 'native-country.France', [791] 'native-country.Never-worked' + Metadata 'SlotNames': Vec: Length=608, Count=608 + [0] 'Workclass.Private', [1] 'Workclass.11th', [2] 'Workclass.Never-married', [3] 'Workclass.Machine-op-inspct', [4] 'Workclass.Own-child', [5] 'Workclass.Black', [6] 'Workclass.Male', [7] 'Workclass.United-States', [8] 'Workclass.HS-grad', [9] 'Workclass.Married-civ-spouse' + [10] 'Workclass.Farming-fishing', [11] 'Workclass.Husband', [12] 'Workclass.White', [13] 'Workclass.Local-gov', [14] 'Workclass.Assoc-acdm', [15] 'Workclass.Protective-serv', [16] 'Workclass.Some-college', [17] 'Workclass.?', [18] 'Workclass.Female', [19] 'Workclass.10th' + [20] 'Workclass.Other-service', [21] 'Workclass.Not-in-family', [22] 'Workclass.Unmarried', [23] 'Workclass.Self-emp-not-inc', [24] 'Workclass.Prof-school', [25] 'Workclass.Prof-specialty', [26] 'Workclass.7th-8th', [27] 'Workclass.Craft-repair', [28] 'Workclass.Federal-gov', [29] 'Workclass.Bachelors' + [30] 'Workclass.Adm-clerical', [31] 'Workclass.Masters', [32] 'Workclass.Exec-managerial', [33] 'Workclass.State-gov', [34] 'Workclass.Wife', [35] 'Workclass.Widowed', [36] 'Workclass.Doctorate', [37] 'Workclass.Asian-Pac-Islander', [38] 'Workclass.Tech-support', [39] 'Workclass.Divorced' + [40] 'Workclass.Peru', [41] 'Workclass.Separated', [42] 'Workclass.Sales', [43] 'Workclass.5th-6th', [44] 'Workclass.Priv-house-serv', [45] 'Workclass.Guatemala', [46] 'Workclass.Self-emp-inc', [47] 'Workclass.Assoc-voc', [48] 'Workclass.Mexico', [49] 'Workclass.Transport-moving' + [50] 'Workclass.Handlers-cleaners', [51] 'Workclass.9th', [52] 'Workclass.Married-spouse-absent', [53] 'Workclass.Other', [54] 'Workclass.Dominican-Republic', [55] 'Workclass.Armed-Forces', [56] 'Workclass.Amer-Indian-Inuit', [57] 'Workclass.Ireland', [58] 'Workclass.Germany', [59] 'Workclass.12th' + [60] 'Workclass.Other-relative', [61] 'Workclass.Philippines', [62] 'Workclass.Thailand', [63] 'Workclass.Haiti', [64] 'Workclass.El-Salvador', [65] 'Workclass.Puerto-Rico', [66] 'Workclass.Vietnam', [67] 'Workclass.1st-4th', [68] 'Workclass.South', [69] 'Workclass.Married-AF-spouse' + [70] 'Workclass.Columbia', [71] 'Workclass.Japan', [72] 'Workclass.India', [73] 'Workclass.Cambodia', [74] 'Workclass.Poland', [75] 'Workclass.Laos', [76] 'education.Private', [77] 'education.11th', [78] 'education.Never-married', [79] 'education.Machine-op-inspct' + [80] 'education.Own-child', [81] 'education.Black', [82] 'education.Male', [83] 'education.United-States', [84] 'education.HS-grad', [85] 'education.Married-civ-spouse', [86] 'education.Farming-fishing', [87] 'education.Husband', [88] 'education.White', [89] 'education.Local-gov' + [90] 'education.Assoc-acdm', [91] 'education.Protective-serv', [92] 'education.Some-college', [93] 'education.?', [94] 'education.Female', [95] 'education.10th', [96] 'education.Other-service', [97] 'education.Not-in-family', [98] 'education.Unmarried', [99] 'education.Self-emp-not-inc' + [100] 'education.Prof-school', [101] 'education.Prof-specialty', [102] 'education.7th-8th', [103] 'education.Craft-repair', [104] 'education.Federal-gov', [105] 'education.Bachelors', [106] 'education.Adm-clerical', [107] 'education.Masters', [108] 'education.Exec-managerial', [109] 'education.State-gov' + [110] 'education.Wife', [111] 'education.Widowed', [112] 'education.Doctorate', [113] 'education.Asian-Pac-Islander', [114] 'education.Tech-support', [115] 'education.Divorced', [116] 'education.Peru', [117] 'education.Separated', [118] 'education.Sales', [119] 'education.5th-6th' + [120] 'education.Priv-house-serv', [121] 'education.Guatemala', [122] 'education.Self-emp-inc', [123] 'education.Assoc-voc', [124] 'education.Mexico', [125] 'education.Transport-moving', [126] 'education.Handlers-cleaners', [127] 'education.9th', [128] 'education.Married-spouse-absent', [129] 'education.Other' + [130] 'education.Dominican-Republic', [131] 'education.Armed-Forces', [132] 'education.Amer-Indian-Inuit', [133] 'education.Ireland', [134] 'education.Germany', [135] 'education.12th', [136] 'education.Other-relative', [137] 'education.Philippines', [138] 'education.Thailand', [139] 'education.Haiti' + [140] 'education.El-Salvador', [141] 'education.Puerto-Rico', [142] 'education.Vietnam', [143] 'education.1st-4th', [144] 'education.South', [145] 'education.Married-AF-spouse', [146] 'education.Columbia', [147] 'education.Japan', [148] 'education.India', [149] 'education.Cambodia' + [150] 'education.Poland', [151] 'education.Laos', [152] 'marital-status.Private', [153] 'marital-status.11th', [154] 'marital-status.Never-married', [155] 'marital-status.Machine-op-inspct', [156] 'marital-status.Own-child', [157] 'marital-status.Black', [158] 'marital-status.Male', [159] 'marital-status.United-States' + [160] 'marital-status.HS-grad', [161] 'marital-status.Married-civ-spouse', [162] 'marital-status.Farming-fishing', [163] 'marital-status.Husband', [164] 'marital-status.White', [165] 'marital-status.Local-gov', [166] 'marital-status.Assoc-acdm', [167] 'marital-status.Protective-serv', [168] 'marital-status.Some-college', [169] 'marital-status.?' + [170] 'marital-status.Female', [171] 'marital-status.10th', [172] 'marital-status.Other-service', [173] 'marital-status.Not-in-family', [174] 'marital-status.Unmarried', [175] 'marital-status.Self-emp-not-inc', [176] 'marital-status.Prof-school', [177] 'marital-status.Prof-specialty', [178] 'marital-status.7th-8th', [179] 'marital-status.Craft-repair' + [180] 'marital-status.Federal-gov', [181] 'marital-status.Bachelors', [182] 'marital-status.Adm-clerical', [183] 'marital-status.Masters', [184] 'marital-status.Exec-managerial', [185] 'marital-status.State-gov', [186] 'marital-status.Wife', [187] 'marital-status.Widowed', [188] 'marital-status.Doctorate', [189] 'marital-status.Asian-Pac-Islander' + [190] 'marital-status.Tech-support', [191] 'marital-status.Divorced', [192] 'marital-status.Peru', [193] 'marital-status.Separated', [194] 'marital-status.Sales', [195] 'marital-status.5th-6th', [196] 'marital-status.Priv-house-serv', [197] 'marital-status.Guatemala', [198] 'marital-status.Self-emp-inc', [199] 'marital-status.Assoc-voc' + [200] 'marital-status.Mexico', [201] 'marital-status.Transport-moving', [202] 'marital-status.Handlers-cleaners', [203] 'marital-status.9th', [204] 'marital-status.Married-spouse-absent', [205] 'marital-status.Other', [206] 'marital-status.Dominican-Republic', [207] 'marital-status.Armed-Forces', [208] 'marital-status.Amer-Indian-Inuit', [209] 'marital-status.Ireland' + [210] 'marital-status.Germany', [211] 'marital-status.12th', [212] 'marital-status.Other-relative', [213] 'marital-status.Philippines', [214] 'marital-status.Thailand', [215] 'marital-status.Haiti', [216] 'marital-status.El-Salvador', [217] 'marital-status.Puerto-Rico', [218] 'marital-status.Vietnam', [219] 'marital-status.1st-4th' + [220] 'marital-status.South', [221] 'marital-status.Married-AF-spouse', [222] 'marital-status.Columbia', [223] 'marital-status.Japan', [224] 'marital-status.India', [225] 'marital-status.Cambodia', [226] 'marital-status.Poland', [227] 'marital-status.Laos', [228] 'occupation.Private', [229] 'occupation.11th' + [230] 'occupation.Never-married', [231] 'occupation.Machine-op-inspct', [232] 'occupation.Own-child', [233] 'occupation.Black', [234] 'occupation.Male', [235] 'occupation.United-States', [236] 'occupation.HS-grad', [237] 'occupation.Married-civ-spouse', [238] 'occupation.Farming-fishing', [239] 'occupation.Husband' + [240] 'occupation.White', [241] 'occupation.Local-gov', [242] 'occupation.Assoc-acdm', [243] 'occupation.Protective-serv', [244] 'occupation.Some-college', [245] 'occupation.?', [246] 'occupation.Female', [247] 'occupation.10th', [248] 'occupation.Other-service', [249] 'occupation.Not-in-family' + [250] 'occupation.Unmarried', [251] 'occupation.Self-emp-not-inc', [252] 'occupation.Prof-school', [253] 'occupation.Prof-specialty', [254] 'occupation.7th-8th', [255] 'occupation.Craft-repair', [256] 'occupation.Federal-gov', [257] 'occupation.Bachelors', [258] 'occupation.Adm-clerical', [259] 'occupation.Masters' + [260] 'occupation.Exec-managerial', [261] 'occupation.State-gov', [262] 'occupation.Wife', [263] 'occupation.Widowed', [264] 'occupation.Doctorate', [265] 'occupation.Asian-Pac-Islander', [266] 'occupation.Tech-support', [267] 'occupation.Divorced', [268] 'occupation.Peru', [269] 'occupation.Separated' + [270] 'occupation.Sales', [271] 'occupation.5th-6th', [272] 'occupation.Priv-house-serv', [273] 'occupation.Guatemala', [274] 'occupation.Self-emp-inc', [275] 'occupation.Assoc-voc', [276] 'occupation.Mexico', [277] 'occupation.Transport-moving', [278] 'occupation.Handlers-cleaners', [279] 'occupation.9th' + [280] 'occupation.Married-spouse-absent', [281] 'occupation.Other', [282] 'occupation.Dominican-Republic', [283] 'occupation.Armed-Forces', [284] 'occupation.Amer-Indian-Inuit', [285] 'occupation.Ireland', [286] 'occupation.Germany', [287] 'occupation.12th', [288] 'occupation.Other-relative', [289] 'occupation.Philippines' + [290] 'occupation.Thailand', [291] 'occupation.Haiti', [292] 'occupation.El-Salvador', [293] 'occupation.Puerto-Rico', [294] 'occupation.Vietnam', [295] 'occupation.1st-4th', [296] 'occupation.South', [297] 'occupation.Married-AF-spouse', [298] 'occupation.Columbia', [299] 'occupation.Japan' + [300] 'occupation.India', [301] 'occupation.Cambodia', [302] 'occupation.Poland', [303] 'occupation.Laos', [304] 'relationship.Private', [305] 'relationship.11th', [306] 'relationship.Never-married', [307] 'relationship.Machine-op-inspct', [308] 'relationship.Own-child', [309] 'relationship.Black' + [310] 'relationship.Male', [311] 'relationship.United-States', [312] 'relationship.HS-grad', [313] 'relationship.Married-civ-spouse', [314] 'relationship.Farming-fishing', [315] 'relationship.Husband', [316] 'relationship.White', [317] 'relationship.Local-gov', [318] 'relationship.Assoc-acdm', [319] 'relationship.Protective-serv' + [320] 'relationship.Some-college', [321] 'relationship.?', [322] 'relationship.Female', [323] 'relationship.10th', [324] 'relationship.Other-service', [325] 'relationship.Not-in-family', [326] 'relationship.Unmarried', [327] 'relationship.Self-emp-not-inc', [328] 'relationship.Prof-school', [329] 'relationship.Prof-specialty' + [330] 'relationship.7th-8th', [331] 'relationship.Craft-repair', [332] 'relationship.Federal-gov', [333] 'relationship.Bachelors', [334] 'relationship.Adm-clerical', [335] 'relationship.Masters', [336] 'relationship.Exec-managerial', [337] 'relationship.State-gov', [338] 'relationship.Wife', [339] 'relationship.Widowed' + [340] 'relationship.Doctorate', [341] 'relationship.Asian-Pac-Islander', [342] 'relationship.Tech-support', [343] 'relationship.Divorced', [344] 'relationship.Peru', [345] 'relationship.Separated', [346] 'relationship.Sales', [347] 'relationship.5th-6th', [348] 'relationship.Priv-house-serv', [349] 'relationship.Guatemala' + [350] 'relationship.Self-emp-inc', [351] 'relationship.Assoc-voc', [352] 'relationship.Mexico', [353] 'relationship.Transport-moving', [354] 'relationship.Handlers-cleaners', [355] 'relationship.9th', [356] 'relationship.Married-spouse-absent', [357] 'relationship.Other', [358] 'relationship.Dominican-Republic', [359] 'relationship.Armed-Forces' + [360] 'relationship.Amer-Indian-Inuit', [361] 'relationship.Ireland', [362] 'relationship.Germany', [363] 'relationship.12th', [364] 'relationship.Other-relative', [365] 'relationship.Philippines', [366] 'relationship.Thailand', [367] 'relationship.Haiti', [368] 'relationship.El-Salvador', [369] 'relationship.Puerto-Rico' + [370] 'relationship.Vietnam', [371] 'relationship.1st-4th', [372] 'relationship.South', [373] 'relationship.Married-AF-spouse', [374] 'relationship.Columbia', [375] 'relationship.Japan', [376] 'relationship.India', [377] 'relationship.Cambodia', [378] 'relationship.Poland', [379] 'relationship.Laos' + [380] 'ethnicity.Private', [381] 'ethnicity.11th', [382] 'ethnicity.Never-married', [383] 'ethnicity.Machine-op-inspct', [384] 'ethnicity.Own-child', [385] 'ethnicity.Black', [386] 'ethnicity.Male', [387] 'ethnicity.United-States', [388] 'ethnicity.HS-grad', [389] 'ethnicity.Married-civ-spouse' + [390] 'ethnicity.Farming-fishing', [391] 'ethnicity.Husband', [392] 'ethnicity.White', [393] 'ethnicity.Local-gov', [394] 'ethnicity.Assoc-acdm', [395] 'ethnicity.Protective-serv', [396] 'ethnicity.Some-college', [397] 'ethnicity.?', [398] 'ethnicity.Female', [399] 'ethnicity.10th' + [400] 'ethnicity.Other-service', [401] 'ethnicity.Not-in-family', [402] 'ethnicity.Unmarried', [403] 'ethnicity.Self-emp-not-inc', [404] 'ethnicity.Prof-school', [405] 'ethnicity.Prof-specialty', [406] 'ethnicity.7th-8th', [407] 'ethnicity.Craft-repair', [408] 'ethnicity.Federal-gov', [409] 'ethnicity.Bachelors' + [410] 'ethnicity.Adm-clerical', [411] 'ethnicity.Masters', [412] 'ethnicity.Exec-managerial', [413] 'ethnicity.State-gov', [414] 'ethnicity.Wife', [415] 'ethnicity.Widowed', [416] 'ethnicity.Doctorate', [417] 'ethnicity.Asian-Pac-Islander', [418] 'ethnicity.Tech-support', [419] 'ethnicity.Divorced' + [420] 'ethnicity.Peru', [421] 'ethnicity.Separated', [422] 'ethnicity.Sales', [423] 'ethnicity.5th-6th', [424] 'ethnicity.Priv-house-serv', [425] 'ethnicity.Guatemala', [426] 'ethnicity.Self-emp-inc', [427] 'ethnicity.Assoc-voc', [428] 'ethnicity.Mexico', [429] 'ethnicity.Transport-moving' + [430] 'ethnicity.Handlers-cleaners', [431] 'ethnicity.9th', [432] 'ethnicity.Married-spouse-absent', [433] 'ethnicity.Other', [434] 'ethnicity.Dominican-Republic', [435] 'ethnicity.Armed-Forces', [436] 'ethnicity.Amer-Indian-Inuit', [437] 'ethnicity.Ireland', [438] 'ethnicity.Germany', [439] 'ethnicity.12th' + [440] 'ethnicity.Other-relative', [441] 'ethnicity.Philippines', [442] 'ethnicity.Thailand', [443] 'ethnicity.Haiti', [444] 'ethnicity.El-Salvador', [445] 'ethnicity.Puerto-Rico', [446] 'ethnicity.Vietnam', [447] 'ethnicity.1st-4th', [448] 'ethnicity.South', [449] 'ethnicity.Married-AF-spouse' + [450] 'ethnicity.Columbia', [451] 'ethnicity.Japan', [452] 'ethnicity.India', [453] 'ethnicity.Cambodia', [454] 'ethnicity.Poland', [455] 'ethnicity.Laos', [456] 'sex.Private', [457] 'sex.11th', [458] 'sex.Never-married', [459] 'sex.Machine-op-inspct' + [460] 'sex.Own-child', [461] 'sex.Black', [462] 'sex.Male', [463] 'sex.United-States', [464] 'sex.HS-grad', [465] 'sex.Married-civ-spouse', [466] 'sex.Farming-fishing', [467] 'sex.Husband', [468] 'sex.White', [469] 'sex.Local-gov' + [470] 'sex.Assoc-acdm', [471] 'sex.Protective-serv', [472] 'sex.Some-college', [473] 'sex.?', [474] 'sex.Female', [475] 'sex.10th', [476] 'sex.Other-service', [477] 'sex.Not-in-family', [478] 'sex.Unmarried', [479] 'sex.Self-emp-not-inc' + [480] 'sex.Prof-school', [481] 'sex.Prof-specialty', [482] 'sex.7th-8th', [483] 'sex.Craft-repair', [484] 'sex.Federal-gov', [485] 'sex.Bachelors', [486] 'sex.Adm-clerical', [487] 'sex.Masters', [488] 'sex.Exec-managerial', [489] 'sex.State-gov' + [490] 'sex.Wife', [491] 'sex.Widowed', [492] 'sex.Doctorate', [493] 'sex.Asian-Pac-Islander', [494] 'sex.Tech-support', [495] 'sex.Divorced', [496] 'sex.Peru', [497] 'sex.Separated', [498] 'sex.Sales', [499] 'sex.5th-6th' + [500] 'sex.Priv-house-serv', [501] 'sex.Guatemala', [502] 'sex.Self-emp-inc', [503] 'sex.Assoc-voc', [504] 'sex.Mexico', [505] 'sex.Transport-moving', [506] 'sex.Handlers-cleaners', [507] 'sex.9th', [508] 'sex.Married-spouse-absent', [509] 'sex.Other' + [510] 'sex.Dominican-Republic', [511] 'sex.Armed-Forces', [512] 'sex.Amer-Indian-Inuit', [513] 'sex.Ireland', [514] 'sex.Germany', [515] 'sex.12th', [516] 'sex.Other-relative', [517] 'sex.Philippines', [518] 'sex.Thailand', [519] 'sex.Haiti' + [520] 'sex.El-Salvador', [521] 'sex.Puerto-Rico', [522] 'sex.Vietnam', [523] 'sex.1st-4th', [524] 'sex.South', [525] 'sex.Married-AF-spouse', [526] 'sex.Columbia', [527] 'sex.Japan', [528] 'sex.India', [529] 'sex.Cambodia' + [530] 'sex.Poland', [531] 'sex.Laos', [532] 'native-country-region.Private', [533] 'native-country-region.11th', [534] 'native-country-region.Never-married', [535] 'native-country-region.Machine-op-inspct', [536] 'native-country-region.Own-child', [537] 'native-country-region.Black', [538] 'native-country-region.Male', [539] 'native-country-region.United-States' + [540] 'native-country-region.HS-grad', [541] 'native-country-region.Married-civ-spouse', [542] 'native-country-region.Farming-fishing', [543] 'native-country-region.Husband', [544] 'native-country-region.White', [545] 'native-country-region.Local-gov', [546] 'native-country-region.Assoc-acdm', [547] 'native-country-region.Protective-serv', [548] 'native-country-region.Some-college', [549] 'native-country-region.?' + [550] 'native-country-region.Female', [551] 'native-country-region.10th', [552] 'native-country-region.Other-service', [553] 'native-country-region.Not-in-family', [554] 'native-country-region.Unmarried', [555] 'native-country-region.Self-emp-not-inc', [556] 'native-country-region.Prof-school', [557] 'native-country-region.Prof-specialty', [558] 'native-country-region.7th-8th', [559] 'native-country-region.Craft-repair' + [560] 'native-country-region.Federal-gov', [561] 'native-country-region.Bachelors', [562] 'native-country-region.Adm-clerical', [563] 'native-country-region.Masters', [564] 'native-country-region.Exec-managerial', [565] 'native-country-region.State-gov', [566] 'native-country-region.Wife', [567] 'native-country-region.Widowed', [568] 'native-country-region.Doctorate', [569] 'native-country-region.Asian-Pac-Islander' + [570] 'native-country-region.Tech-support', [571] 'native-country-region.Divorced', [572] 'native-country-region.Peru', [573] 'native-country-region.Separated', [574] 'native-country-region.Sales', [575] 'native-country-region.5th-6th', [576] 'native-country-region.Priv-house-serv', [577] 'native-country-region.Guatemala', [578] 'native-country-region.Self-emp-inc', [579] 'native-country-region.Assoc-voc' + [580] 'native-country-region.Mexico', [581] 'native-country-region.Transport-moving', [582] 'native-country-region.Handlers-cleaners', [583] 'native-country-region.9th', [584] 'native-country-region.Married-spouse-absent', [585] 'native-country-region.Other', [586] 'native-country-region.Dominican-Republic', [587] 'native-country-region.Armed-Forces', [588] 'native-country-region.Amer-Indian-Inuit', [589] 'native-country-region.Ireland' + [590] 'native-country-region.Germany', [591] 'native-country-region.12th', [592] 'native-country-region.Other-relative', [593] 'native-country-region.Philippines', [594] 'native-country-region.Thailand', [595] 'native-country-region.Haiti', [596] 'native-country-region.El-Salvador', [597] 'native-country-region.Puerto-Rico', [598] 'native-country-region.Vietnam', [599] 'native-country-region.1st-4th' + [600] 'native-country-region.South', [601] 'native-country-region.Married-AF-spouse', [602] 'native-country-region.Columbia', [603] 'native-country-region.Japan', [604] 'native-country-region.India', [605] 'native-country-region.Cambodia', [606] 'native-country-region.Poland', [607] 'native-country-region.Laos' ---- RowToRowMapperTransform ---- 6 columns: NumFeatures: Vec @@ -146,190 +123,151 @@ [0] 'age', [1] 'fnlwgt', [2] 'education-num', [3] 'capital-gain', [4] 'capital-loss', [5] 'hours-per-week' CatFeaturesText: Vec Metadata 'SlotNames': Vec: Length=8, Count=8 - [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' + [0] 'Workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country-region' Label: R4 - CatFeatures: Vec, 8> - Metadata 'KeyValues': Vec: Length=99, Count=99 + CatFeatures: Vec, 8> + Metadata 'KeyValues': Vec: Length=76, Count=76 [0] 'Private', [1] '11th', [2] 'Never-married', [3] 'Machine-op-inspct', [4] 'Own-child', [5] 'Black', [6] 'Male', [7] 'United-States', [8] 'HS-grad', [9] 'Married-civ-spouse' [10] 'Farming-fishing', [11] 'Husband', [12] 'White', [13] 'Local-gov', [14] 'Assoc-acdm', [15] 'Protective-serv', [16] 'Some-college', [17] '?', [18] 'Female', [19] '10th' [20] 'Other-service', [21] 'Not-in-family', [22] 'Unmarried', [23] 'Self-emp-not-inc', [24] 'Prof-school', [25] 'Prof-specialty', [26] '7th-8th', [27] 'Craft-repair', [28] 'Federal-gov', [29] 'Bachelors' [30] 'Adm-clerical', [31] 'Masters', [32] 'Exec-managerial', [33] 'State-gov', [34] 'Wife', [35] 'Widowed', [36] 'Doctorate', [37] 'Asian-Pac-Islander', [38] 'Tech-support', [39] 'Divorced' [40] 'Peru', [41] 'Separated', [42] 'Sales', [43] '5th-6th', [44] 'Priv-house-serv', [45] 'Guatemala', [46] 'Self-emp-inc', [47] 'Assoc-voc', [48] 'Mexico', [49] 'Transport-moving' - [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Eskimo', [57] 'Ireland', [58] 'Germany', [59] '12th' + [50] 'Handlers-cleaners', [51] '9th', [52] 'Married-spouse-absent', [53] 'Other', [54] 'Dominican-Republic', [55] 'Armed-Forces', [56] 'Amer-Indian-Inuit', [57] 'Ireland', [58] 'Germany', [59] '12th' [60] 'Other-relative', [61] 'Philippines', [62] 'Thailand', [63] 'Haiti', [64] 'El-Salvador', [65] 'Puerto-Rico', [66] 'Vietnam', [67] '1st-4th', [68] 'South', [69] 'Married-AF-spouse' - [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos', [76] 'England', [77] 'Cuba', [78] 'Taiwan', [79] 'Preschool' - [80] 'Italy', [81] 'Canada', [82] 'Portugal', [83] 'China', [84] 'Nicaragua', [85] 'Honduras', [86] 'Iran', [87] 'Scotland', [88] 'Jamaica', [89] 'Ecuador' - [90] 'Yugoslavia', [91] 'Hungary', [92] 'Hong', [93] 'Greece', [94] 'Without-pay', [95] 'Trinadad&Tobago', [96] 'Outlying-US(Guam-USVI-etc)', [97] 'France', [98] 'Never-worked' + [70] 'Columbia', [71] 'Japan', [72] 'India', [73] 'Cambodia', [74] 'Poland', [75] 'Laos' Metadata 'SlotNames': Vec: Length=8, Count=8 - [0] 'workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country' - CatFeatures: Vec + [0] 'Workclass', [1] 'education', [2] 'marital-status', [3] 'occupation', [4] 'relationship', [5] 'ethnicity', [6] 'sex', [7] 'native-country-region' + CatFeatures: Vec Metadata 'CategoricalSlotRanges': Vec: Length=16, Count=16 - [0] '0', [1] '98', [2] '99', [3] '197', [4] '198', [5] '296', [6] '297', [7] '395', [8] '396', [9] '494' - [10] '495', [11] '593', [12] '594', [13] '692', [14] '693', [15] '791' + [0] '0', [1] '75', [2] '76', [3] '151', [4] '152', [5] '227', [6] '228', [7] '303', [8] '304', [9] '379' + [10] '380', [11] '455', [12] '456', [13] '531', [14] '532', [15] '607' Metadata 'IsNormalized': Bool: '1' - Metadata 'SlotNames': Vec: Length=792, Count=792 - [0] 'workclass.Private', [1] 'workclass.11th', [2] 'workclass.Never-married', [3] 'workclass.Machine-op-inspct', [4] 'workclass.Own-child', [5] 'workclass.Black', [6] 'workclass.Male', [7] 'workclass.United-States', [8] 'workclass.HS-grad', [9] 'workclass.Married-civ-spouse' - [10] 'workclass.Farming-fishing', [11] 'workclass.Husband', [12] 'workclass.White', [13] 'workclass.Local-gov', [14] 'workclass.Assoc-acdm', [15] 'workclass.Protective-serv', [16] 'workclass.Some-college', [17] 'workclass.?', [18] 'workclass.Female', [19] 'workclass.10th' - [20] 'workclass.Other-service', [21] 'workclass.Not-in-family', [22] 'workclass.Unmarried', [23] 'workclass.Self-emp-not-inc', [24] 'workclass.Prof-school', [25] 'workclass.Prof-specialty', [26] 'workclass.7th-8th', [27] 'workclass.Craft-repair', [28] 'workclass.Federal-gov', [29] 'workclass.Bachelors' - [30] 'workclass.Adm-clerical', [31] 'workclass.Masters', [32] 'workclass.Exec-managerial', [33] 'workclass.State-gov', [34] 'workclass.Wife', [35] 'workclass.Widowed', [36] 'workclass.Doctorate', [37] 'workclass.Asian-Pac-Islander', [38] 'workclass.Tech-support', [39] 'workclass.Divorced' - [40] 'workclass.Peru', [41] 'workclass.Separated', [42] 'workclass.Sales', [43] 'workclass.5th-6th', [44] 'workclass.Priv-house-serv', [45] 'workclass.Guatemala', [46] 'workclass.Self-emp-inc', [47] 'workclass.Assoc-voc', [48] 'workclass.Mexico', [49] 'workclass.Transport-moving' - [50] 'workclass.Handlers-cleaners', [51] 'workclass.9th', [52] 'workclass.Married-spouse-absent', [53] 'workclass.Other', [54] 'workclass.Dominican-Republic', [55] 'workclass.Armed-Forces', [56] 'workclass.Amer-Indian-Eskimo', [57] 'workclass.Ireland', [58] 'workclass.Germany', [59] 'workclass.12th' - [60] 'workclass.Other-relative', [61] 'workclass.Philippines', [62] 'workclass.Thailand', [63] 'workclass.Haiti', [64] 'workclass.El-Salvador', [65] 'workclass.Puerto-Rico', [66] 'workclass.Vietnam', [67] 'workclass.1st-4th', [68] 'workclass.South', [69] 'workclass.Married-AF-spouse' - [70] 'workclass.Columbia', [71] 'workclass.Japan', [72] 'workclass.India', [73] 'workclass.Cambodia', [74] 'workclass.Poland', [75] 'workclass.Laos', [76] 'workclass.England', [77] 'workclass.Cuba', [78] 'workclass.Taiwan', [79] 'workclass.Preschool' - [80] 'workclass.Italy', [81] 'workclass.Canada', [82] 'workclass.Portugal', [83] 'workclass.China', [84] 'workclass.Nicaragua', [85] 'workclass.Honduras', [86] 'workclass.Iran', [87] 'workclass.Scotland', [88] 'workclass.Jamaica', [89] 'workclass.Ecuador' - [90] 'workclass.Yugoslavia', [91] 'workclass.Hungary', [92] 'workclass.Hong', [93] 'workclass.Greece', [94] 'workclass.Without-pay', [95] 'workclass.Trinadad&Tobago', [96] 'workclass.Outlying-US(Guam-USVI-etc)', [97] 'workclass.France', [98] 'workclass.Never-worked', [99] 'education.Private' - [100] 'education.11th', [101] 'education.Never-married', [102] 'education.Machine-op-inspct', [103] 'education.Own-child', [104] 'education.Black', [105] 'education.Male', [106] 'education.United-States', [107] 'education.HS-grad', [108] 'education.Married-civ-spouse', [109] 'education.Farming-fishing' - [110] 'education.Husband', [111] 'education.White', [112] 'education.Local-gov', [113] 'education.Assoc-acdm', [114] 'education.Protective-serv', [115] 'education.Some-college', [116] 'education.?', [117] 'education.Female', [118] 'education.10th', [119] 'education.Other-service' - [120] 'education.Not-in-family', [121] 'education.Unmarried', [122] 'education.Self-emp-not-inc', [123] 'education.Prof-school', [124] 'education.Prof-specialty', [125] 'education.7th-8th', [126] 'education.Craft-repair', [127] 'education.Federal-gov', [128] 'education.Bachelors', [129] 'education.Adm-clerical' - [130] 'education.Masters', [131] 'education.Exec-managerial', [132] 'education.State-gov', [133] 'education.Wife', [134] 'education.Widowed', [135] 'education.Doctorate', [136] 'education.Asian-Pac-Islander', [137] 'education.Tech-support', [138] 'education.Divorced', [139] 'education.Peru' - [140] 'education.Separated', [141] 'education.Sales', [142] 'education.5th-6th', [143] 'education.Priv-house-serv', [144] 'education.Guatemala', [145] 'education.Self-emp-inc', [146] 'education.Assoc-voc', [147] 'education.Mexico', [148] 'education.Transport-moving', [149] 'education.Handlers-cleaners' - [150] 'education.9th', [151] 'education.Married-spouse-absent', [152] 'education.Other', [153] 'education.Dominican-Republic', [154] 'education.Armed-Forces', [155] 'education.Amer-Indian-Eskimo', [156] 'education.Ireland', [157] 'education.Germany', [158] 'education.12th', [159] 'education.Other-relative' - [160] 'education.Philippines', [161] 'education.Thailand', [162] 'education.Haiti', [163] 'education.El-Salvador', [164] 'education.Puerto-Rico', [165] 'education.Vietnam', [166] 'education.1st-4th', [167] 'education.South', [168] 'education.Married-AF-spouse', [169] 'education.Columbia' - [170] 'education.Japan', [171] 'education.India', [172] 'education.Cambodia', [173] 'education.Poland', [174] 'education.Laos', [175] 'education.England', [176] 'education.Cuba', [177] 'education.Taiwan', [178] 'education.Preschool', [179] 'education.Italy' - [180] 'education.Canada', [181] 'education.Portugal', [182] 'education.China', [183] 'education.Nicaragua', [184] 'education.Honduras', [185] 'education.Iran', [186] 'education.Scotland', [187] 'education.Jamaica', [188] 'education.Ecuador', [189] 'education.Yugoslavia' - [190] 'education.Hungary', [191] 'education.Hong', [192] 'education.Greece', [193] 'education.Without-pay', [194] 'education.Trinadad&Tobago', [195] 'education.Outlying-US(Guam-USVI-etc)', [196] 'education.France', [197] 'education.Never-worked', [198] 'marital-status.Private', [199] 'marital-status.11th' - [200] 'marital-status.Never-married', [201] 'marital-status.Machine-op-inspct', [202] 'marital-status.Own-child', [203] 'marital-status.Black', [204] 'marital-status.Male', [205] 'marital-status.United-States', [206] 'marital-status.HS-grad', [207] 'marital-status.Married-civ-spouse', [208] 'marital-status.Farming-fishing', [209] 'marital-status.Husband' - [210] 'marital-status.White', [211] 'marital-status.Local-gov', [212] 'marital-status.Assoc-acdm', [213] 'marital-status.Protective-serv', [214] 'marital-status.Some-college', [215] 'marital-status.?', [216] 'marital-status.Female', [217] 'marital-status.10th', [218] 'marital-status.Other-service', [219] 'marital-status.Not-in-family' - [220] 'marital-status.Unmarried', [221] 'marital-status.Self-emp-not-inc', [222] 'marital-status.Prof-school', [223] 'marital-status.Prof-specialty', [224] 'marital-status.7th-8th', [225] 'marital-status.Craft-repair', [226] 'marital-status.Federal-gov', [227] 'marital-status.Bachelors', [228] 'marital-status.Adm-clerical', [229] 'marital-status.Masters' - [230] 'marital-status.Exec-managerial', [231] 'marital-status.State-gov', [232] 'marital-status.Wife', [233] 'marital-status.Widowed', [234] 'marital-status.Doctorate', [235] 'marital-status.Asian-Pac-Islander', [236] 'marital-status.Tech-support', [237] 'marital-status.Divorced', [238] 'marital-status.Peru', [239] 'marital-status.Separated' - [240] 'marital-status.Sales', [241] 'marital-status.5th-6th', [242] 'marital-status.Priv-house-serv', [243] 'marital-status.Guatemala', [244] 'marital-status.Self-emp-inc', [245] 'marital-status.Assoc-voc', [246] 'marital-status.Mexico', [247] 'marital-status.Transport-moving', [248] 'marital-status.Handlers-cleaners', [249] 'marital-status.9th' - [250] 'marital-status.Married-spouse-absent', [251] 'marital-status.Other', [252] 'marital-status.Dominican-Republic', [253] 'marital-status.Armed-Forces', [254] 'marital-status.Amer-Indian-Eskimo', [255] 'marital-status.Ireland', [256] 'marital-status.Germany', [257] 'marital-status.12th', [258] 'marital-status.Other-relative', [259] 'marital-status.Philippines' - [260] 'marital-status.Thailand', [261] 'marital-status.Haiti', [262] 'marital-status.El-Salvador', [263] 'marital-status.Puerto-Rico', [264] 'marital-status.Vietnam', [265] 'marital-status.1st-4th', [266] 'marital-status.South', [267] 'marital-status.Married-AF-spouse', [268] 'marital-status.Columbia', [269] 'marital-status.Japan' - [270] 'marital-status.India', [271] 'marital-status.Cambodia', [272] 'marital-status.Poland', [273] 'marital-status.Laos', [274] 'marital-status.England', [275] 'marital-status.Cuba', [276] 'marital-status.Taiwan', [277] 'marital-status.Preschool', [278] 'marital-status.Italy', [279] 'marital-status.Canada' - [280] 'marital-status.Portugal', [281] 'marital-status.China', [282] 'marital-status.Nicaragua', [283] 'marital-status.Honduras', [284] 'marital-status.Iran', [285] 'marital-status.Scotland', [286] 'marital-status.Jamaica', [287] 'marital-status.Ecuador', [288] 'marital-status.Yugoslavia', [289] 'marital-status.Hungary' - [290] 'marital-status.Hong', [291] 'marital-status.Greece', [292] 'marital-status.Without-pay', [293] 'marital-status.Trinadad&Tobago', [294] 'marital-status.Outlying-US(Guam-USVI-etc)', [295] 'marital-status.France', [296] 'marital-status.Never-worked', [297] 'occupation.Private', [298] 'occupation.11th', [299] 'occupation.Never-married' - [300] 'occupation.Machine-op-inspct', [301] 'occupation.Own-child', [302] 'occupation.Black', [303] 'occupation.Male', [304] 'occupation.United-States', [305] 'occupation.HS-grad', [306] 'occupation.Married-civ-spouse', [307] 'occupation.Farming-fishing', [308] 'occupation.Husband', [309] 'occupation.White' - [310] 'occupation.Local-gov', [311] 'occupation.Assoc-acdm', [312] 'occupation.Protective-serv', [313] 'occupation.Some-college', [314] 'occupation.?', [315] 'occupation.Female', [316] 'occupation.10th', [317] 'occupation.Other-service', [318] 'occupation.Not-in-family', [319] 'occupation.Unmarried' - [320] 'occupation.Self-emp-not-inc', [321] 'occupation.Prof-school', [322] 'occupation.Prof-specialty', [323] 'occupation.7th-8th', [324] 'occupation.Craft-repair', [325] 'occupation.Federal-gov', [326] 'occupation.Bachelors', [327] 'occupation.Adm-clerical', [328] 'occupation.Masters', [329] 'occupation.Exec-managerial' - [330] 'occupation.State-gov', [331] 'occupation.Wife', [332] 'occupation.Widowed', [333] 'occupation.Doctorate', [334] 'occupation.Asian-Pac-Islander', [335] 'occupation.Tech-support', [336] 'occupation.Divorced', [337] 'occupation.Peru', [338] 'occupation.Separated', [339] 'occupation.Sales' - [340] 'occupation.5th-6th', [341] 'occupation.Priv-house-serv', [342] 'occupation.Guatemala', [343] 'occupation.Self-emp-inc', [344] 'occupation.Assoc-voc', [345] 'occupation.Mexico', [346] 'occupation.Transport-moving', [347] 'occupation.Handlers-cleaners', [348] 'occupation.9th', [349] 'occupation.Married-spouse-absent' - [350] 'occupation.Other', [351] 'occupation.Dominican-Republic', [352] 'occupation.Armed-Forces', [353] 'occupation.Amer-Indian-Eskimo', [354] 'occupation.Ireland', [355] 'occupation.Germany', [356] 'occupation.12th', [357] 'occupation.Other-relative', [358] 'occupation.Philippines', [359] 'occupation.Thailand' - [360] 'occupation.Haiti', [361] 'occupation.El-Salvador', [362] 'occupation.Puerto-Rico', [363] 'occupation.Vietnam', [364] 'occupation.1st-4th', [365] 'occupation.South', [366] 'occupation.Married-AF-spouse', [367] 'occupation.Columbia', [368] 'occupation.Japan', [369] 'occupation.India' - [370] 'occupation.Cambodia', [371] 'occupation.Poland', [372] 'occupation.Laos', [373] 'occupation.England', [374] 'occupation.Cuba', [375] 'occupation.Taiwan', [376] 'occupation.Preschool', [377] 'occupation.Italy', [378] 'occupation.Canada', [379] 'occupation.Portugal' - [380] 'occupation.China', [381] 'occupation.Nicaragua', [382] 'occupation.Honduras', [383] 'occupation.Iran', [384] 'occupation.Scotland', [385] 'occupation.Jamaica', [386] 'occupation.Ecuador', [387] 'occupation.Yugoslavia', [388] 'occupation.Hungary', [389] 'occupation.Hong' - [390] 'occupation.Greece', [391] 'occupation.Without-pay', [392] 'occupation.Trinadad&Tobago', [393] 'occupation.Outlying-US(Guam-USVI-etc)', [394] 'occupation.France', [395] 'occupation.Never-worked', [396] 'relationship.Private', [397] 'relationship.11th', [398] 'relationship.Never-married', [399] 'relationship.Machine-op-inspct' - [400] 'relationship.Own-child', [401] 'relationship.Black', [402] 'relationship.Male', [403] 'relationship.United-States', [404] 'relationship.HS-grad', [405] 'relationship.Married-civ-spouse', [406] 'relationship.Farming-fishing', [407] 'relationship.Husband', [408] 'relationship.White', [409] 'relationship.Local-gov' - [410] 'relationship.Assoc-acdm', [411] 'relationship.Protective-serv', [412] 'relationship.Some-college', [413] 'relationship.?', [414] 'relationship.Female', [415] 'relationship.10th', [416] 'relationship.Other-service', [417] 'relationship.Not-in-family', [418] 'relationship.Unmarried', [419] 'relationship.Self-emp-not-inc' - [420] 'relationship.Prof-school', [421] 'relationship.Prof-specialty', [422] 'relationship.7th-8th', [423] 'relationship.Craft-repair', [424] 'relationship.Federal-gov', [425] 'relationship.Bachelors', [426] 'relationship.Adm-clerical', [427] 'relationship.Masters', [428] 'relationship.Exec-managerial', [429] 'relationship.State-gov' - [430] 'relationship.Wife', [431] 'relationship.Widowed', [432] 'relationship.Doctorate', [433] 'relationship.Asian-Pac-Islander', [434] 'relationship.Tech-support', [435] 'relationship.Divorced', [436] 'relationship.Peru', [437] 'relationship.Separated', [438] 'relationship.Sales', [439] 'relationship.5th-6th' - [440] 'relationship.Priv-house-serv', [441] 'relationship.Guatemala', [442] 'relationship.Self-emp-inc', [443] 'relationship.Assoc-voc', [444] 'relationship.Mexico', [445] 'relationship.Transport-moving', [446] 'relationship.Handlers-cleaners', [447] 'relationship.9th', [448] 'relationship.Married-spouse-absent', [449] 'relationship.Other' - [450] 'relationship.Dominican-Republic', [451] 'relationship.Armed-Forces', [452] 'relationship.Amer-Indian-Eskimo', [453] 'relationship.Ireland', [454] 'relationship.Germany', [455] 'relationship.12th', [456] 'relationship.Other-relative', [457] 'relationship.Philippines', [458] 'relationship.Thailand', [459] 'relationship.Haiti' - [460] 'relationship.El-Salvador', [461] 'relationship.Puerto-Rico', [462] 'relationship.Vietnam', [463] 'relationship.1st-4th', [464] 'relationship.South', [465] 'relationship.Married-AF-spouse', [466] 'relationship.Columbia', [467] 'relationship.Japan', [468] 'relationship.India', [469] 'relationship.Cambodia' - [470] 'relationship.Poland', [471] 'relationship.Laos', [472] 'relationship.England', [473] 'relationship.Cuba', [474] 'relationship.Taiwan', [475] 'relationship.Preschool', [476] 'relationship.Italy', [477] 'relationship.Canada', [478] 'relationship.Portugal', [479] 'relationship.China' - [480] 'relationship.Nicaragua', [481] 'relationship.Honduras', [482] 'relationship.Iran', [483] 'relationship.Scotland', [484] 'relationship.Jamaica', [485] 'relationship.Ecuador', [486] 'relationship.Yugoslavia', [487] 'relationship.Hungary', [488] 'relationship.Hong', [489] 'relationship.Greece' - [490] 'relationship.Without-pay', [491] 'relationship.Trinadad&Tobago', [492] 'relationship.Outlying-US(Guam-USVI-etc)', [493] 'relationship.France', [494] 'relationship.Never-worked', [495] 'ethnicity.Private', [496] 'ethnicity.11th', [497] 'ethnicity.Never-married', [498] 'ethnicity.Machine-op-inspct', [499] 'ethnicity.Own-child' - [500] 'ethnicity.Black', [501] 'ethnicity.Male', [502] 'ethnicity.United-States', [503] 'ethnicity.HS-grad', [504] 'ethnicity.Married-civ-spouse', [505] 'ethnicity.Farming-fishing', [506] 'ethnicity.Husband', [507] 'ethnicity.White', [508] 'ethnicity.Local-gov', [509] 'ethnicity.Assoc-acdm' - [510] 'ethnicity.Protective-serv', [511] 'ethnicity.Some-college', [512] 'ethnicity.?', [513] 'ethnicity.Female', [514] 'ethnicity.10th', [515] 'ethnicity.Other-service', [516] 'ethnicity.Not-in-family', [517] 'ethnicity.Unmarried', [518] 'ethnicity.Self-emp-not-inc', [519] 'ethnicity.Prof-school' - [520] 'ethnicity.Prof-specialty', [521] 'ethnicity.7th-8th', [522] 'ethnicity.Craft-repair', [523] 'ethnicity.Federal-gov', [524] 'ethnicity.Bachelors', [525] 'ethnicity.Adm-clerical', [526] 'ethnicity.Masters', [527] 'ethnicity.Exec-managerial', [528] 'ethnicity.State-gov', [529] 'ethnicity.Wife' - [530] 'ethnicity.Widowed', [531] 'ethnicity.Doctorate', [532] 'ethnicity.Asian-Pac-Islander', [533] 'ethnicity.Tech-support', [534] 'ethnicity.Divorced', [535] 'ethnicity.Peru', [536] 'ethnicity.Separated', [537] 'ethnicity.Sales', [538] 'ethnicity.5th-6th', [539] 'ethnicity.Priv-house-serv' - [540] 'ethnicity.Guatemala', [541] 'ethnicity.Self-emp-inc', [542] 'ethnicity.Assoc-voc', [543] 'ethnicity.Mexico', [544] 'ethnicity.Transport-moving', [545] 'ethnicity.Handlers-cleaners', [546] 'ethnicity.9th', [547] 'ethnicity.Married-spouse-absent', [548] 'ethnicity.Other', [549] 'ethnicity.Dominican-Republic' - [550] 'ethnicity.Armed-Forces', [551] 'ethnicity.Amer-Indian-Eskimo', [552] 'ethnicity.Ireland', [553] 'ethnicity.Germany', [554] 'ethnicity.12th', [555] 'ethnicity.Other-relative', [556] 'ethnicity.Philippines', [557] 'ethnicity.Thailand', [558] 'ethnicity.Haiti', [559] 'ethnicity.El-Salvador' - [560] 'ethnicity.Puerto-Rico', [561] 'ethnicity.Vietnam', [562] 'ethnicity.1st-4th', [563] 'ethnicity.South', [564] 'ethnicity.Married-AF-spouse', [565] 'ethnicity.Columbia', [566] 'ethnicity.Japan', [567] 'ethnicity.India', [568] 'ethnicity.Cambodia', [569] 'ethnicity.Poland' - [570] 'ethnicity.Laos', [571] 'ethnicity.England', [572] 'ethnicity.Cuba', [573] 'ethnicity.Taiwan', [574] 'ethnicity.Preschool', [575] 'ethnicity.Italy', [576] 'ethnicity.Canada', [577] 'ethnicity.Portugal', [578] 'ethnicity.China', [579] 'ethnicity.Nicaragua' - [580] 'ethnicity.Honduras', [581] 'ethnicity.Iran', [582] 'ethnicity.Scotland', [583] 'ethnicity.Jamaica', [584] 'ethnicity.Ecuador', [585] 'ethnicity.Yugoslavia', [586] 'ethnicity.Hungary', [587] 'ethnicity.Hong', [588] 'ethnicity.Greece', [589] 'ethnicity.Without-pay' - [590] 'ethnicity.Trinadad&Tobago', [591] 'ethnicity.Outlying-US(Guam-USVI-etc)', [592] 'ethnicity.France', [593] 'ethnicity.Never-worked', [594] 'sex.Private', [595] 'sex.11th', [596] 'sex.Never-married', [597] 'sex.Machine-op-inspct', [598] 'sex.Own-child', [599] 'sex.Black' - [600] 'sex.Male', [601] 'sex.United-States', [602] 'sex.HS-grad', [603] 'sex.Married-civ-spouse', [604] 'sex.Farming-fishing', [605] 'sex.Husband', [606] 'sex.White', [607] 'sex.Local-gov', [608] 'sex.Assoc-acdm', [609] 'sex.Protective-serv' - [610] 'sex.Some-college', [611] 'sex.?', [612] 'sex.Female', [613] 'sex.10th', [614] 'sex.Other-service', [615] 'sex.Not-in-family', [616] 'sex.Unmarried', [617] 'sex.Self-emp-not-inc', [618] 'sex.Prof-school', [619] 'sex.Prof-specialty' - [620] 'sex.7th-8th', [621] 'sex.Craft-repair', [622] 'sex.Federal-gov', [623] 'sex.Bachelors', [624] 'sex.Adm-clerical', [625] 'sex.Masters', [626] 'sex.Exec-managerial', [627] 'sex.State-gov', [628] 'sex.Wife', [629] 'sex.Widowed' - [630] 'sex.Doctorate', [631] 'sex.Asian-Pac-Islander', [632] 'sex.Tech-support', [633] 'sex.Divorced', [634] 'sex.Peru', [635] 'sex.Separated', [636] 'sex.Sales', [637] 'sex.5th-6th', [638] 'sex.Priv-house-serv', [639] 'sex.Guatemala' - [640] 'sex.Self-emp-inc', [641] 'sex.Assoc-voc', [642] 'sex.Mexico', [643] 'sex.Transport-moving', [644] 'sex.Handlers-cleaners', [645] 'sex.9th', [646] 'sex.Married-spouse-absent', [647] 'sex.Other', [648] 'sex.Dominican-Republic', [649] 'sex.Armed-Forces' - [650] 'sex.Amer-Indian-Eskimo', [651] 'sex.Ireland', [652] 'sex.Germany', [653] 'sex.12th', [654] 'sex.Other-relative', [655] 'sex.Philippines', [656] 'sex.Thailand', [657] 'sex.Haiti', [658] 'sex.El-Salvador', [659] 'sex.Puerto-Rico' - [660] 'sex.Vietnam', [661] 'sex.1st-4th', [662] 'sex.South', [663] 'sex.Married-AF-spouse', [664] 'sex.Columbia', [665] 'sex.Japan', [666] 'sex.India', [667] 'sex.Cambodia', [668] 'sex.Poland', [669] 'sex.Laos' - [670] 'sex.England', [671] 'sex.Cuba', [672] 'sex.Taiwan', [673] 'sex.Preschool', [674] 'sex.Italy', [675] 'sex.Canada', [676] 'sex.Portugal', [677] 'sex.China', [678] 'sex.Nicaragua', [679] 'sex.Honduras' - [680] 'sex.Iran', [681] 'sex.Scotland', [682] 'sex.Jamaica', [683] 'sex.Ecuador', [684] 'sex.Yugoslavia', [685] 'sex.Hungary', [686] 'sex.Hong', [687] 'sex.Greece', [688] 'sex.Without-pay', [689] 'sex.Trinadad&Tobago' - [690] 'sex.Outlying-US(Guam-USVI-etc)', [691] 'sex.France', [692] 'sex.Never-worked', [693] 'native-country.Private', [694] 'native-country.11th', [695] 'native-country.Never-married', [696] 'native-country.Machine-op-inspct', [697] 'native-country.Own-child', [698] 'native-country.Black', [699] 'native-country.Male' - [700] 'native-country.United-States', [701] 'native-country.HS-grad', [702] 'native-country.Married-civ-spouse', [703] 'native-country.Farming-fishing', [704] 'native-country.Husband', [705] 'native-country.White', [706] 'native-country.Local-gov', [707] 'native-country.Assoc-acdm', [708] 'native-country.Protective-serv', [709] 'native-country.Some-college' - [710] 'native-country.?', [711] 'native-country.Female', [712] 'native-country.10th', [713] 'native-country.Other-service', [714] 'native-country.Not-in-family', [715] 'native-country.Unmarried', [716] 'native-country.Self-emp-not-inc', [717] 'native-country.Prof-school', [718] 'native-country.Prof-specialty', [719] 'native-country.7th-8th' - [720] 'native-country.Craft-repair', [721] 'native-country.Federal-gov', [722] 'native-country.Bachelors', [723] 'native-country.Adm-clerical', [724] 'native-country.Masters', [725] 'native-country.Exec-managerial', [726] 'native-country.State-gov', [727] 'native-country.Wife', [728] 'native-country.Widowed', [729] 'native-country.Doctorate' - [730] 'native-country.Asian-Pac-Islander', [731] 'native-country.Tech-support', [732] 'native-country.Divorced', [733] 'native-country.Peru', [734] 'native-country.Separated', [735] 'native-country.Sales', [736] 'native-country.5th-6th', [737] 'native-country.Priv-house-serv', [738] 'native-country.Guatemala', [739] 'native-country.Self-emp-inc' - [740] 'native-country.Assoc-voc', [741] 'native-country.Mexico', [742] 'native-country.Transport-moving', [743] 'native-country.Handlers-cleaners', [744] 'native-country.9th', [745] 'native-country.Married-spouse-absent', [746] 'native-country.Other', [747] 'native-country.Dominican-Republic', [748] 'native-country.Armed-Forces', [749] 'native-country.Amer-Indian-Eskimo' - [750] 'native-country.Ireland', [751] 'native-country.Germany', [752] 'native-country.12th', [753] 'native-country.Other-relative', [754] 'native-country.Philippines', [755] 'native-country.Thailand', [756] 'native-country.Haiti', [757] 'native-country.El-Salvador', [758] 'native-country.Puerto-Rico', [759] 'native-country.Vietnam' - [760] 'native-country.1st-4th', [761] 'native-country.South', [762] 'native-country.Married-AF-spouse', [763] 'native-country.Columbia', [764] 'native-country.Japan', [765] 'native-country.India', [766] 'native-country.Cambodia', [767] 'native-country.Poland', [768] 'native-country.Laos', [769] 'native-country.England' - [770] 'native-country.Cuba', [771] 'native-country.Taiwan', [772] 'native-country.Preschool', [773] 'native-country.Italy', [774] 'native-country.Canada', [775] 'native-country.Portugal', [776] 'native-country.China', [777] 'native-country.Nicaragua', [778] 'native-country.Honduras', [779] 'native-country.Iran' - [780] 'native-country.Scotland', [781] 'native-country.Jamaica', [782] 'native-country.Ecuador', [783] 'native-country.Yugoslavia', [784] 'native-country.Hungary', [785] 'native-country.Hong', [786] 'native-country.Greece', [787] 'native-country.Without-pay', [788] 'native-country.Trinadad&Tobago', [789] 'native-country.Outlying-US(Guam-USVI-etc)' - [790] 'native-country.France', [791] 'native-country.Never-worked' - Features: Vec + Metadata 'SlotNames': Vec: Length=608, Count=608 + [0] 'Workclass.Private', [1] 'Workclass.11th', [2] 'Workclass.Never-married', [3] 'Workclass.Machine-op-inspct', [4] 'Workclass.Own-child', [5] 'Workclass.Black', [6] 'Workclass.Male', [7] 'Workclass.United-States', [8] 'Workclass.HS-grad', [9] 'Workclass.Married-civ-spouse' + [10] 'Workclass.Farming-fishing', [11] 'Workclass.Husband', [12] 'Workclass.White', [13] 'Workclass.Local-gov', [14] 'Workclass.Assoc-acdm', [15] 'Workclass.Protective-serv', [16] 'Workclass.Some-college', [17] 'Workclass.?', [18] 'Workclass.Female', [19] 'Workclass.10th' + [20] 'Workclass.Other-service', [21] 'Workclass.Not-in-family', [22] 'Workclass.Unmarried', [23] 'Workclass.Self-emp-not-inc', [24] 'Workclass.Prof-school', [25] 'Workclass.Prof-specialty', [26] 'Workclass.7th-8th', [27] 'Workclass.Craft-repair', [28] 'Workclass.Federal-gov', [29] 'Workclass.Bachelors' + [30] 'Workclass.Adm-clerical', [31] 'Workclass.Masters', [32] 'Workclass.Exec-managerial', [33] 'Workclass.State-gov', [34] 'Workclass.Wife', [35] 'Workclass.Widowed', [36] 'Workclass.Doctorate', [37] 'Workclass.Asian-Pac-Islander', [38] 'Workclass.Tech-support', [39] 'Workclass.Divorced' + [40] 'Workclass.Peru', [41] 'Workclass.Separated', [42] 'Workclass.Sales', [43] 'Workclass.5th-6th', [44] 'Workclass.Priv-house-serv', [45] 'Workclass.Guatemala', [46] 'Workclass.Self-emp-inc', [47] 'Workclass.Assoc-voc', [48] 'Workclass.Mexico', [49] 'Workclass.Transport-moving' + [50] 'Workclass.Handlers-cleaners', [51] 'Workclass.9th', [52] 'Workclass.Married-spouse-absent', [53] 'Workclass.Other', [54] 'Workclass.Dominican-Republic', [55] 'Workclass.Armed-Forces', [56] 'Workclass.Amer-Indian-Inuit', [57] 'Workclass.Ireland', [58] 'Workclass.Germany', [59] 'Workclass.12th' + [60] 'Workclass.Other-relative', [61] 'Workclass.Philippines', [62] 'Workclass.Thailand', [63] 'Workclass.Haiti', [64] 'Workclass.El-Salvador', [65] 'Workclass.Puerto-Rico', [66] 'Workclass.Vietnam', [67] 'Workclass.1st-4th', [68] 'Workclass.South', [69] 'Workclass.Married-AF-spouse' + [70] 'Workclass.Columbia', [71] 'Workclass.Japan', [72] 'Workclass.India', [73] 'Workclass.Cambodia', [74] 'Workclass.Poland', [75] 'Workclass.Laos', [76] 'education.Private', [77] 'education.11th', [78] 'education.Never-married', [79] 'education.Machine-op-inspct' + [80] 'education.Own-child', [81] 'education.Black', [82] 'education.Male', [83] 'education.United-States', [84] 'education.HS-grad', [85] 'education.Married-civ-spouse', [86] 'education.Farming-fishing', [87] 'education.Husband', [88] 'education.White', [89] 'education.Local-gov' + [90] 'education.Assoc-acdm', [91] 'education.Protective-serv', [92] 'education.Some-college', [93] 'education.?', [94] 'education.Female', [95] 'education.10th', [96] 'education.Other-service', [97] 'education.Not-in-family', [98] 'education.Unmarried', [99] 'education.Self-emp-not-inc' + [100] 'education.Prof-school', [101] 'education.Prof-specialty', [102] 'education.7th-8th', [103] 'education.Craft-repair', [104] 'education.Federal-gov', [105] 'education.Bachelors', [106] 'education.Adm-clerical', [107] 'education.Masters', [108] 'education.Exec-managerial', [109] 'education.State-gov' + [110] 'education.Wife', [111] 'education.Widowed', [112] 'education.Doctorate', [113] 'education.Asian-Pac-Islander', [114] 'education.Tech-support', [115] 'education.Divorced', [116] 'education.Peru', [117] 'education.Separated', [118] 'education.Sales', [119] 'education.5th-6th' + [120] 'education.Priv-house-serv', [121] 'education.Guatemala', [122] 'education.Self-emp-inc', [123] 'education.Assoc-voc', [124] 'education.Mexico', [125] 'education.Transport-moving', [126] 'education.Handlers-cleaners', [127] 'education.9th', [128] 'education.Married-spouse-absent', [129] 'education.Other' + [130] 'education.Dominican-Republic', [131] 'education.Armed-Forces', [132] 'education.Amer-Indian-Inuit', [133] 'education.Ireland', [134] 'education.Germany', [135] 'education.12th', [136] 'education.Other-relative', [137] 'education.Philippines', [138] 'education.Thailand', [139] 'education.Haiti' + [140] 'education.El-Salvador', [141] 'education.Puerto-Rico', [142] 'education.Vietnam', [143] 'education.1st-4th', [144] 'education.South', [145] 'education.Married-AF-spouse', [146] 'education.Columbia', [147] 'education.Japan', [148] 'education.India', [149] 'education.Cambodia' + [150] 'education.Poland', [151] 'education.Laos', [152] 'marital-status.Private', [153] 'marital-status.11th', [154] 'marital-status.Never-married', [155] 'marital-status.Machine-op-inspct', [156] 'marital-status.Own-child', [157] 'marital-status.Black', [158] 'marital-status.Male', [159] 'marital-status.United-States' + [160] 'marital-status.HS-grad', [161] 'marital-status.Married-civ-spouse', [162] 'marital-status.Farming-fishing', [163] 'marital-status.Husband', [164] 'marital-status.White', [165] 'marital-status.Local-gov', [166] 'marital-status.Assoc-acdm', [167] 'marital-status.Protective-serv', [168] 'marital-status.Some-college', [169] 'marital-status.?' + [170] 'marital-status.Female', [171] 'marital-status.10th', [172] 'marital-status.Other-service', [173] 'marital-status.Not-in-family', [174] 'marital-status.Unmarried', [175] 'marital-status.Self-emp-not-inc', [176] 'marital-status.Prof-school', [177] 'marital-status.Prof-specialty', [178] 'marital-status.7th-8th', [179] 'marital-status.Craft-repair' + [180] 'marital-status.Federal-gov', [181] 'marital-status.Bachelors', [182] 'marital-status.Adm-clerical', [183] 'marital-status.Masters', [184] 'marital-status.Exec-managerial', [185] 'marital-status.State-gov', [186] 'marital-status.Wife', [187] 'marital-status.Widowed', [188] 'marital-status.Doctorate', [189] 'marital-status.Asian-Pac-Islander' + [190] 'marital-status.Tech-support', [191] 'marital-status.Divorced', [192] 'marital-status.Peru', [193] 'marital-status.Separated', [194] 'marital-status.Sales', [195] 'marital-status.5th-6th', [196] 'marital-status.Priv-house-serv', [197] 'marital-status.Guatemala', [198] 'marital-status.Self-emp-inc', [199] 'marital-status.Assoc-voc' + [200] 'marital-status.Mexico', [201] 'marital-status.Transport-moving', [202] 'marital-status.Handlers-cleaners', [203] 'marital-status.9th', [204] 'marital-status.Married-spouse-absent', [205] 'marital-status.Other', [206] 'marital-status.Dominican-Republic', [207] 'marital-status.Armed-Forces', [208] 'marital-status.Amer-Indian-Inuit', [209] 'marital-status.Ireland' + [210] 'marital-status.Germany', [211] 'marital-status.12th', [212] 'marital-status.Other-relative', [213] 'marital-status.Philippines', [214] 'marital-status.Thailand', [215] 'marital-status.Haiti', [216] 'marital-status.El-Salvador', [217] 'marital-status.Puerto-Rico', [218] 'marital-status.Vietnam', [219] 'marital-status.1st-4th' + [220] 'marital-status.South', [221] 'marital-status.Married-AF-spouse', [222] 'marital-status.Columbia', [223] 'marital-status.Japan', [224] 'marital-status.India', [225] 'marital-status.Cambodia', [226] 'marital-status.Poland', [227] 'marital-status.Laos', [228] 'occupation.Private', [229] 'occupation.11th' + [230] 'occupation.Never-married', [231] 'occupation.Machine-op-inspct', [232] 'occupation.Own-child', [233] 'occupation.Black', [234] 'occupation.Male', [235] 'occupation.United-States', [236] 'occupation.HS-grad', [237] 'occupation.Married-civ-spouse', [238] 'occupation.Farming-fishing', [239] 'occupation.Husband' + [240] 'occupation.White', [241] 'occupation.Local-gov', [242] 'occupation.Assoc-acdm', [243] 'occupation.Protective-serv', [244] 'occupation.Some-college', [245] 'occupation.?', [246] 'occupation.Female', [247] 'occupation.10th', [248] 'occupation.Other-service', [249] 'occupation.Not-in-family' + [250] 'occupation.Unmarried', [251] 'occupation.Self-emp-not-inc', [252] 'occupation.Prof-school', [253] 'occupation.Prof-specialty', [254] 'occupation.7th-8th', [255] 'occupation.Craft-repair', [256] 'occupation.Federal-gov', [257] 'occupation.Bachelors', [258] 'occupation.Adm-clerical', [259] 'occupation.Masters' + [260] 'occupation.Exec-managerial', [261] 'occupation.State-gov', [262] 'occupation.Wife', [263] 'occupation.Widowed', [264] 'occupation.Doctorate', [265] 'occupation.Asian-Pac-Islander', [266] 'occupation.Tech-support', [267] 'occupation.Divorced', [268] 'occupation.Peru', [269] 'occupation.Separated' + [270] 'occupation.Sales', [271] 'occupation.5th-6th', [272] 'occupation.Priv-house-serv', [273] 'occupation.Guatemala', [274] 'occupation.Self-emp-inc', [275] 'occupation.Assoc-voc', [276] 'occupation.Mexico', [277] 'occupation.Transport-moving', [278] 'occupation.Handlers-cleaners', [279] 'occupation.9th' + [280] 'occupation.Married-spouse-absent', [281] 'occupation.Other', [282] 'occupation.Dominican-Republic', [283] 'occupation.Armed-Forces', [284] 'occupation.Amer-Indian-Inuit', [285] 'occupation.Ireland', [286] 'occupation.Germany', [287] 'occupation.12th', [288] 'occupation.Other-relative', [289] 'occupation.Philippines' + [290] 'occupation.Thailand', [291] 'occupation.Haiti', [292] 'occupation.El-Salvador', [293] 'occupation.Puerto-Rico', [294] 'occupation.Vietnam', [295] 'occupation.1st-4th', [296] 'occupation.South', [297] 'occupation.Married-AF-spouse', [298] 'occupation.Columbia', [299] 'occupation.Japan' + [300] 'occupation.India', [301] 'occupation.Cambodia', [302] 'occupation.Poland', [303] 'occupation.Laos', [304] 'relationship.Private', [305] 'relationship.11th', [306] 'relationship.Never-married', [307] 'relationship.Machine-op-inspct', [308] 'relationship.Own-child', [309] 'relationship.Black' + [310] 'relationship.Male', [311] 'relationship.United-States', [312] 'relationship.HS-grad', [313] 'relationship.Married-civ-spouse', [314] 'relationship.Farming-fishing', [315] 'relationship.Husband', [316] 'relationship.White', [317] 'relationship.Local-gov', [318] 'relationship.Assoc-acdm', [319] 'relationship.Protective-serv' + [320] 'relationship.Some-college', [321] 'relationship.?', [322] 'relationship.Female', [323] 'relationship.10th', [324] 'relationship.Other-service', [325] 'relationship.Not-in-family', [326] 'relationship.Unmarried', [327] 'relationship.Self-emp-not-inc', [328] 'relationship.Prof-school', [329] 'relationship.Prof-specialty' + [330] 'relationship.7th-8th', [331] 'relationship.Craft-repair', [332] 'relationship.Federal-gov', [333] 'relationship.Bachelors', [334] 'relationship.Adm-clerical', [335] 'relationship.Masters', [336] 'relationship.Exec-managerial', [337] 'relationship.State-gov', [338] 'relationship.Wife', [339] 'relationship.Widowed' + [340] 'relationship.Doctorate', [341] 'relationship.Asian-Pac-Islander', [342] 'relationship.Tech-support', [343] 'relationship.Divorced', [344] 'relationship.Peru', [345] 'relationship.Separated', [346] 'relationship.Sales', [347] 'relationship.5th-6th', [348] 'relationship.Priv-house-serv', [349] 'relationship.Guatemala' + [350] 'relationship.Self-emp-inc', [351] 'relationship.Assoc-voc', [352] 'relationship.Mexico', [353] 'relationship.Transport-moving', [354] 'relationship.Handlers-cleaners', [355] 'relationship.9th', [356] 'relationship.Married-spouse-absent', [357] 'relationship.Other', [358] 'relationship.Dominican-Republic', [359] 'relationship.Armed-Forces' + [360] 'relationship.Amer-Indian-Inuit', [361] 'relationship.Ireland', [362] 'relationship.Germany', [363] 'relationship.12th', [364] 'relationship.Other-relative', [365] 'relationship.Philippines', [366] 'relationship.Thailand', [367] 'relationship.Haiti', [368] 'relationship.El-Salvador', [369] 'relationship.Puerto-Rico' + [370] 'relationship.Vietnam', [371] 'relationship.1st-4th', [372] 'relationship.South', [373] 'relationship.Married-AF-spouse', [374] 'relationship.Columbia', [375] 'relationship.Japan', [376] 'relationship.India', [377] 'relationship.Cambodia', [378] 'relationship.Poland', [379] 'relationship.Laos' + [380] 'ethnicity.Private', [381] 'ethnicity.11th', [382] 'ethnicity.Never-married', [383] 'ethnicity.Machine-op-inspct', [384] 'ethnicity.Own-child', [385] 'ethnicity.Black', [386] 'ethnicity.Male', [387] 'ethnicity.United-States', [388] 'ethnicity.HS-grad', [389] 'ethnicity.Married-civ-spouse' + [390] 'ethnicity.Farming-fishing', [391] 'ethnicity.Husband', [392] 'ethnicity.White', [393] 'ethnicity.Local-gov', [394] 'ethnicity.Assoc-acdm', [395] 'ethnicity.Protective-serv', [396] 'ethnicity.Some-college', [397] 'ethnicity.?', [398] 'ethnicity.Female', [399] 'ethnicity.10th' + [400] 'ethnicity.Other-service', [401] 'ethnicity.Not-in-family', [402] 'ethnicity.Unmarried', [403] 'ethnicity.Self-emp-not-inc', [404] 'ethnicity.Prof-school', [405] 'ethnicity.Prof-specialty', [406] 'ethnicity.7th-8th', [407] 'ethnicity.Craft-repair', [408] 'ethnicity.Federal-gov', [409] 'ethnicity.Bachelors' + [410] 'ethnicity.Adm-clerical', [411] 'ethnicity.Masters', [412] 'ethnicity.Exec-managerial', [413] 'ethnicity.State-gov', [414] 'ethnicity.Wife', [415] 'ethnicity.Widowed', [416] 'ethnicity.Doctorate', [417] 'ethnicity.Asian-Pac-Islander', [418] 'ethnicity.Tech-support', [419] 'ethnicity.Divorced' + [420] 'ethnicity.Peru', [421] 'ethnicity.Separated', [422] 'ethnicity.Sales', [423] 'ethnicity.5th-6th', [424] 'ethnicity.Priv-house-serv', [425] 'ethnicity.Guatemala', [426] 'ethnicity.Self-emp-inc', [427] 'ethnicity.Assoc-voc', [428] 'ethnicity.Mexico', [429] 'ethnicity.Transport-moving' + [430] 'ethnicity.Handlers-cleaners', [431] 'ethnicity.9th', [432] 'ethnicity.Married-spouse-absent', [433] 'ethnicity.Other', [434] 'ethnicity.Dominican-Republic', [435] 'ethnicity.Armed-Forces', [436] 'ethnicity.Amer-Indian-Inuit', [437] 'ethnicity.Ireland', [438] 'ethnicity.Germany', [439] 'ethnicity.12th' + [440] 'ethnicity.Other-relative', [441] 'ethnicity.Philippines', [442] 'ethnicity.Thailand', [443] 'ethnicity.Haiti', [444] 'ethnicity.El-Salvador', [445] 'ethnicity.Puerto-Rico', [446] 'ethnicity.Vietnam', [447] 'ethnicity.1st-4th', [448] 'ethnicity.South', [449] 'ethnicity.Married-AF-spouse' + [450] 'ethnicity.Columbia', [451] 'ethnicity.Japan', [452] 'ethnicity.India', [453] 'ethnicity.Cambodia', [454] 'ethnicity.Poland', [455] 'ethnicity.Laos', [456] 'sex.Private', [457] 'sex.11th', [458] 'sex.Never-married', [459] 'sex.Machine-op-inspct' + [460] 'sex.Own-child', [461] 'sex.Black', [462] 'sex.Male', [463] 'sex.United-States', [464] 'sex.HS-grad', [465] 'sex.Married-civ-spouse', [466] 'sex.Farming-fishing', [467] 'sex.Husband', [468] 'sex.White', [469] 'sex.Local-gov' + [470] 'sex.Assoc-acdm', [471] 'sex.Protective-serv', [472] 'sex.Some-college', [473] 'sex.?', [474] 'sex.Female', [475] 'sex.10th', [476] 'sex.Other-service', [477] 'sex.Not-in-family', [478] 'sex.Unmarried', [479] 'sex.Self-emp-not-inc' + [480] 'sex.Prof-school', [481] 'sex.Prof-specialty', [482] 'sex.7th-8th', [483] 'sex.Craft-repair', [484] 'sex.Federal-gov', [485] 'sex.Bachelors', [486] 'sex.Adm-clerical', [487] 'sex.Masters', [488] 'sex.Exec-managerial', [489] 'sex.State-gov' + [490] 'sex.Wife', [491] 'sex.Widowed', [492] 'sex.Doctorate', [493] 'sex.Asian-Pac-Islander', [494] 'sex.Tech-support', [495] 'sex.Divorced', [496] 'sex.Peru', [497] 'sex.Separated', [498] 'sex.Sales', [499] 'sex.5th-6th' + [500] 'sex.Priv-house-serv', [501] 'sex.Guatemala', [502] 'sex.Self-emp-inc', [503] 'sex.Assoc-voc', [504] 'sex.Mexico', [505] 'sex.Transport-moving', [506] 'sex.Handlers-cleaners', [507] 'sex.9th', [508] 'sex.Married-spouse-absent', [509] 'sex.Other' + [510] 'sex.Dominican-Republic', [511] 'sex.Armed-Forces', [512] 'sex.Amer-Indian-Inuit', [513] 'sex.Ireland', [514] 'sex.Germany', [515] 'sex.12th', [516] 'sex.Other-relative', [517] 'sex.Philippines', [518] 'sex.Thailand', [519] 'sex.Haiti' + [520] 'sex.El-Salvador', [521] 'sex.Puerto-Rico', [522] 'sex.Vietnam', [523] 'sex.1st-4th', [524] 'sex.South', [525] 'sex.Married-AF-spouse', [526] 'sex.Columbia', [527] 'sex.Japan', [528] 'sex.India', [529] 'sex.Cambodia' + [530] 'sex.Poland', [531] 'sex.Laos', [532] 'native-country-region.Private', [533] 'native-country-region.11th', [534] 'native-country-region.Never-married', [535] 'native-country-region.Machine-op-inspct', [536] 'native-country-region.Own-child', [537] 'native-country-region.Black', [538] 'native-country-region.Male', [539] 'native-country-region.United-States' + [540] 'native-country-region.HS-grad', [541] 'native-country-region.Married-civ-spouse', [542] 'native-country-region.Farming-fishing', [543] 'native-country-region.Husband', [544] 'native-country-region.White', [545] 'native-country-region.Local-gov', [546] 'native-country-region.Assoc-acdm', [547] 'native-country-region.Protective-serv', [548] 'native-country-region.Some-college', [549] 'native-country-region.?' + [550] 'native-country-region.Female', [551] 'native-country-region.10th', [552] 'native-country-region.Other-service', [553] 'native-country-region.Not-in-family', [554] 'native-country-region.Unmarried', [555] 'native-country-region.Self-emp-not-inc', [556] 'native-country-region.Prof-school', [557] 'native-country-region.Prof-specialty', [558] 'native-country-region.7th-8th', [559] 'native-country-region.Craft-repair' + [560] 'native-country-region.Federal-gov', [561] 'native-country-region.Bachelors', [562] 'native-country-region.Adm-clerical', [563] 'native-country-region.Masters', [564] 'native-country-region.Exec-managerial', [565] 'native-country-region.State-gov', [566] 'native-country-region.Wife', [567] 'native-country-region.Widowed', [568] 'native-country-region.Doctorate', [569] 'native-country-region.Asian-Pac-Islander' + [570] 'native-country-region.Tech-support', [571] 'native-country-region.Divorced', [572] 'native-country-region.Peru', [573] 'native-country-region.Separated', [574] 'native-country-region.Sales', [575] 'native-country-region.5th-6th', [576] 'native-country-region.Priv-house-serv', [577] 'native-country-region.Guatemala', [578] 'native-country-region.Self-emp-inc', [579] 'native-country-region.Assoc-voc' + [580] 'native-country-region.Mexico', [581] 'native-country-region.Transport-moving', [582] 'native-country-region.Handlers-cleaners', [583] 'native-country-region.9th', [584] 'native-country-region.Married-spouse-absent', [585] 'native-country-region.Other', [586] 'native-country-region.Dominican-Republic', [587] 'native-country-region.Armed-Forces', [588] 'native-country-region.Amer-Indian-Inuit', [589] 'native-country-region.Ireland' + [590] 'native-country-region.Germany', [591] 'native-country-region.12th', [592] 'native-country-region.Other-relative', [593] 'native-country-region.Philippines', [594] 'native-country-region.Thailand', [595] 'native-country-region.Haiti', [596] 'native-country-region.El-Salvador', [597] 'native-country-region.Puerto-Rico', [598] 'native-country-region.Vietnam', [599] 'native-country-region.1st-4th' + [600] 'native-country-region.South', [601] 'native-country-region.Married-AF-spouse', [602] 'native-country-region.Columbia', [603] 'native-country-region.Japan', [604] 'native-country-region.India', [605] 'native-country-region.Cambodia', [606] 'native-country-region.Poland', [607] 'native-country-region.Laos' + Features: Vec Metadata 'CategoricalSlotRanges': Vec: Length=16, Count=16 - [0] '6', [1] '104', [2] '105', [3] '203', [4] '204', [5] '302', [6] '303', [7] '401', [8] '402', [9] '500' - [10] '501', [11] '599', [12] '600', [13] '698', [14] '699', [15] '797' - Metadata 'SlotNames': Vec: Length=798, Count=798 - [0] 'NumFeatures.age', [1] 'NumFeatures.fnlwgt', [2] 'NumFeatures.education-num', [3] 'NumFeatures.capital-gain', [4] 'NumFeatures.capital-loss', [5] 'NumFeatures.hours-per-week', [6] 'CatFeatures.workclass.Private', [7] 'CatFeatures.workclass.11th', [8] 'CatFeatures.workclass.Never-married', [9] 'CatFeatures.workclass.Machine-op-inspct' - [10] 'CatFeatures.workclass.Own-child', [11] 'CatFeatures.workclass.Black', [12] 'CatFeatures.workclass.Male', [13] 'CatFeatures.workclass.United-States', [14] 'CatFeatures.workclass.HS-grad', [15] 'CatFeatures.workclass.Married-civ-spouse', [16] 'CatFeatures.workclass.Farming-fishing', [17] 'CatFeatures.workclass.Husband', [18] 'CatFeatures.workclass.White', [19] 'CatFeatures.workclass.Local-gov' - [20] 'CatFeatures.workclass.Assoc-acdm', [21] 'CatFeatures.workclass.Protective-serv', [22] 'CatFeatures.workclass.Some-college', [23] 'CatFeatures.workclass.?', [24] 'CatFeatures.workclass.Female', [25] 'CatFeatures.workclass.10th', [26] 'CatFeatures.workclass.Other-service', [27] 'CatFeatures.workclass.Not-in-family', [28] 'CatFeatures.workclass.Unmarried', [29] 'CatFeatures.workclass.Self-emp-not-inc' - [30] 'CatFeatures.workclass.Prof-school', [31] 'CatFeatures.workclass.Prof-specialty', [32] 'CatFeatures.workclass.7th-8th', [33] 'CatFeatures.workclass.Craft-repair', [34] 'CatFeatures.workclass.Federal-gov', [35] 'CatFeatures.workclass.Bachelors', [36] 'CatFeatures.workclass.Adm-clerical', [37] 'CatFeatures.workclass.Masters', [38] 'CatFeatures.workclass.Exec-managerial', [39] 'CatFeatures.workclass.State-gov' - [40] 'CatFeatures.workclass.Wife', [41] 'CatFeatures.workclass.Widowed', [42] 'CatFeatures.workclass.Doctorate', [43] 'CatFeatures.workclass.Asian-Pac-Islander', [44] 'CatFeatures.workclass.Tech-support', [45] 'CatFeatures.workclass.Divorced', [46] 'CatFeatures.workclass.Peru', [47] 'CatFeatures.workclass.Separated', [48] 'CatFeatures.workclass.Sales', [49] 'CatFeatures.workclass.5th-6th' - [50] 'CatFeatures.workclass.Priv-house-serv', [51] 'CatFeatures.workclass.Guatemala', [52] 'CatFeatures.workclass.Self-emp-inc', [53] 'CatFeatures.workclass.Assoc-voc', [54] 'CatFeatures.workclass.Mexico', [55] 'CatFeatures.workclass.Transport-moving', [56] 'CatFeatures.workclass.Handlers-cleaners', [57] 'CatFeatures.workclass.9th', [58] 'CatFeatures.workclass.Married-spouse-absent', [59] 'CatFeatures.workclass.Other' - [60] 'CatFeatures.workclass.Dominican-Republic', [61] 'CatFeatures.workclass.Armed-Forces', [62] 'CatFeatures.workclass.Amer-Indian-Eskimo', [63] 'CatFeatures.workclass.Ireland', [64] 'CatFeatures.workclass.Germany', [65] 'CatFeatures.workclass.12th', [66] 'CatFeatures.workclass.Other-relative', [67] 'CatFeatures.workclass.Philippines', [68] 'CatFeatures.workclass.Thailand', [69] 'CatFeatures.workclass.Haiti' - [70] 'CatFeatures.workclass.El-Salvador', [71] 'CatFeatures.workclass.Puerto-Rico', [72] 'CatFeatures.workclass.Vietnam', [73] 'CatFeatures.workclass.1st-4th', [74] 'CatFeatures.workclass.South', [75] 'CatFeatures.workclass.Married-AF-spouse', [76] 'CatFeatures.workclass.Columbia', [77] 'CatFeatures.workclass.Japan', [78] 'CatFeatures.workclass.India', [79] 'CatFeatures.workclass.Cambodia' - [80] 'CatFeatures.workclass.Poland', [81] 'CatFeatures.workclass.Laos', [82] 'CatFeatures.workclass.England', [83] 'CatFeatures.workclass.Cuba', [84] 'CatFeatures.workclass.Taiwan', [85] 'CatFeatures.workclass.Preschool', [86] 'CatFeatures.workclass.Italy', [87] 'CatFeatures.workclass.Canada', [88] 'CatFeatures.workclass.Portugal', [89] 'CatFeatures.workclass.China' - [90] 'CatFeatures.workclass.Nicaragua', [91] 'CatFeatures.workclass.Honduras', [92] 'CatFeatures.workclass.Iran', [93] 'CatFeatures.workclass.Scotland', [94] 'CatFeatures.workclass.Jamaica', [95] 'CatFeatures.workclass.Ecuador', [96] 'CatFeatures.workclass.Yugoslavia', [97] 'CatFeatures.workclass.Hungary', [98] 'CatFeatures.workclass.Hong', [99] 'CatFeatures.workclass.Greece' - [100] 'CatFeatures.workclass.Without-pay', [101] 'CatFeatures.workclass.Trinadad&Tobago', [102] 'CatFeatures.workclass.Outlying-US(Guam-USVI-etc)', [103] 'CatFeatures.workclass.France', [104] 'CatFeatures.workclass.Never-worked', [105] 'CatFeatures.education.Private', [106] 'CatFeatures.education.11th', [107] 'CatFeatures.education.Never-married', [108] 'CatFeatures.education.Machine-op-inspct', [109] 'CatFeatures.education.Own-child' - [110] 'CatFeatures.education.Black', [111] 'CatFeatures.education.Male', [112] 'CatFeatures.education.United-States', [113] 'CatFeatures.education.HS-grad', [114] 'CatFeatures.education.Married-civ-spouse', [115] 'CatFeatures.education.Farming-fishing', [116] 'CatFeatures.education.Husband', [117] 'CatFeatures.education.White', [118] 'CatFeatures.education.Local-gov', [119] 'CatFeatures.education.Assoc-acdm' - [120] 'CatFeatures.education.Protective-serv', [121] 'CatFeatures.education.Some-college', [122] 'CatFeatures.education.?', [123] 'CatFeatures.education.Female', [124] 'CatFeatures.education.10th', [125] 'CatFeatures.education.Other-service', [126] 'CatFeatures.education.Not-in-family', [127] 'CatFeatures.education.Unmarried', [128] 'CatFeatures.education.Self-emp-not-inc', [129] 'CatFeatures.education.Prof-school' - [130] 'CatFeatures.education.Prof-specialty', [131] 'CatFeatures.education.7th-8th', [132] 'CatFeatures.education.Craft-repair', [133] 'CatFeatures.education.Federal-gov', [134] 'CatFeatures.education.Bachelors', [135] 'CatFeatures.education.Adm-clerical', [136] 'CatFeatures.education.Masters', [137] 'CatFeatures.education.Exec-managerial', [138] 'CatFeatures.education.State-gov', [139] 'CatFeatures.education.Wife' - [140] 'CatFeatures.education.Widowed', [141] 'CatFeatures.education.Doctorate', [142] 'CatFeatures.education.Asian-Pac-Islander', [143] 'CatFeatures.education.Tech-support', [144] 'CatFeatures.education.Divorced', [145] 'CatFeatures.education.Peru', [146] 'CatFeatures.education.Separated', [147] 'CatFeatures.education.Sales', [148] 'CatFeatures.education.5th-6th', [149] 'CatFeatures.education.Priv-house-serv' - [150] 'CatFeatures.education.Guatemala', [151] 'CatFeatures.education.Self-emp-inc', [152] 'CatFeatures.education.Assoc-voc', [153] 'CatFeatures.education.Mexico', [154] 'CatFeatures.education.Transport-moving', [155] 'CatFeatures.education.Handlers-cleaners', [156] 'CatFeatures.education.9th', [157] 'CatFeatures.education.Married-spouse-absent', [158] 'CatFeatures.education.Other', [159] 'CatFeatures.education.Dominican-Republic' - [160] 'CatFeatures.education.Armed-Forces', [161] 'CatFeatures.education.Amer-Indian-Eskimo', [162] 'CatFeatures.education.Ireland', [163] 'CatFeatures.education.Germany', [164] 'CatFeatures.education.12th', [165] 'CatFeatures.education.Other-relative', [166] 'CatFeatures.education.Philippines', [167] 'CatFeatures.education.Thailand', [168] 'CatFeatures.education.Haiti', [169] 'CatFeatures.education.El-Salvador' - [170] 'CatFeatures.education.Puerto-Rico', [171] 'CatFeatures.education.Vietnam', [172] 'CatFeatures.education.1st-4th', [173] 'CatFeatures.education.South', [174] 'CatFeatures.education.Married-AF-spouse', [175] 'CatFeatures.education.Columbia', [176] 'CatFeatures.education.Japan', [177] 'CatFeatures.education.India', [178] 'CatFeatures.education.Cambodia', [179] 'CatFeatures.education.Poland' - [180] 'CatFeatures.education.Laos', [181] 'CatFeatures.education.England', [182] 'CatFeatures.education.Cuba', [183] 'CatFeatures.education.Taiwan', [184] 'CatFeatures.education.Preschool', [185] 'CatFeatures.education.Italy', [186] 'CatFeatures.education.Canada', [187] 'CatFeatures.education.Portugal', [188] 'CatFeatures.education.China', [189] 'CatFeatures.education.Nicaragua' - [190] 'CatFeatures.education.Honduras', [191] 'CatFeatures.education.Iran', [192] 'CatFeatures.education.Scotland', [193] 'CatFeatures.education.Jamaica', [194] 'CatFeatures.education.Ecuador', [195] 'CatFeatures.education.Yugoslavia', [196] 'CatFeatures.education.Hungary', [197] 'CatFeatures.education.Hong', [198] 'CatFeatures.education.Greece', [199] 'CatFeatures.education.Without-pay' - [200] 'CatFeatures.education.Trinadad&Tobago', [201] 'CatFeatures.education.Outlying-US(Guam-USVI-etc)', [202] 'CatFeatures.education.France', [203] 'CatFeatures.education.Never-worked', [204] 'CatFeatures.marital-status.Private', [205] 'CatFeatures.marital-status.11th', [206] 'CatFeatures.marital-status.Never-married', [207] 'CatFeatures.marital-status.Machine-op-inspct', [208] 'CatFeatures.marital-status.Own-child', [209] 'CatFeatures.marital-status.Black' - [210] 'CatFeatures.marital-status.Male', [211] 'CatFeatures.marital-status.United-States', [212] 'CatFeatures.marital-status.HS-grad', [213] 'CatFeatures.marital-status.Married-civ-spouse', [214] 'CatFeatures.marital-status.Farming-fishing', [215] 'CatFeatures.marital-status.Husband', [216] 'CatFeatures.marital-status.White', [217] 'CatFeatures.marital-status.Local-gov', [218] 'CatFeatures.marital-status.Assoc-acdm', [219] 'CatFeatures.marital-status.Protective-serv' - [220] 'CatFeatures.marital-status.Some-college', [221] 'CatFeatures.marital-status.?', [222] 'CatFeatures.marital-status.Female', [223] 'CatFeatures.marital-status.10th', [224] 'CatFeatures.marital-status.Other-service', [225] 'CatFeatures.marital-status.Not-in-family', [226] 'CatFeatures.marital-status.Unmarried', [227] 'CatFeatures.marital-status.Self-emp-not-inc', [228] 'CatFeatures.marital-status.Prof-school', [229] 'CatFeatures.marital-status.Prof-specialty' - [230] 'CatFeatures.marital-status.7th-8th', [231] 'CatFeatures.marital-status.Craft-repair', [232] 'CatFeatures.marital-status.Federal-gov', [233] 'CatFeatures.marital-status.Bachelors', [234] 'CatFeatures.marital-status.Adm-clerical', [235] 'CatFeatures.marital-status.Masters', [236] 'CatFeatures.marital-status.Exec-managerial', [237] 'CatFeatures.marital-status.State-gov', [238] 'CatFeatures.marital-status.Wife', [239] 'CatFeatures.marital-status.Widowed' - [240] 'CatFeatures.marital-status.Doctorate', [241] 'CatFeatures.marital-status.Asian-Pac-Islander', [242] 'CatFeatures.marital-status.Tech-support', [243] 'CatFeatures.marital-status.Divorced', [244] 'CatFeatures.marital-status.Peru', [245] 'CatFeatures.marital-status.Separated', [246] 'CatFeatures.marital-status.Sales', [247] 'CatFeatures.marital-status.5th-6th', [248] 'CatFeatures.marital-status.Priv-house-serv', [249] 'CatFeatures.marital-status.Guatemala' - [250] 'CatFeatures.marital-status.Self-emp-inc', [251] 'CatFeatures.marital-status.Assoc-voc', [252] 'CatFeatures.marital-status.Mexico', [253] 'CatFeatures.marital-status.Transport-moving', [254] 'CatFeatures.marital-status.Handlers-cleaners', [255] 'CatFeatures.marital-status.9th', [256] 'CatFeatures.marital-status.Married-spouse-absent', [257] 'CatFeatures.marital-status.Other', [258] 'CatFeatures.marital-status.Dominican-Republic', [259] 'CatFeatures.marital-status.Armed-Forces' - [260] 'CatFeatures.marital-status.Amer-Indian-Eskimo', [261] 'CatFeatures.marital-status.Ireland', [262] 'CatFeatures.marital-status.Germany', [263] 'CatFeatures.marital-status.12th', [264] 'CatFeatures.marital-status.Other-relative', [265] 'CatFeatures.marital-status.Philippines', [266] 'CatFeatures.marital-status.Thailand', [267] 'CatFeatures.marital-status.Haiti', [268] 'CatFeatures.marital-status.El-Salvador', [269] 'CatFeatures.marital-status.Puerto-Rico' - [270] 'CatFeatures.marital-status.Vietnam', [271] 'CatFeatures.marital-status.1st-4th', [272] 'CatFeatures.marital-status.South', [273] 'CatFeatures.marital-status.Married-AF-spouse', [274] 'CatFeatures.marital-status.Columbia', [275] 'CatFeatures.marital-status.Japan', [276] 'CatFeatures.marital-status.India', [277] 'CatFeatures.marital-status.Cambodia', [278] 'CatFeatures.marital-status.Poland', [279] 'CatFeatures.marital-status.Laos' - [280] 'CatFeatures.marital-status.England', [281] 'CatFeatures.marital-status.Cuba', [282] 'CatFeatures.marital-status.Taiwan', [283] 'CatFeatures.marital-status.Preschool', [284] 'CatFeatures.marital-status.Italy', [285] 'CatFeatures.marital-status.Canada', [286] 'CatFeatures.marital-status.Portugal', [287] 'CatFeatures.marital-status.China', [288] 'CatFeatures.marital-status.Nicaragua', [289] 'CatFeatures.marital-status.Honduras' - [290] 'CatFeatures.marital-status.Iran', [291] 'CatFeatures.marital-status.Scotland', [292] 'CatFeatures.marital-status.Jamaica', [293] 'CatFeatures.marital-status.Ecuador', [294] 'CatFeatures.marital-status.Yugoslavia', [295] 'CatFeatures.marital-status.Hungary', [296] 'CatFeatures.marital-status.Hong', [297] 'CatFeatures.marital-status.Greece', [298] 'CatFeatures.marital-status.Without-pay', [299] 'CatFeatures.marital-status.Trinadad&Tobago' - [300] 'CatFeatures.marital-status.Outlying-US(Guam-USVI-etc)', [301] 'CatFeatures.marital-status.France', [302] 'CatFeatures.marital-status.Never-worked', [303] 'CatFeatures.occupation.Private', [304] 'CatFeatures.occupation.11th', [305] 'CatFeatures.occupation.Never-married', [306] 'CatFeatures.occupation.Machine-op-inspct', [307] 'CatFeatures.occupation.Own-child', [308] 'CatFeatures.occupation.Black', [309] 'CatFeatures.occupation.Male' - [310] 'CatFeatures.occupation.United-States', [311] 'CatFeatures.occupation.HS-grad', [312] 'CatFeatures.occupation.Married-civ-spouse', [313] 'CatFeatures.occupation.Farming-fishing', [314] 'CatFeatures.occupation.Husband', [315] 'CatFeatures.occupation.White', [316] 'CatFeatures.occupation.Local-gov', [317] 'CatFeatures.occupation.Assoc-acdm', [318] 'CatFeatures.occupation.Protective-serv', [319] 'CatFeatures.occupation.Some-college' - [320] 'CatFeatures.occupation.?', [321] 'CatFeatures.occupation.Female', [322] 'CatFeatures.occupation.10th', [323] 'CatFeatures.occupation.Other-service', [324] 'CatFeatures.occupation.Not-in-family', [325] 'CatFeatures.occupation.Unmarried', [326] 'CatFeatures.occupation.Self-emp-not-inc', [327] 'CatFeatures.occupation.Prof-school', [328] 'CatFeatures.occupation.Prof-specialty', [329] 'CatFeatures.occupation.7th-8th' - [330] 'CatFeatures.occupation.Craft-repair', [331] 'CatFeatures.occupation.Federal-gov', [332] 'CatFeatures.occupation.Bachelors', [333] 'CatFeatures.occupation.Adm-clerical', [334] 'CatFeatures.occupation.Masters', [335] 'CatFeatures.occupation.Exec-managerial', [336] 'CatFeatures.occupation.State-gov', [337] 'CatFeatures.occupation.Wife', [338] 'CatFeatures.occupation.Widowed', [339] 'CatFeatures.occupation.Doctorate' - [340] 'CatFeatures.occupation.Asian-Pac-Islander', [341] 'CatFeatures.occupation.Tech-support', [342] 'CatFeatures.occupation.Divorced', [343] 'CatFeatures.occupation.Peru', [344] 'CatFeatures.occupation.Separated', [345] 'CatFeatures.occupation.Sales', [346] 'CatFeatures.occupation.5th-6th', [347] 'CatFeatures.occupation.Priv-house-serv', [348] 'CatFeatures.occupation.Guatemala', [349] 'CatFeatures.occupation.Self-emp-inc' - [350] 'CatFeatures.occupation.Assoc-voc', [351] 'CatFeatures.occupation.Mexico', [352] 'CatFeatures.occupation.Transport-moving', [353] 'CatFeatures.occupation.Handlers-cleaners', [354] 'CatFeatures.occupation.9th', [355] 'CatFeatures.occupation.Married-spouse-absent', [356] 'CatFeatures.occupation.Other', [357] 'CatFeatures.occupation.Dominican-Republic', [358] 'CatFeatures.occupation.Armed-Forces', [359] 'CatFeatures.occupation.Amer-Indian-Eskimo' - [360] 'CatFeatures.occupation.Ireland', [361] 'CatFeatures.occupation.Germany', [362] 'CatFeatures.occupation.12th', [363] 'CatFeatures.occupation.Other-relative', [364] 'CatFeatures.occupation.Philippines', [365] 'CatFeatures.occupation.Thailand', [366] 'CatFeatures.occupation.Haiti', [367] 'CatFeatures.occupation.El-Salvador', [368] 'CatFeatures.occupation.Puerto-Rico', [369] 'CatFeatures.occupation.Vietnam' - [370] 'CatFeatures.occupation.1st-4th', [371] 'CatFeatures.occupation.South', [372] 'CatFeatures.occupation.Married-AF-spouse', [373] 'CatFeatures.occupation.Columbia', [374] 'CatFeatures.occupation.Japan', [375] 'CatFeatures.occupation.India', [376] 'CatFeatures.occupation.Cambodia', [377] 'CatFeatures.occupation.Poland', [378] 'CatFeatures.occupation.Laos', [379] 'CatFeatures.occupation.England' - [380] 'CatFeatures.occupation.Cuba', [381] 'CatFeatures.occupation.Taiwan', [382] 'CatFeatures.occupation.Preschool', [383] 'CatFeatures.occupation.Italy', [384] 'CatFeatures.occupation.Canada', [385] 'CatFeatures.occupation.Portugal', [386] 'CatFeatures.occupation.China', [387] 'CatFeatures.occupation.Nicaragua', [388] 'CatFeatures.occupation.Honduras', [389] 'CatFeatures.occupation.Iran' - [390] 'CatFeatures.occupation.Scotland', [391] 'CatFeatures.occupation.Jamaica', [392] 'CatFeatures.occupation.Ecuador', [393] 'CatFeatures.occupation.Yugoslavia', [394] 'CatFeatures.occupation.Hungary', [395] 'CatFeatures.occupation.Hong', [396] 'CatFeatures.occupation.Greece', [397] 'CatFeatures.occupation.Without-pay', [398] 'CatFeatures.occupation.Trinadad&Tobago', [399] 'CatFeatures.occupation.Outlying-US(Guam-USVI-etc)' - [400] 'CatFeatures.occupation.France', [401] 'CatFeatures.occupation.Never-worked', [402] 'CatFeatures.relationship.Private', [403] 'CatFeatures.relationship.11th', [404] 'CatFeatures.relationship.Never-married', [405] 'CatFeatures.relationship.Machine-op-inspct', [406] 'CatFeatures.relationship.Own-child', [407] 'CatFeatures.relationship.Black', [408] 'CatFeatures.relationship.Male', [409] 'CatFeatures.relationship.United-States' - [410] 'CatFeatures.relationship.HS-grad', [411] 'CatFeatures.relationship.Married-civ-spouse', [412] 'CatFeatures.relationship.Farming-fishing', [413] 'CatFeatures.relationship.Husband', [414] 'CatFeatures.relationship.White', [415] 'CatFeatures.relationship.Local-gov', [416] 'CatFeatures.relationship.Assoc-acdm', [417] 'CatFeatures.relationship.Protective-serv', [418] 'CatFeatures.relationship.Some-college', [419] 'CatFeatures.relationship.?' - [420] 'CatFeatures.relationship.Female', [421] 'CatFeatures.relationship.10th', [422] 'CatFeatures.relationship.Other-service', [423] 'CatFeatures.relationship.Not-in-family', [424] 'CatFeatures.relationship.Unmarried', [425] 'CatFeatures.relationship.Self-emp-not-inc', [426] 'CatFeatures.relationship.Prof-school', [427] 'CatFeatures.relationship.Prof-specialty', [428] 'CatFeatures.relationship.7th-8th', [429] 'CatFeatures.relationship.Craft-repair' - [430] 'CatFeatures.relationship.Federal-gov', [431] 'CatFeatures.relationship.Bachelors', [432] 'CatFeatures.relationship.Adm-clerical', [433] 'CatFeatures.relationship.Masters', [434] 'CatFeatures.relationship.Exec-managerial', [435] 'CatFeatures.relationship.State-gov', [436] 'CatFeatures.relationship.Wife', [437] 'CatFeatures.relationship.Widowed', [438] 'CatFeatures.relationship.Doctorate', [439] 'CatFeatures.relationship.Asian-Pac-Islander' - [440] 'CatFeatures.relationship.Tech-support', [441] 'CatFeatures.relationship.Divorced', [442] 'CatFeatures.relationship.Peru', [443] 'CatFeatures.relationship.Separated', [444] 'CatFeatures.relationship.Sales', [445] 'CatFeatures.relationship.5th-6th', [446] 'CatFeatures.relationship.Priv-house-serv', [447] 'CatFeatures.relationship.Guatemala', [448] 'CatFeatures.relationship.Self-emp-inc', [449] 'CatFeatures.relationship.Assoc-voc' - [450] 'CatFeatures.relationship.Mexico', [451] 'CatFeatures.relationship.Transport-moving', [452] 'CatFeatures.relationship.Handlers-cleaners', [453] 'CatFeatures.relationship.9th', [454] 'CatFeatures.relationship.Married-spouse-absent', [455] 'CatFeatures.relationship.Other', [456] 'CatFeatures.relationship.Dominican-Republic', [457] 'CatFeatures.relationship.Armed-Forces', [458] 'CatFeatures.relationship.Amer-Indian-Eskimo', [459] 'CatFeatures.relationship.Ireland' - [460] 'CatFeatures.relationship.Germany', [461] 'CatFeatures.relationship.12th', [462] 'CatFeatures.relationship.Other-relative', [463] 'CatFeatures.relationship.Philippines', [464] 'CatFeatures.relationship.Thailand', [465] 'CatFeatures.relationship.Haiti', [466] 'CatFeatures.relationship.El-Salvador', [467] 'CatFeatures.relationship.Puerto-Rico', [468] 'CatFeatures.relationship.Vietnam', [469] 'CatFeatures.relationship.1st-4th' - [470] 'CatFeatures.relationship.South', [471] 'CatFeatures.relationship.Married-AF-spouse', [472] 'CatFeatures.relationship.Columbia', [473] 'CatFeatures.relationship.Japan', [474] 'CatFeatures.relationship.India', [475] 'CatFeatures.relationship.Cambodia', [476] 'CatFeatures.relationship.Poland', [477] 'CatFeatures.relationship.Laos', [478] 'CatFeatures.relationship.England', [479] 'CatFeatures.relationship.Cuba' - [480] 'CatFeatures.relationship.Taiwan', [481] 'CatFeatures.relationship.Preschool', [482] 'CatFeatures.relationship.Italy', [483] 'CatFeatures.relationship.Canada', [484] 'CatFeatures.relationship.Portugal', [485] 'CatFeatures.relationship.China', [486] 'CatFeatures.relationship.Nicaragua', [487] 'CatFeatures.relationship.Honduras', [488] 'CatFeatures.relationship.Iran', [489] 'CatFeatures.relationship.Scotland' - [490] 'CatFeatures.relationship.Jamaica', [491] 'CatFeatures.relationship.Ecuador', [492] 'CatFeatures.relationship.Yugoslavia', [493] 'CatFeatures.relationship.Hungary', [494] 'CatFeatures.relationship.Hong', [495] 'CatFeatures.relationship.Greece', [496] 'CatFeatures.relationship.Without-pay', [497] 'CatFeatures.relationship.Trinadad&Tobago', [498] 'CatFeatures.relationship.Outlying-US(Guam-USVI-etc)', [499] 'CatFeatures.relationship.France' - [500] 'CatFeatures.relationship.Never-worked', [501] 'CatFeatures.ethnicity.Private', [502] 'CatFeatures.ethnicity.11th', [503] 'CatFeatures.ethnicity.Never-married', [504] 'CatFeatures.ethnicity.Machine-op-inspct', [505] 'CatFeatures.ethnicity.Own-child', [506] 'CatFeatures.ethnicity.Black', [507] 'CatFeatures.ethnicity.Male', [508] 'CatFeatures.ethnicity.United-States', [509] 'CatFeatures.ethnicity.HS-grad' - [510] 'CatFeatures.ethnicity.Married-civ-spouse', [511] 'CatFeatures.ethnicity.Farming-fishing', [512] 'CatFeatures.ethnicity.Husband', [513] 'CatFeatures.ethnicity.White', [514] 'CatFeatures.ethnicity.Local-gov', [515] 'CatFeatures.ethnicity.Assoc-acdm', [516] 'CatFeatures.ethnicity.Protective-serv', [517] 'CatFeatures.ethnicity.Some-college', [518] 'CatFeatures.ethnicity.?', [519] 'CatFeatures.ethnicity.Female' - [520] 'CatFeatures.ethnicity.10th', [521] 'CatFeatures.ethnicity.Other-service', [522] 'CatFeatures.ethnicity.Not-in-family', [523] 'CatFeatures.ethnicity.Unmarried', [524] 'CatFeatures.ethnicity.Self-emp-not-inc', [525] 'CatFeatures.ethnicity.Prof-school', [526] 'CatFeatures.ethnicity.Prof-specialty', [527] 'CatFeatures.ethnicity.7th-8th', [528] 'CatFeatures.ethnicity.Craft-repair', [529] 'CatFeatures.ethnicity.Federal-gov' - [530] 'CatFeatures.ethnicity.Bachelors', [531] 'CatFeatures.ethnicity.Adm-clerical', [532] 'CatFeatures.ethnicity.Masters', [533] 'CatFeatures.ethnicity.Exec-managerial', [534] 'CatFeatures.ethnicity.State-gov', [535] 'CatFeatures.ethnicity.Wife', [536] 'CatFeatures.ethnicity.Widowed', [537] 'CatFeatures.ethnicity.Doctorate', [538] 'CatFeatures.ethnicity.Asian-Pac-Islander', [539] 'CatFeatures.ethnicity.Tech-support' - [540] 'CatFeatures.ethnicity.Divorced', [541] 'CatFeatures.ethnicity.Peru', [542] 'CatFeatures.ethnicity.Separated', [543] 'CatFeatures.ethnicity.Sales', [544] 'CatFeatures.ethnicity.5th-6th', [545] 'CatFeatures.ethnicity.Priv-house-serv', [546] 'CatFeatures.ethnicity.Guatemala', [547] 'CatFeatures.ethnicity.Self-emp-inc', [548] 'CatFeatures.ethnicity.Assoc-voc', [549] 'CatFeatures.ethnicity.Mexico' - [550] 'CatFeatures.ethnicity.Transport-moving', [551] 'CatFeatures.ethnicity.Handlers-cleaners', [552] 'CatFeatures.ethnicity.9th', [553] 'CatFeatures.ethnicity.Married-spouse-absent', [554] 'CatFeatures.ethnicity.Other', [555] 'CatFeatures.ethnicity.Dominican-Republic', [556] 'CatFeatures.ethnicity.Armed-Forces', [557] 'CatFeatures.ethnicity.Amer-Indian-Eskimo', [558] 'CatFeatures.ethnicity.Ireland', [559] 'CatFeatures.ethnicity.Germany' - [560] 'CatFeatures.ethnicity.12th', [561] 'CatFeatures.ethnicity.Other-relative', [562] 'CatFeatures.ethnicity.Philippines', [563] 'CatFeatures.ethnicity.Thailand', [564] 'CatFeatures.ethnicity.Haiti', [565] 'CatFeatures.ethnicity.El-Salvador', [566] 'CatFeatures.ethnicity.Puerto-Rico', [567] 'CatFeatures.ethnicity.Vietnam', [568] 'CatFeatures.ethnicity.1st-4th', [569] 'CatFeatures.ethnicity.South' - [570] 'CatFeatures.ethnicity.Married-AF-spouse', [571] 'CatFeatures.ethnicity.Columbia', [572] 'CatFeatures.ethnicity.Japan', [573] 'CatFeatures.ethnicity.India', [574] 'CatFeatures.ethnicity.Cambodia', [575] 'CatFeatures.ethnicity.Poland', [576] 'CatFeatures.ethnicity.Laos', [577] 'CatFeatures.ethnicity.England', [578] 'CatFeatures.ethnicity.Cuba', [579] 'CatFeatures.ethnicity.Taiwan' - [580] 'CatFeatures.ethnicity.Preschool', [581] 'CatFeatures.ethnicity.Italy', [582] 'CatFeatures.ethnicity.Canada', [583] 'CatFeatures.ethnicity.Portugal', [584] 'CatFeatures.ethnicity.China', [585] 'CatFeatures.ethnicity.Nicaragua', [586] 'CatFeatures.ethnicity.Honduras', [587] 'CatFeatures.ethnicity.Iran', [588] 'CatFeatures.ethnicity.Scotland', [589] 'CatFeatures.ethnicity.Jamaica' - [590] 'CatFeatures.ethnicity.Ecuador', [591] 'CatFeatures.ethnicity.Yugoslavia', [592] 'CatFeatures.ethnicity.Hungary', [593] 'CatFeatures.ethnicity.Hong', [594] 'CatFeatures.ethnicity.Greece', [595] 'CatFeatures.ethnicity.Without-pay', [596] 'CatFeatures.ethnicity.Trinadad&Tobago', [597] 'CatFeatures.ethnicity.Outlying-US(Guam-USVI-etc)', [598] 'CatFeatures.ethnicity.France', [599] 'CatFeatures.ethnicity.Never-worked' - [600] 'CatFeatures.sex.Private', [601] 'CatFeatures.sex.11th', [602] 'CatFeatures.sex.Never-married', [603] 'CatFeatures.sex.Machine-op-inspct', [604] 'CatFeatures.sex.Own-child', [605] 'CatFeatures.sex.Black', [606] 'CatFeatures.sex.Male', [607] 'CatFeatures.sex.United-States', [608] 'CatFeatures.sex.HS-grad', [609] 'CatFeatures.sex.Married-civ-spouse' - [610] 'CatFeatures.sex.Farming-fishing', [611] 'CatFeatures.sex.Husband', [612] 'CatFeatures.sex.White', [613] 'CatFeatures.sex.Local-gov', [614] 'CatFeatures.sex.Assoc-acdm', [615] 'CatFeatures.sex.Protective-serv', [616] 'CatFeatures.sex.Some-college', [617] 'CatFeatures.sex.?', [618] 'CatFeatures.sex.Female', [619] 'CatFeatures.sex.10th' - [620] 'CatFeatures.sex.Other-service', [621] 'CatFeatures.sex.Not-in-family', [622] 'CatFeatures.sex.Unmarried', [623] 'CatFeatures.sex.Self-emp-not-inc', [624] 'CatFeatures.sex.Prof-school', [625] 'CatFeatures.sex.Prof-specialty', [626] 'CatFeatures.sex.7th-8th', [627] 'CatFeatures.sex.Craft-repair', [628] 'CatFeatures.sex.Federal-gov', [629] 'CatFeatures.sex.Bachelors' - [630] 'CatFeatures.sex.Adm-clerical', [631] 'CatFeatures.sex.Masters', [632] 'CatFeatures.sex.Exec-managerial', [633] 'CatFeatures.sex.State-gov', [634] 'CatFeatures.sex.Wife', [635] 'CatFeatures.sex.Widowed', [636] 'CatFeatures.sex.Doctorate', [637] 'CatFeatures.sex.Asian-Pac-Islander', [638] 'CatFeatures.sex.Tech-support', [639] 'CatFeatures.sex.Divorced' - [640] 'CatFeatures.sex.Peru', [641] 'CatFeatures.sex.Separated', [642] 'CatFeatures.sex.Sales', [643] 'CatFeatures.sex.5th-6th', [644] 'CatFeatures.sex.Priv-house-serv', [645] 'CatFeatures.sex.Guatemala', [646] 'CatFeatures.sex.Self-emp-inc', [647] 'CatFeatures.sex.Assoc-voc', [648] 'CatFeatures.sex.Mexico', [649] 'CatFeatures.sex.Transport-moving' - [650] 'CatFeatures.sex.Handlers-cleaners', [651] 'CatFeatures.sex.9th', [652] 'CatFeatures.sex.Married-spouse-absent', [653] 'CatFeatures.sex.Other', [654] 'CatFeatures.sex.Dominican-Republic', [655] 'CatFeatures.sex.Armed-Forces', [656] 'CatFeatures.sex.Amer-Indian-Eskimo', [657] 'CatFeatures.sex.Ireland', [658] 'CatFeatures.sex.Germany', [659] 'CatFeatures.sex.12th' - [660] 'CatFeatures.sex.Other-relative', [661] 'CatFeatures.sex.Philippines', [662] 'CatFeatures.sex.Thailand', [663] 'CatFeatures.sex.Haiti', [664] 'CatFeatures.sex.El-Salvador', [665] 'CatFeatures.sex.Puerto-Rico', [666] 'CatFeatures.sex.Vietnam', [667] 'CatFeatures.sex.1st-4th', [668] 'CatFeatures.sex.South', [669] 'CatFeatures.sex.Married-AF-spouse' - [670] 'CatFeatures.sex.Columbia', [671] 'CatFeatures.sex.Japan', [672] 'CatFeatures.sex.India', [673] 'CatFeatures.sex.Cambodia', [674] 'CatFeatures.sex.Poland', [675] 'CatFeatures.sex.Laos', [676] 'CatFeatures.sex.England', [677] 'CatFeatures.sex.Cuba', [678] 'CatFeatures.sex.Taiwan', [679] 'CatFeatures.sex.Preschool' - [680] 'CatFeatures.sex.Italy', [681] 'CatFeatures.sex.Canada', [682] 'CatFeatures.sex.Portugal', [683] 'CatFeatures.sex.China', [684] 'CatFeatures.sex.Nicaragua', [685] 'CatFeatures.sex.Honduras', [686] 'CatFeatures.sex.Iran', [687] 'CatFeatures.sex.Scotland', [688] 'CatFeatures.sex.Jamaica', [689] 'CatFeatures.sex.Ecuador' - [690] 'CatFeatures.sex.Yugoslavia', [691] 'CatFeatures.sex.Hungary', [692] 'CatFeatures.sex.Hong', [693] 'CatFeatures.sex.Greece', [694] 'CatFeatures.sex.Without-pay', [695] 'CatFeatures.sex.Trinadad&Tobago', [696] 'CatFeatures.sex.Outlying-US(Guam-USVI-etc)', [697] 'CatFeatures.sex.France', [698] 'CatFeatures.sex.Never-worked', [699] 'CatFeatures.native-country.Private' - [700] 'CatFeatures.native-country.11th', [701] 'CatFeatures.native-country.Never-married', [702] 'CatFeatures.native-country.Machine-op-inspct', [703] 'CatFeatures.native-country.Own-child', [704] 'CatFeatures.native-country.Black', [705] 'CatFeatures.native-country.Male', [706] 'CatFeatures.native-country.United-States', [707] 'CatFeatures.native-country.HS-grad', [708] 'CatFeatures.native-country.Married-civ-spouse', [709] 'CatFeatures.native-country.Farming-fishing' - [710] 'CatFeatures.native-country.Husband', [711] 'CatFeatures.native-country.White', [712] 'CatFeatures.native-country.Local-gov', [713] 'CatFeatures.native-country.Assoc-acdm', [714] 'CatFeatures.native-country.Protective-serv', [715] 'CatFeatures.native-country.Some-college', [716] 'CatFeatures.native-country.?', [717] 'CatFeatures.native-country.Female', [718] 'CatFeatures.native-country.10th', [719] 'CatFeatures.native-country.Other-service' - [720] 'CatFeatures.native-country.Not-in-family', [721] 'CatFeatures.native-country.Unmarried', [722] 'CatFeatures.native-country.Self-emp-not-inc', [723] 'CatFeatures.native-country.Prof-school', [724] 'CatFeatures.native-country.Prof-specialty', [725] 'CatFeatures.native-country.7th-8th', [726] 'CatFeatures.native-country.Craft-repair', [727] 'CatFeatures.native-country.Federal-gov', [728] 'CatFeatures.native-country.Bachelors', [729] 'CatFeatures.native-country.Adm-clerical' - [730] 'CatFeatures.native-country.Masters', [731] 'CatFeatures.native-country.Exec-managerial', [732] 'CatFeatures.native-country.State-gov', [733] 'CatFeatures.native-country.Wife', [734] 'CatFeatures.native-country.Widowed', [735] 'CatFeatures.native-country.Doctorate', [736] 'CatFeatures.native-country.Asian-Pac-Islander', [737] 'CatFeatures.native-country.Tech-support', [738] 'CatFeatures.native-country.Divorced', [739] 'CatFeatures.native-country.Peru' - [740] 'CatFeatures.native-country.Separated', [741] 'CatFeatures.native-country.Sales', [742] 'CatFeatures.native-country.5th-6th', [743] 'CatFeatures.native-country.Priv-house-serv', [744] 'CatFeatures.native-country.Guatemala', [745] 'CatFeatures.native-country.Self-emp-inc', [746] 'CatFeatures.native-country.Assoc-voc', [747] 'CatFeatures.native-country.Mexico', [748] 'CatFeatures.native-country.Transport-moving', [749] 'CatFeatures.native-country.Handlers-cleaners' - [750] 'CatFeatures.native-country.9th', [751] 'CatFeatures.native-country.Married-spouse-absent', [752] 'CatFeatures.native-country.Other', [753] 'CatFeatures.native-country.Dominican-Republic', [754] 'CatFeatures.native-country.Armed-Forces', [755] 'CatFeatures.native-country.Amer-Indian-Eskimo', [756] 'CatFeatures.native-country.Ireland', [757] 'CatFeatures.native-country.Germany', [758] 'CatFeatures.native-country.12th', [759] 'CatFeatures.native-country.Other-relative' - [760] 'CatFeatures.native-country.Philippines', [761] 'CatFeatures.native-country.Thailand', [762] 'CatFeatures.native-country.Haiti', [763] 'CatFeatures.native-country.El-Salvador', [764] 'CatFeatures.native-country.Puerto-Rico', [765] 'CatFeatures.native-country.Vietnam', [766] 'CatFeatures.native-country.1st-4th', [767] 'CatFeatures.native-country.South', [768] 'CatFeatures.native-country.Married-AF-spouse', [769] 'CatFeatures.native-country.Columbia' - [770] 'CatFeatures.native-country.Japan', [771] 'CatFeatures.native-country.India', [772] 'CatFeatures.native-country.Cambodia', [773] 'CatFeatures.native-country.Poland', [774] 'CatFeatures.native-country.Laos', [775] 'CatFeatures.native-country.England', [776] 'CatFeatures.native-country.Cuba', [777] 'CatFeatures.native-country.Taiwan', [778] 'CatFeatures.native-country.Preschool', [779] 'CatFeatures.native-country.Italy' - [780] 'CatFeatures.native-country.Canada', [781] 'CatFeatures.native-country.Portugal', [782] 'CatFeatures.native-country.China', [783] 'CatFeatures.native-country.Nicaragua', [784] 'CatFeatures.native-country.Honduras', [785] 'CatFeatures.native-country.Iran', [786] 'CatFeatures.native-country.Scotland', [787] 'CatFeatures.native-country.Jamaica', [788] 'CatFeatures.native-country.Ecuador', [789] 'CatFeatures.native-country.Yugoslavia' - [790] 'CatFeatures.native-country.Hungary', [791] 'CatFeatures.native-country.Hong', [792] 'CatFeatures.native-country.Greece', [793] 'CatFeatures.native-country.Without-pay', [794] 'CatFeatures.native-country.Trinadad&Tobago', [795] 'CatFeatures.native-country.Outlying-US(Guam-USVI-etc)', [796] 'CatFeatures.native-country.France', [797] 'CatFeatures.native-country.Never-worked' + [0] '6', [1] '81', [2] '82', [3] '157', [4] '158', [5] '233', [6] '234', [7] '309', [8] '310', [9] '385' + [10] '386', [11] '461', [12] '462', [13] '537', [14] '538', [15] '613' + Metadata 'SlotNames': Vec: Length=614, Count=614 + [0] 'NumFeatures.age', [1] 'NumFeatures.fnlwgt', [2] 'NumFeatures.education-num', [3] 'NumFeatures.capital-gain', [4] 'NumFeatures.capital-loss', [5] 'NumFeatures.hours-per-week', [6] 'CatFeatures.Workclass.Private', [7] 'CatFeatures.Workclass.11th', [8] 'CatFeatures.Workclass.Never-married', [9] 'CatFeatures.Workclass.Machine-op-inspct' + [10] 'CatFeatures.Workclass.Own-child', [11] 'CatFeatures.Workclass.Black', [12] 'CatFeatures.Workclass.Male', [13] 'CatFeatures.Workclass.United-States', [14] 'CatFeatures.Workclass.HS-grad', [15] 'CatFeatures.Workclass.Married-civ-spouse', [16] 'CatFeatures.Workclass.Farming-fishing', [17] 'CatFeatures.Workclass.Husband', [18] 'CatFeatures.Workclass.White', [19] 'CatFeatures.Workclass.Local-gov' + [20] 'CatFeatures.Workclass.Assoc-acdm', [21] 'CatFeatures.Workclass.Protective-serv', [22] 'CatFeatures.Workclass.Some-college', [23] 'CatFeatures.Workclass.?', [24] 'CatFeatures.Workclass.Female', [25] 'CatFeatures.Workclass.10th', [26] 'CatFeatures.Workclass.Other-service', [27] 'CatFeatures.Workclass.Not-in-family', [28] 'CatFeatures.Workclass.Unmarried', [29] 'CatFeatures.Workclass.Self-emp-not-inc' + [30] 'CatFeatures.Workclass.Prof-school', [31] 'CatFeatures.Workclass.Prof-specialty', [32] 'CatFeatures.Workclass.7th-8th', [33] 'CatFeatures.Workclass.Craft-repair', [34] 'CatFeatures.Workclass.Federal-gov', [35] 'CatFeatures.Workclass.Bachelors', [36] 'CatFeatures.Workclass.Adm-clerical', [37] 'CatFeatures.Workclass.Masters', [38] 'CatFeatures.Workclass.Exec-managerial', [39] 'CatFeatures.Workclass.State-gov' + [40] 'CatFeatures.Workclass.Wife', [41] 'CatFeatures.Workclass.Widowed', [42] 'CatFeatures.Workclass.Doctorate', [43] 'CatFeatures.Workclass.Asian-Pac-Islander', [44] 'CatFeatures.Workclass.Tech-support', [45] 'CatFeatures.Workclass.Divorced', [46] 'CatFeatures.Workclass.Peru', [47] 'CatFeatures.Workclass.Separated', [48] 'CatFeatures.Workclass.Sales', [49] 'CatFeatures.Workclass.5th-6th' + [50] 'CatFeatures.Workclass.Priv-house-serv', [51] 'CatFeatures.Workclass.Guatemala', [52] 'CatFeatures.Workclass.Self-emp-inc', [53] 'CatFeatures.Workclass.Assoc-voc', [54] 'CatFeatures.Workclass.Mexico', [55] 'CatFeatures.Workclass.Transport-moving', [56] 'CatFeatures.Workclass.Handlers-cleaners', [57] 'CatFeatures.Workclass.9th', [58] 'CatFeatures.Workclass.Married-spouse-absent', [59] 'CatFeatures.Workclass.Other' + [60] 'CatFeatures.Workclass.Dominican-Republic', [61] 'CatFeatures.Workclass.Armed-Forces', [62] 'CatFeatures.Workclass.Amer-Indian-Inuit', [63] 'CatFeatures.Workclass.Ireland', [64] 'CatFeatures.Workclass.Germany', [65] 'CatFeatures.Workclass.12th', [66] 'CatFeatures.Workclass.Other-relative', [67] 'CatFeatures.Workclass.Philippines', [68] 'CatFeatures.Workclass.Thailand', [69] 'CatFeatures.Workclass.Haiti' + [70] 'CatFeatures.Workclass.El-Salvador', [71] 'CatFeatures.Workclass.Puerto-Rico', [72] 'CatFeatures.Workclass.Vietnam', [73] 'CatFeatures.Workclass.1st-4th', [74] 'CatFeatures.Workclass.South', [75] 'CatFeatures.Workclass.Married-AF-spouse', [76] 'CatFeatures.Workclass.Columbia', [77] 'CatFeatures.Workclass.Japan', [78] 'CatFeatures.Workclass.India', [79] 'CatFeatures.Workclass.Cambodia' + [80] 'CatFeatures.Workclass.Poland', [81] 'CatFeatures.Workclass.Laos', [82] 'CatFeatures.education.Private', [83] 'CatFeatures.education.11th', [84] 'CatFeatures.education.Never-married', [85] 'CatFeatures.education.Machine-op-inspct', [86] 'CatFeatures.education.Own-child', [87] 'CatFeatures.education.Black', [88] 'CatFeatures.education.Male', [89] 'CatFeatures.education.United-States' + [90] 'CatFeatures.education.HS-grad', [91] 'CatFeatures.education.Married-civ-spouse', [92] 'CatFeatures.education.Farming-fishing', [93] 'CatFeatures.education.Husband', [94] 'CatFeatures.education.White', [95] 'CatFeatures.education.Local-gov', [96] 'CatFeatures.education.Assoc-acdm', [97] 'CatFeatures.education.Protective-serv', [98] 'CatFeatures.education.Some-college', [99] 'CatFeatures.education.?' + [100] 'CatFeatures.education.Female', [101] 'CatFeatures.education.10th', [102] 'CatFeatures.education.Other-service', [103] 'CatFeatures.education.Not-in-family', [104] 'CatFeatures.education.Unmarried', [105] 'CatFeatures.education.Self-emp-not-inc', [106] 'CatFeatures.education.Prof-school', [107] 'CatFeatures.education.Prof-specialty', [108] 'CatFeatures.education.7th-8th', [109] 'CatFeatures.education.Craft-repair' + [110] 'CatFeatures.education.Federal-gov', [111] 'CatFeatures.education.Bachelors', [112] 'CatFeatures.education.Adm-clerical', [113] 'CatFeatures.education.Masters', [114] 'CatFeatures.education.Exec-managerial', [115] 'CatFeatures.education.State-gov', [116] 'CatFeatures.education.Wife', [117] 'CatFeatures.education.Widowed', [118] 'CatFeatures.education.Doctorate', [119] 'CatFeatures.education.Asian-Pac-Islander' + [120] 'CatFeatures.education.Tech-support', [121] 'CatFeatures.education.Divorced', [122] 'CatFeatures.education.Peru', [123] 'CatFeatures.education.Separated', [124] 'CatFeatures.education.Sales', [125] 'CatFeatures.education.5th-6th', [126] 'CatFeatures.education.Priv-house-serv', [127] 'CatFeatures.education.Guatemala', [128] 'CatFeatures.education.Self-emp-inc', [129] 'CatFeatures.education.Assoc-voc' + [130] 'CatFeatures.education.Mexico', [131] 'CatFeatures.education.Transport-moving', [132] 'CatFeatures.education.Handlers-cleaners', [133] 'CatFeatures.education.9th', [134] 'CatFeatures.education.Married-spouse-absent', [135] 'CatFeatures.education.Other', [136] 'CatFeatures.education.Dominican-Republic', [137] 'CatFeatures.education.Armed-Forces', [138] 'CatFeatures.education.Amer-Indian-Inuit', [139] 'CatFeatures.education.Ireland' + [140] 'CatFeatures.education.Germany', [141] 'CatFeatures.education.12th', [142] 'CatFeatures.education.Other-relative', [143] 'CatFeatures.education.Philippines', [144] 'CatFeatures.education.Thailand', [145] 'CatFeatures.education.Haiti', [146] 'CatFeatures.education.El-Salvador', [147] 'CatFeatures.education.Puerto-Rico', [148] 'CatFeatures.education.Vietnam', [149] 'CatFeatures.education.1st-4th' + [150] 'CatFeatures.education.South', [151] 'CatFeatures.education.Married-AF-spouse', [152] 'CatFeatures.education.Columbia', [153] 'CatFeatures.education.Japan', [154] 'CatFeatures.education.India', [155] 'CatFeatures.education.Cambodia', [156] 'CatFeatures.education.Poland', [157] 'CatFeatures.education.Laos', [158] 'CatFeatures.marital-status.Private', [159] 'CatFeatures.marital-status.11th' + [160] 'CatFeatures.marital-status.Never-married', [161] 'CatFeatures.marital-status.Machine-op-inspct', [162] 'CatFeatures.marital-status.Own-child', [163] 'CatFeatures.marital-status.Black', [164] 'CatFeatures.marital-status.Male', [165] 'CatFeatures.marital-status.United-States', [166] 'CatFeatures.marital-status.HS-grad', [167] 'CatFeatures.marital-status.Married-civ-spouse', [168] 'CatFeatures.marital-status.Farming-fishing', [169] 'CatFeatures.marital-status.Husband' + [170] 'CatFeatures.marital-status.White', [171] 'CatFeatures.marital-status.Local-gov', [172] 'CatFeatures.marital-status.Assoc-acdm', [173] 'CatFeatures.marital-status.Protective-serv', [174] 'CatFeatures.marital-status.Some-college', [175] 'CatFeatures.marital-status.?', [176] 'CatFeatures.marital-status.Female', [177] 'CatFeatures.marital-status.10th', [178] 'CatFeatures.marital-status.Other-service', [179] 'CatFeatures.marital-status.Not-in-family' + [180] 'CatFeatures.marital-status.Unmarried', [181] 'CatFeatures.marital-status.Self-emp-not-inc', [182] 'CatFeatures.marital-status.Prof-school', [183] 'CatFeatures.marital-status.Prof-specialty', [184] 'CatFeatures.marital-status.7th-8th', [185] 'CatFeatures.marital-status.Craft-repair', [186] 'CatFeatures.marital-status.Federal-gov', [187] 'CatFeatures.marital-status.Bachelors', [188] 'CatFeatures.marital-status.Adm-clerical', [189] 'CatFeatures.marital-status.Masters' + [190] 'CatFeatures.marital-status.Exec-managerial', [191] 'CatFeatures.marital-status.State-gov', [192] 'CatFeatures.marital-status.Wife', [193] 'CatFeatures.marital-status.Widowed', [194] 'CatFeatures.marital-status.Doctorate', [195] 'CatFeatures.marital-status.Asian-Pac-Islander', [196] 'CatFeatures.marital-status.Tech-support', [197] 'CatFeatures.marital-status.Divorced', [198] 'CatFeatures.marital-status.Peru', [199] 'CatFeatures.marital-status.Separated' + [200] 'CatFeatures.marital-status.Sales', [201] 'CatFeatures.marital-status.5th-6th', [202] 'CatFeatures.marital-status.Priv-house-serv', [203] 'CatFeatures.marital-status.Guatemala', [204] 'CatFeatures.marital-status.Self-emp-inc', [205] 'CatFeatures.marital-status.Assoc-voc', [206] 'CatFeatures.marital-status.Mexico', [207] 'CatFeatures.marital-status.Transport-moving', [208] 'CatFeatures.marital-status.Handlers-cleaners', [209] 'CatFeatures.marital-status.9th' + [210] 'CatFeatures.marital-status.Married-spouse-absent', [211] 'CatFeatures.marital-status.Other', [212] 'CatFeatures.marital-status.Dominican-Republic', [213] 'CatFeatures.marital-status.Armed-Forces', [214] 'CatFeatures.marital-status.Amer-Indian-Inuit', [215] 'CatFeatures.marital-status.Ireland', [216] 'CatFeatures.marital-status.Germany', [217] 'CatFeatures.marital-status.12th', [218] 'CatFeatures.marital-status.Other-relative', [219] 'CatFeatures.marital-status.Philippines' + [220] 'CatFeatures.marital-status.Thailand', [221] 'CatFeatures.marital-status.Haiti', [222] 'CatFeatures.marital-status.El-Salvador', [223] 'CatFeatures.marital-status.Puerto-Rico', [224] 'CatFeatures.marital-status.Vietnam', [225] 'CatFeatures.marital-status.1st-4th', [226] 'CatFeatures.marital-status.South', [227] 'CatFeatures.marital-status.Married-AF-spouse', [228] 'CatFeatures.marital-status.Columbia', [229] 'CatFeatures.marital-status.Japan' + [230] 'CatFeatures.marital-status.India', [231] 'CatFeatures.marital-status.Cambodia', [232] 'CatFeatures.marital-status.Poland', [233] 'CatFeatures.marital-status.Laos', [234] 'CatFeatures.occupation.Private', [235] 'CatFeatures.occupation.11th', [236] 'CatFeatures.occupation.Never-married', [237] 'CatFeatures.occupation.Machine-op-inspct', [238] 'CatFeatures.occupation.Own-child', [239] 'CatFeatures.occupation.Black' + [240] 'CatFeatures.occupation.Male', [241] 'CatFeatures.occupation.United-States', [242] 'CatFeatures.occupation.HS-grad', [243] 'CatFeatures.occupation.Married-civ-spouse', [244] 'CatFeatures.occupation.Farming-fishing', [245] 'CatFeatures.occupation.Husband', [246] 'CatFeatures.occupation.White', [247] 'CatFeatures.occupation.Local-gov', [248] 'CatFeatures.occupation.Assoc-acdm', [249] 'CatFeatures.occupation.Protective-serv' + [250] 'CatFeatures.occupation.Some-college', [251] 'CatFeatures.occupation.?', [252] 'CatFeatures.occupation.Female', [253] 'CatFeatures.occupation.10th', [254] 'CatFeatures.occupation.Other-service', [255] 'CatFeatures.occupation.Not-in-family', [256] 'CatFeatures.occupation.Unmarried', [257] 'CatFeatures.occupation.Self-emp-not-inc', [258] 'CatFeatures.occupation.Prof-school', [259] 'CatFeatures.occupation.Prof-specialty' + [260] 'CatFeatures.occupation.7th-8th', [261] 'CatFeatures.occupation.Craft-repair', [262] 'CatFeatures.occupation.Federal-gov', [263] 'CatFeatures.occupation.Bachelors', [264] 'CatFeatures.occupation.Adm-clerical', [265] 'CatFeatures.occupation.Masters', [266] 'CatFeatures.occupation.Exec-managerial', [267] 'CatFeatures.occupation.State-gov', [268] 'CatFeatures.occupation.Wife', [269] 'CatFeatures.occupation.Widowed' + [270] 'CatFeatures.occupation.Doctorate', [271] 'CatFeatures.occupation.Asian-Pac-Islander', [272] 'CatFeatures.occupation.Tech-support', [273] 'CatFeatures.occupation.Divorced', [274] 'CatFeatures.occupation.Peru', [275] 'CatFeatures.occupation.Separated', [276] 'CatFeatures.occupation.Sales', [277] 'CatFeatures.occupation.5th-6th', [278] 'CatFeatures.occupation.Priv-house-serv', [279] 'CatFeatures.occupation.Guatemala' + [280] 'CatFeatures.occupation.Self-emp-inc', [281] 'CatFeatures.occupation.Assoc-voc', [282] 'CatFeatures.occupation.Mexico', [283] 'CatFeatures.occupation.Transport-moving', [284] 'CatFeatures.occupation.Handlers-cleaners', [285] 'CatFeatures.occupation.9th', [286] 'CatFeatures.occupation.Married-spouse-absent', [287] 'CatFeatures.occupation.Other', [288] 'CatFeatures.occupation.Dominican-Republic', [289] 'CatFeatures.occupation.Armed-Forces' + [290] 'CatFeatures.occupation.Amer-Indian-Inuit', [291] 'CatFeatures.occupation.Ireland', [292] 'CatFeatures.occupation.Germany', [293] 'CatFeatures.occupation.12th', [294] 'CatFeatures.occupation.Other-relative', [295] 'CatFeatures.occupation.Philippines', [296] 'CatFeatures.occupation.Thailand', [297] 'CatFeatures.occupation.Haiti', [298] 'CatFeatures.occupation.El-Salvador', [299] 'CatFeatures.occupation.Puerto-Rico' + [300] 'CatFeatures.occupation.Vietnam', [301] 'CatFeatures.occupation.1st-4th', [302] 'CatFeatures.occupation.South', [303] 'CatFeatures.occupation.Married-AF-spouse', [304] 'CatFeatures.occupation.Columbia', [305] 'CatFeatures.occupation.Japan', [306] 'CatFeatures.occupation.India', [307] 'CatFeatures.occupation.Cambodia', [308] 'CatFeatures.occupation.Poland', [309] 'CatFeatures.occupation.Laos' + [310] 'CatFeatures.relationship.Private', [311] 'CatFeatures.relationship.11th', [312] 'CatFeatures.relationship.Never-married', [313] 'CatFeatures.relationship.Machine-op-inspct', [314] 'CatFeatures.relationship.Own-child', [315] 'CatFeatures.relationship.Black', [316] 'CatFeatures.relationship.Male', [317] 'CatFeatures.relationship.United-States', [318] 'CatFeatures.relationship.HS-grad', [319] 'CatFeatures.relationship.Married-civ-spouse' + [320] 'CatFeatures.relationship.Farming-fishing', [321] 'CatFeatures.relationship.Husband', [322] 'CatFeatures.relationship.White', [323] 'CatFeatures.relationship.Local-gov', [324] 'CatFeatures.relationship.Assoc-acdm', [325] 'CatFeatures.relationship.Protective-serv', [326] 'CatFeatures.relationship.Some-college', [327] 'CatFeatures.relationship.?', [328] 'CatFeatures.relationship.Female', [329] 'CatFeatures.relationship.10th' + [330] 'CatFeatures.relationship.Other-service', [331] 'CatFeatures.relationship.Not-in-family', [332] 'CatFeatures.relationship.Unmarried', [333] 'CatFeatures.relationship.Self-emp-not-inc', [334] 'CatFeatures.relationship.Prof-school', [335] 'CatFeatures.relationship.Prof-specialty', [336] 'CatFeatures.relationship.7th-8th', [337] 'CatFeatures.relationship.Craft-repair', [338] 'CatFeatures.relationship.Federal-gov', [339] 'CatFeatures.relationship.Bachelors' + [340] 'CatFeatures.relationship.Adm-clerical', [341] 'CatFeatures.relationship.Masters', [342] 'CatFeatures.relationship.Exec-managerial', [343] 'CatFeatures.relationship.State-gov', [344] 'CatFeatures.relationship.Wife', [345] 'CatFeatures.relationship.Widowed', [346] 'CatFeatures.relationship.Doctorate', [347] 'CatFeatures.relationship.Asian-Pac-Islander', [348] 'CatFeatures.relationship.Tech-support', [349] 'CatFeatures.relationship.Divorced' + [350] 'CatFeatures.relationship.Peru', [351] 'CatFeatures.relationship.Separated', [352] 'CatFeatures.relationship.Sales', [353] 'CatFeatures.relationship.5th-6th', [354] 'CatFeatures.relationship.Priv-house-serv', [355] 'CatFeatures.relationship.Guatemala', [356] 'CatFeatures.relationship.Self-emp-inc', [357] 'CatFeatures.relationship.Assoc-voc', [358] 'CatFeatures.relationship.Mexico', [359] 'CatFeatures.relationship.Transport-moving' + [360] 'CatFeatures.relationship.Handlers-cleaners', [361] 'CatFeatures.relationship.9th', [362] 'CatFeatures.relationship.Married-spouse-absent', [363] 'CatFeatures.relationship.Other', [364] 'CatFeatures.relationship.Dominican-Republic', [365] 'CatFeatures.relationship.Armed-Forces', [366] 'CatFeatures.relationship.Amer-Indian-Inuit', [367] 'CatFeatures.relationship.Ireland', [368] 'CatFeatures.relationship.Germany', [369] 'CatFeatures.relationship.12th' + [370] 'CatFeatures.relationship.Other-relative', [371] 'CatFeatures.relationship.Philippines', [372] 'CatFeatures.relationship.Thailand', [373] 'CatFeatures.relationship.Haiti', [374] 'CatFeatures.relationship.El-Salvador', [375] 'CatFeatures.relationship.Puerto-Rico', [376] 'CatFeatures.relationship.Vietnam', [377] 'CatFeatures.relationship.1st-4th', [378] 'CatFeatures.relationship.South', [379] 'CatFeatures.relationship.Married-AF-spouse' + [380] 'CatFeatures.relationship.Columbia', [381] 'CatFeatures.relationship.Japan', [382] 'CatFeatures.relationship.India', [383] 'CatFeatures.relationship.Cambodia', [384] 'CatFeatures.relationship.Poland', [385] 'CatFeatures.relationship.Laos', [386] 'CatFeatures.ethnicity.Private', [387] 'CatFeatures.ethnicity.11th', [388] 'CatFeatures.ethnicity.Never-married', [389] 'CatFeatures.ethnicity.Machine-op-inspct' + [390] 'CatFeatures.ethnicity.Own-child', [391] 'CatFeatures.ethnicity.Black', [392] 'CatFeatures.ethnicity.Male', [393] 'CatFeatures.ethnicity.United-States', [394] 'CatFeatures.ethnicity.HS-grad', [395] 'CatFeatures.ethnicity.Married-civ-spouse', [396] 'CatFeatures.ethnicity.Farming-fishing', [397] 'CatFeatures.ethnicity.Husband', [398] 'CatFeatures.ethnicity.White', [399] 'CatFeatures.ethnicity.Local-gov' + [400] 'CatFeatures.ethnicity.Assoc-acdm', [401] 'CatFeatures.ethnicity.Protective-serv', [402] 'CatFeatures.ethnicity.Some-college', [403] 'CatFeatures.ethnicity.?', [404] 'CatFeatures.ethnicity.Female', [405] 'CatFeatures.ethnicity.10th', [406] 'CatFeatures.ethnicity.Other-service', [407] 'CatFeatures.ethnicity.Not-in-family', [408] 'CatFeatures.ethnicity.Unmarried', [409] 'CatFeatures.ethnicity.Self-emp-not-inc' + [410] 'CatFeatures.ethnicity.Prof-school', [411] 'CatFeatures.ethnicity.Prof-specialty', [412] 'CatFeatures.ethnicity.7th-8th', [413] 'CatFeatures.ethnicity.Craft-repair', [414] 'CatFeatures.ethnicity.Federal-gov', [415] 'CatFeatures.ethnicity.Bachelors', [416] 'CatFeatures.ethnicity.Adm-clerical', [417] 'CatFeatures.ethnicity.Masters', [418] 'CatFeatures.ethnicity.Exec-managerial', [419] 'CatFeatures.ethnicity.State-gov' + [420] 'CatFeatures.ethnicity.Wife', [421] 'CatFeatures.ethnicity.Widowed', [422] 'CatFeatures.ethnicity.Doctorate', [423] 'CatFeatures.ethnicity.Asian-Pac-Islander', [424] 'CatFeatures.ethnicity.Tech-support', [425] 'CatFeatures.ethnicity.Divorced', [426] 'CatFeatures.ethnicity.Peru', [427] 'CatFeatures.ethnicity.Separated', [428] 'CatFeatures.ethnicity.Sales', [429] 'CatFeatures.ethnicity.5th-6th' + [430] 'CatFeatures.ethnicity.Priv-house-serv', [431] 'CatFeatures.ethnicity.Guatemala', [432] 'CatFeatures.ethnicity.Self-emp-inc', [433] 'CatFeatures.ethnicity.Assoc-voc', [434] 'CatFeatures.ethnicity.Mexico', [435] 'CatFeatures.ethnicity.Transport-moving', [436] 'CatFeatures.ethnicity.Handlers-cleaners', [437] 'CatFeatures.ethnicity.9th', [438] 'CatFeatures.ethnicity.Married-spouse-absent', [439] 'CatFeatures.ethnicity.Other' + [440] 'CatFeatures.ethnicity.Dominican-Republic', [441] 'CatFeatures.ethnicity.Armed-Forces', [442] 'CatFeatures.ethnicity.Amer-Indian-Inuit', [443] 'CatFeatures.ethnicity.Ireland', [444] 'CatFeatures.ethnicity.Germany', [445] 'CatFeatures.ethnicity.12th', [446] 'CatFeatures.ethnicity.Other-relative', [447] 'CatFeatures.ethnicity.Philippines', [448] 'CatFeatures.ethnicity.Thailand', [449] 'CatFeatures.ethnicity.Haiti' + [450] 'CatFeatures.ethnicity.El-Salvador', [451] 'CatFeatures.ethnicity.Puerto-Rico', [452] 'CatFeatures.ethnicity.Vietnam', [453] 'CatFeatures.ethnicity.1st-4th', [454] 'CatFeatures.ethnicity.South', [455] 'CatFeatures.ethnicity.Married-AF-spouse', [456] 'CatFeatures.ethnicity.Columbia', [457] 'CatFeatures.ethnicity.Japan', [458] 'CatFeatures.ethnicity.India', [459] 'CatFeatures.ethnicity.Cambodia' + [460] 'CatFeatures.ethnicity.Poland', [461] 'CatFeatures.ethnicity.Laos', [462] 'CatFeatures.sex.Private', [463] 'CatFeatures.sex.11th', [464] 'CatFeatures.sex.Never-married', [465] 'CatFeatures.sex.Machine-op-inspct', [466] 'CatFeatures.sex.Own-child', [467] 'CatFeatures.sex.Black', [468] 'CatFeatures.sex.Male', [469] 'CatFeatures.sex.United-States' + [470] 'CatFeatures.sex.HS-grad', [471] 'CatFeatures.sex.Married-civ-spouse', [472] 'CatFeatures.sex.Farming-fishing', [473] 'CatFeatures.sex.Husband', [474] 'CatFeatures.sex.White', [475] 'CatFeatures.sex.Local-gov', [476] 'CatFeatures.sex.Assoc-acdm', [477] 'CatFeatures.sex.Protective-serv', [478] 'CatFeatures.sex.Some-college', [479] 'CatFeatures.sex.?' + [480] 'CatFeatures.sex.Female', [481] 'CatFeatures.sex.10th', [482] 'CatFeatures.sex.Other-service', [483] 'CatFeatures.sex.Not-in-family', [484] 'CatFeatures.sex.Unmarried', [485] 'CatFeatures.sex.Self-emp-not-inc', [486] 'CatFeatures.sex.Prof-school', [487] 'CatFeatures.sex.Prof-specialty', [488] 'CatFeatures.sex.7th-8th', [489] 'CatFeatures.sex.Craft-repair' + [490] 'CatFeatures.sex.Federal-gov', [491] 'CatFeatures.sex.Bachelors', [492] 'CatFeatures.sex.Adm-clerical', [493] 'CatFeatures.sex.Masters', [494] 'CatFeatures.sex.Exec-managerial', [495] 'CatFeatures.sex.State-gov', [496] 'CatFeatures.sex.Wife', [497] 'CatFeatures.sex.Widowed', [498] 'CatFeatures.sex.Doctorate', [499] 'CatFeatures.sex.Asian-Pac-Islander' + [500] 'CatFeatures.sex.Tech-support', [501] 'CatFeatures.sex.Divorced', [502] 'CatFeatures.sex.Peru', [503] 'CatFeatures.sex.Separated', [504] 'CatFeatures.sex.Sales', [505] 'CatFeatures.sex.5th-6th', [506] 'CatFeatures.sex.Priv-house-serv', [507] 'CatFeatures.sex.Guatemala', [508] 'CatFeatures.sex.Self-emp-inc', [509] 'CatFeatures.sex.Assoc-voc' + [510] 'CatFeatures.sex.Mexico', [511] 'CatFeatures.sex.Transport-moving', [512] 'CatFeatures.sex.Handlers-cleaners', [513] 'CatFeatures.sex.9th', [514] 'CatFeatures.sex.Married-spouse-absent', [515] 'CatFeatures.sex.Other', [516] 'CatFeatures.sex.Dominican-Republic', [517] 'CatFeatures.sex.Armed-Forces', [518] 'CatFeatures.sex.Amer-Indian-Inuit', [519] 'CatFeatures.sex.Ireland' + [520] 'CatFeatures.sex.Germany', [521] 'CatFeatures.sex.12th', [522] 'CatFeatures.sex.Other-relative', [523] 'CatFeatures.sex.Philippines', [524] 'CatFeatures.sex.Thailand', [525] 'CatFeatures.sex.Haiti', [526] 'CatFeatures.sex.El-Salvador', [527] 'CatFeatures.sex.Puerto-Rico', [528] 'CatFeatures.sex.Vietnam', [529] 'CatFeatures.sex.1st-4th' + [530] 'CatFeatures.sex.South', [531] 'CatFeatures.sex.Married-AF-spouse', [532] 'CatFeatures.sex.Columbia', [533] 'CatFeatures.sex.Japan', [534] 'CatFeatures.sex.India', [535] 'CatFeatures.sex.Cambodia', [536] 'CatFeatures.sex.Poland', [537] 'CatFeatures.sex.Laos', [538] 'CatFeatures.native-country-region.Private', [539] 'CatFeatures.native-country-region.11th' + [540] 'CatFeatures.native-country-region.Never-married', [541] 'CatFeatures.native-country-region.Machine-op-inspct', [542] 'CatFeatures.native-country-region.Own-child', [543] 'CatFeatures.native-country-region.Black', [544] 'CatFeatures.native-country-region.Male', [545] 'CatFeatures.native-country-region.United-States', [546] 'CatFeatures.native-country-region.HS-grad', [547] 'CatFeatures.native-country-region.Married-civ-spouse', [548] 'CatFeatures.native-country-region.Farming-fishing', [549] 'CatFeatures.native-country-region.Husband' + [550] 'CatFeatures.native-country-region.White', [551] 'CatFeatures.native-country-region.Local-gov', [552] 'CatFeatures.native-country-region.Assoc-acdm', [553] 'CatFeatures.native-country-region.Protective-serv', [554] 'CatFeatures.native-country-region.Some-college', [555] 'CatFeatures.native-country-region.?', [556] 'CatFeatures.native-country-region.Female', [557] 'CatFeatures.native-country-region.10th', [558] 'CatFeatures.native-country-region.Other-service', [559] 'CatFeatures.native-country-region.Not-in-family' + [560] 'CatFeatures.native-country-region.Unmarried', [561] 'CatFeatures.native-country-region.Self-emp-not-inc', [562] 'CatFeatures.native-country-region.Prof-school', [563] 'CatFeatures.native-country-region.Prof-specialty', [564] 'CatFeatures.native-country-region.7th-8th', [565] 'CatFeatures.native-country-region.Craft-repair', [566] 'CatFeatures.native-country-region.Federal-gov', [567] 'CatFeatures.native-country-region.Bachelors', [568] 'CatFeatures.native-country-region.Adm-clerical', [569] 'CatFeatures.native-country-region.Masters' + [570] 'CatFeatures.native-country-region.Exec-managerial', [571] 'CatFeatures.native-country-region.State-gov', [572] 'CatFeatures.native-country-region.Wife', [573] 'CatFeatures.native-country-region.Widowed', [574] 'CatFeatures.native-country-region.Doctorate', [575] 'CatFeatures.native-country-region.Asian-Pac-Islander', [576] 'CatFeatures.native-country-region.Tech-support', [577] 'CatFeatures.native-country-region.Divorced', [578] 'CatFeatures.native-country-region.Peru', [579] 'CatFeatures.native-country-region.Separated' + [580] 'CatFeatures.native-country-region.Sales', [581] 'CatFeatures.native-country-region.5th-6th', [582] 'CatFeatures.native-country-region.Priv-house-serv', [583] 'CatFeatures.native-country-region.Guatemala', [584] 'CatFeatures.native-country-region.Self-emp-inc', [585] 'CatFeatures.native-country-region.Assoc-voc', [586] 'CatFeatures.native-country-region.Mexico', [587] 'CatFeatures.native-country-region.Transport-moving', [588] 'CatFeatures.native-country-region.Handlers-cleaners', [589] 'CatFeatures.native-country-region.9th' + [590] 'CatFeatures.native-country-region.Married-spouse-absent', [591] 'CatFeatures.native-country-region.Other', [592] 'CatFeatures.native-country-region.Dominican-Republic', [593] 'CatFeatures.native-country-region.Armed-Forces', [594] 'CatFeatures.native-country-region.Amer-Indian-Inuit', [595] 'CatFeatures.native-country-region.Ireland', [596] 'CatFeatures.native-country-region.Germany', [597] 'CatFeatures.native-country-region.12th', [598] 'CatFeatures.native-country-region.Other-relative', [599] 'CatFeatures.native-country-region.Philippines' + [600] 'CatFeatures.native-country-region.Thailand', [601] 'CatFeatures.native-country-region.Haiti', [602] 'CatFeatures.native-country-region.El-Salvador', [603] 'CatFeatures.native-country-region.Puerto-Rico', [604] 'CatFeatures.native-country-region.Vietnam', [605] 'CatFeatures.native-country-region.1st-4th', [606] 'CatFeatures.native-country-region.South', [607] 'CatFeatures.native-country-region.Married-AF-spouse', [608] 'CatFeatures.native-country-region.Columbia', [609] 'CatFeatures.native-country-region.Japan' + [610] 'CatFeatures.native-country-region.India', [611] 'CatFeatures.native-country-region.Cambodia', [612] 'CatFeatures.native-country-region.Poland', [613] 'CatFeatures.native-country-region.Laos' diff --git a/test/Microsoft.ML.TestFramework/TestCommandBase.cs b/test/Microsoft.ML.TestFramework/TestCommandBase.cs index f025074f3f..ea70208cd6 100644 --- a/test/Microsoft.ML.TestFramework/TestCommandBase.cs +++ b/test/Microsoft.ML.TestFramework/TestCommandBase.cs @@ -675,13 +675,12 @@ public void CommandShowSchema() [Fact] public void CommandShowSchemaModel() { - string trainDataPath = GetDataPath("adult.test"); + string trainDataPath = GetDataPath("adult.tiny.with-schema.txt"); string modelPath = ModelPath().Path; string args = string.Format( @"train data={{{0}}} loader=Text{{ - sep=, header=+ col=NumFeatures:Num:9-14 col=CatFeaturesText:TX:0~*