Load the model.
Load the model.
Load all standard parameters from the model attributes. Load all non-standard parameters like decision trees from the custom files.
bundle context for decoding custom values and reading non-standard files
model and attributes read from Bundle.ML
reconstructed ML model from the model and context
Get the name of the model.
Get the name of the model.
name of the model
Store the model.
Store the model.
Store all standard parameters to the model's attribute list. Store all non-standard parameters like a decision tree to files.
Attributes saved to the writable model will be serialized for you to JSON or Protobuf depending on the selected ml.combust.bundle.serializer.SerializationFormat.
bundle context for encoding custom values and writing non-standard files
writable model to store model attributes in
object to be stored in Bundle.ML
writable model to be serialized
Type class for serializing/deserializing ML models to Bundle.ML.
Scala class of the ML model