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