PyMCModelAdapter.score#

PyMCModelAdapter.score(X, y, *, coords=None)[source]#

Score predictions from the PyMC model.

Parameters:
  • X (Any) – Predictor matrix.

  • y (Any) – Observed outcomes.

  • coords (dict[str, Any] | None) – Coordinate metadata for the PyMC model.

Return type:

Series