PyMCForecastAdapter.build#
- PyMCForecastAdapter.build(X, y, *, coords=None)[source]#
Record the fit inputs for
sample_posterior().The wrapped forecaster exposes no graph-construction step of its own, so building only captures the inputs. Idempotent by skipping when already recorded.