Get desktop application:
View/edit binary Protocol Buffers messages
Support for storing binary data for parsing in other ways (such as JPEG/etc). This is an example of another type of value and may not immediately be supported.
Used in:
Stores the content type of the data if known. This will allow the possibility of using decoders for common formats in the future.
A sparse or dense rank-R tensor that stores data as doubles (float64).
Used in:
Each value in the vector. If keys is empty this is treated as a dense vector.
If not empty then the vector is treated as sparse with each key specifying the location of the value in the sparse vector.
Optional shape which will allow the vector to represent a matrix. e.g. if shape = [ 10, 20 ] then floor(keys[i] / 10) will give the row and keys[i] % 20 will give the column. This also supports n-dimensonal tensors. NB. this must be specified if the tensor is sparse.
A sparse or dense rank-R tensor that stores data as doubles (float64).
Used in:
Each value in the vector. If keys is empty this is treated as a dense vector.
If not empty then the vector is treated as sparse with each key specifying the location of the value in the sparse vector.
Optional shape which will allow the vector to represent a matrix. e.g. if shape = [ 10, 20 ] then floor(keys[i] / 10) will give the row and keys[i] % 20 will give the column. This also supports n-dimensonal tensors. NB. this must be specified if the tensor is sparse.
A sparse or dense rank-R tensor that stores data as 32-bit ints (int32).
Used in:
Each value in the vector. If keys is empty this is treated as a dense vector.
If not empty then the vector is treated as sparse with each key specifying the location of the value in the sparse vector.
Optional shape which will allow the vector to represent a matrix. e.g. if shape = [ 10, 20 ] then floor(keys[i] / 10) will give the row and keys[i] % 20 will give the column. This also supports n-dimensonal tensors. NB. this must be specified if the tensor is sparse.
Used in:
Map from the name of the feature to the value. For vectors and libsvm-like datasets, a single feature with the name `values` should be specified.
Optional set of labels for this record. Similar to features field above, the key used for generic scalar / vector labels should ve 'values'
Unique identifier for this record in the dataset. Whilst not necessary, this allows better debugging where there are data issues. This is not used by the algorithm directly.
Textual metadata describing the record. This may include JSON-serialized information about the source of the record. This is not used by the algorithm directly.
Optional serialized JSON object that allows per-record hyper-parameters/configuration/other information to be set. The meaning/interpretation of this field is defined by the algorithm author and may not be supported. This is used to pass additional inference configuration when batch inference is used (e.g. types of scores to return).
Used in: