Metric Importances Object
Last updated
Last updated
An object describing the relative importance of each parameter, corresponding to a specific metric. A of these objects is returned from the .
This object behaves like a dictionary or mapping in most programming languages. Fields can be accessed using standard notation, such as obj['key']
in Python or obj.get('key')
in Java.
importances
object
A mapping of each parameter to its relative importance for the corresponding metric.
metric
string
The corresponding metric name.