MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / _get_unique_level_values

Function _get_unique_level_values

deeplabcut/benchmark/metrics.py:54–55  ·  view source on GitHub ↗
(header, level)

Source from the content-addressed store, hash-verified

52
53
54def _get_unique_level_values(header, level):
55 return header.get_level_values(level).unique().to_list()
56
57
58def calc_prediction_errors(preds, gt):

Callers 1

_format_gt_dataFunction · 0.85

Calls 1

uniqueMethod · 0.80

Tested by

no test coverage detected