5 writes to ZipCode
Microsoft.ML.Samples (5)
Dynamic\Transforms\Categorical\OneHotHashEncodingMultiColumn.cs (5)
17
new DataPoint {Education = "0-5yrs",
ZipCode
= "98005"},
18
new DataPoint {Education = "0-5yrs",
ZipCode
= "98052"},
19
new DataPoint {Education = "6-11yrs",
ZipCode
= "98005"},
20
new DataPoint {Education = "6-11yrs",
ZipCode
= "98052"},
21
new DataPoint {Education = "11-15yrs",
ZipCode
= "98005"}