PyMCModelAdapter.score# PyMCModelAdapter.score(X, y, **kwargs)[source]# Score predictions from the PyMC model. Parameters: X (Any) – Predictor matrix. y (Any) – Observed outcomes. **kwargs (Any) – Additional keyword arguments forwarded to the underlying model. Return type: Any