Skip to main content
Glama

Linear Regression MCP

by HeetVekariya

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HeetVekariya/Linear-Regression-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server