Closed TomMonks closed 2 years ago
(y_pred >= THRESHOLD).astype(np.int) ## update to (y_pred >= THRESHOLD).astype('int')
fixed in dev
merged v2.0.0