response_variable¶ property LinearModel.response_variable: str Response variable \(y\) of the linear model. Returns¶ strName of the response variable \(y\). In must be one of the columns of data. Raises TypeErrorIf response_variable is not a str.