train_linear_regression_model
Train a linear regression model by specifying the output column. Returns RMSE value to evaluate model performance. Integrates data preprocessing and evaluation seamlessly.
Instructions
This function trains linear regression model.
Args: Takes input for output column name.
Returns: String which contains the RMSE value.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
output_column | Yes |