PyMCForecastAdapter.score#

PyMCForecastAdapter.score(X, y, **kwargs)[source]#

Score in-sample predictions with the Bayesian \(R^2\).

Parameters:
  • X (Any) – Design matrix.

  • y (Any) – Observed outcomes.

  • **kwargs (Any) – Additional keyword arguments forwarded to the underlying model.

Return type:

Any