API reference for sovai.plots.breakout.breakout_plots
Module: sovai.plots.breakout.breakout_plots
sovai.plots.breakout.breakout_plots
accuracy_score()
def accuracy_score(y_true, y_pred)
Computes the accuracy score.
Parameters
y_true
list
List of true labels.
y_pred
List of predicted labels.
Returns
float: The accuracy score.
Last updated 3 months ago