MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / define_error_list

Function define_error_list

common/utils.py:106–111  ·  view source on GitHub ↗
(actions)

Source from the content-addressed store, hash-verified

104 return previous_name
105
106def define_error_list(actions):
107 error_sum = {}
108 error_sum.update({actions[i]:
109 {'p1':AccumLoss(), 'p2':AccumLoss(), 'pck':AccumLoss(), 'auc':AccumLoss()}
110 for i in range(len(actions))})
111 return error_sum
112
113
114def deterministic_random(min_value, max_value, data):

Callers 1

testFunction · 0.85

Calls 2

AccumLossClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected