data¶
- property LinearModel.data: DataFrame
Data for the linear regression model, is a
pandas.DataFramecontaining all regressor variables \(X\) and the response variable \(y\).Returns¶
- pandas.DataFrame
Observed data of the model. It cannot be empty. It must contain regressor variables \(X\) and the response variable \(y\).
Raises¶