User Guide
API Reference
accuracy_score()
Compute the accuracy score between true and predicted values.
y_true (jnp.ndarray) – True target values.
y_pred (jnp.ndarray) – Predicted target values.
Computed accuracy score.
float