View source on GitHub
|
Implementation of the Model Quality Checks.
Classes
class BaseCheck: A generic, abstract base class for a single, runnable quality check.
class BaselineCheck: Checks for negative baseline probability.
class BayesianPPPCheck: Checks for Bayesian Posterior Predictive P-value.
class ConvergenceCheck: Checks for model convergence.
class GoodnessOfFitCheck: Checks for goodness of fit of the model.
class HighVarianceCheck: A check for paid channels with high variance in posterior ROI.
class ImplausibleROICheck: A check for paid channels with implausible posterior ROI estimates.
class MutableMapping: A MutableMapping is a generic container for associating key/value pairs.
class PotentialBiasCheck: A check for correlation between paid channels and control variables to flag potential confounding.
class PriorPosteriorShiftCheck: Checks for a significant shift between prior and posterior of ROI.
class ROIConsistencyCheck: Checks if ROI posterior mean is in tails of ROI prior.
class Sequence: All the operations on a read-only sequence.
Other Members | |
|---|---|
| ConfigType |
Instance of typing.TypeVar
|
| ResultType |
Instance of typing.TypeVar
|
View source on GitHub