Variant of codify
that also returns the outcomes.
#420
Labels
encodings
Related to the Encodings API
enhancement
New feature or request that is non-breaking
outcomes/probabilities
Currently,
codify
applies some discretisation to an input vector of observation which encodes data points in a sliding-window-manner (e.g. over embedding points constructed from the input data). Each data point is encoded into an integer. It would be nice to have a function that also returns the outcomes corresponding to the integer.This would allow much nicer
Counts
/Probabilities
upstream:It would be nice to know what these integers in the marginals correspond to.
This isn't by any means necessary, but it would be a nice addition.
The text was updated successfully, but these errors were encountered: