In the multilabel case with binary label indicators: >>> >>> import numpy as np >>> accuracy_score(np.array([[0, 1], [1, 1]]), np.ones((2, 2))) 0.5 ...
確定! 回上一頁