fundaml.scores
Module Contents
Functions
|
Compute the Mean Absolute Percentage Error (MAPE) between true and predicted values. |
|
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.