StateSpaceTimeSeries.build_model# StateSpaceTimeSeries.build_model(X, y, coords)[source]# Build the PyMC state-space model. coords must include: ‘datetime_index’: a pandas.DatetimeIndex matching y. Parameters: X (ndarray | None) y (ndarray) coords (Dict[str, Any]) Return type: None