meridian.analysis.review.results.GoodnessOfFitCases

Cases for the Goodness of Fit Check.

Inherits From: ModelCheckCase, BaseCase

PASS <GoodnessOfFitCases.PASS: (<Status.PASS: 1>, 'R-squared = {r_squared:.4f}, MAPE = {mape:.4f}, and wMAPE = {wmape:.4f}', 'These goodness-of-fit metrics are intended for guidance and relative comparison.')>
REVIEW <GoodnessOfFitCases.REVIEW: (<Status.REVIEW: 2>, 'R-squared = {r_squared:.4f}, MAPE = {mape:.4f}, and wMAPE = {wmape:.4f}', "A negative R-squared signals a potential conflict between your priors and the data, and it warrants investigation. If this conflict is intentional (due to an informative prior), no further action is needed. If it's unintentional, we recommend relaxing your priors to be less restrictive.")>