Breakout Plots
API reference for sovai.plots.breakout.breakout_plots
Last updated
API reference for sovai.plots.breakout.breakout_plots
Module: 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
List of predicted labels.
Returns
float: The accuracy score.
Last updated