How can one test model effectiveness in PyMC3, similar to frequentist approach such as Mean Absolute Error(MAE), Root Mean Square Error (RMSE), AUC plot, and Goodness-of-fit, which are available for testing regression models?
How can one test model effectiveness in PyMC3, similar to frequentist approach such as Mean Absolute Error(MAE), Root Mean Square Error (RMSE), AUC plot, and Goodness-of-fit, which are available for testing regression models?