BayesianBasisExpansionTimeSeries.score(X, y, coords=None, **kwargs)[source]#
Score the Bayesian R2.
coords must contain “datetime_index”. If X has columns, coords should also have “coeffs”.
However, for scoring, exog var names are already known by the model.