Function reference
Functions
Functions in ReportRabbit.
| get_accuracy | Calculates the accuracy of predictions and returns the result. |
| get_f1 | Calculates the F1 score of predictions and returns the result. |
| get_precision | Calculates the precision of predictions and returns the result. |
| get_recall | Calculates the recall of predictions and returns the result. |
| get_mae | Calculates the Mean Absolute Error (MAE) and returns the result. |
| get_mape | Calculates the Mean Absolute Percentage Error (MAPE) and returns the result. |
| get_mse | Compute Mean Squared Error (MSE). |
| get_rmse | Compute Root Mean Squared Error (RMSE). |
| get_mse_rmse | Compute Mean Squared Error (MSE) and Root Mean Squared Error (RMSE). |
| get_r | Calculates the Pearson correlation coefficient (R) |
| get_r2 | Calculates the R^2 statistic (coefficient of determination) |