get https://api-lib.bambu.life/api/autoMl/v2/listOfMetric
Description
It returns a list of metrics that can be used to measure the performance of trained machine learning
Query/Path Params
null
Response Body
Name | Datatype | Description | Sample Values | Notes |
---|---|---|---|---|
metric | Array of String | It contains the list of metrics | { "metric": [ "accuracy", "recall", "precision", "f1Macro", "f1Samples" ] } |