View source on GitHub |
Node format of a model.
Inherits From: Enum
Determines the storage format for nodes used by Yggdrasil Decision Forests.
Attributes | |
---|---|
BLOB_SEQUENCE
|
Sequence of blobs (list of bytes) stored in a byte stream. |
Class Variables | |
---|---|
BLOB_SEQUENCE |
<NodeFormat.BLOB_SEQUENCE: 'BLOB_SEQUENCE'>
|