com.alpine.model.pack.preprocess
One hot encoding for a single feature. The baseValue is encoded as all 0s to ensure a linear independence of the range.
values to be encoded as 1 at the corresponding index, 0s elsewhere.
value to be encoded as a vector as 0s.
One hot encoding for a single feature. The baseValue is encoded as all 0s to ensure a linear independence of the range.
values to be encoded as 1 at the corresponding index, 0s elsewhere.
value to be encoded as a vector as 0s.