fundaml.scores

Module Contents

Functions

score_mape(y_true, y_pred)

Compute the Mean Absolute Percentage Error (MAPE) between true and predicted values.

score_accuracy(y_true, y_pred)

Compute the accuracy of classification prediction.

fundaml.scores.score_mape(y_true, y_pred)

Compute the Mean Absolute Percentage Error (MAPE) between true and predicted values.

fundaml.scores.score_accuracy(y_true, y_pred)

Compute the accuracy of classification prediction.