contextWeights[]number
TFT feature importance values. Each pair for {context/horizon/attribute} should have the same shape since the weight corresponds to the column names.
contextColumns[]string
horizonWeights[]number
horizonColumns[]string
attributeWeights[]number
attributeColumns[]string
| JSON representation |
|---|
{ "contextWeights": [ number ], "contextColumns": [ string ], "horizonWeights": [ number ], "horizonColumns": [ string ], "attributeWeights": [ number ], "attributeColumns": [ string ] } |