response_variable¶
- property LinearModel.response_variable: str
Response variable \(y\) of the linear model.
Returns¶
- string
Name of the response variable \(y\). In must be one of the columns of
data.
Raises¶
- TypeError
If
response_variableis not astr.