Linear Regression MCP

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

NameRequiredDescriptionDefault
output_columnYes

Input Schema (JSON Schema)

{ "properties": { "output_column": { "title": "Output Column", "type": "string" } }, "required": [ "output_column" ], "title": "train_linear_regression_modelArguments", "type": "object" }

You must be authenticated.

Other Tools from Linear Regression MCP

Related Tools

ID: a74sssgn6g