MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / multi_error

Function multi_error

tests/python_package_test/test_sklearn.py:64–65  ·  view source on GitHub ↗
(y_true, y_pred)

Source from the content-addressed store, hash-verified

62
63
64def multi_error(y_true, y_pred):
65 return np.mean(y_true != y_pred)
66
67
68def multi_logloss(y_true, y_pred):

Callers 1

test_multiclassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected