variable_names¶ property LinearModel.variable_names: list[str] Variables of the linear model. Returns¶ listThe list of all model variables: the regressors \(X\), including the 'intercept' and the 'variance' \(\sigma^2\).