com.alpine.model.pack.preprocess
This should return a representative class from every jar that is needed to load the object during deserialization.
This should return a representative class from every jar that is needed to load the object during deserialization.
Default implementation returns the class of MLModel, and the class of the model implementation.
Used to identify this model when in a collection of models.
Used to identify this model when in a collection of models. Should be simple characters, so it can be used in a feature name.
identifier for the model.
Model to apply one-hot encoding to categorical input features. Result will be a sequence of 1s and 0s.