PyMCModelAdapter.fit#

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

Fit the PyMC model.

Parameters:
  • X (Any) – Predictor matrix.

  • y (Any) – Outcome vector or matrix.

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

Return type:

InferenceData