Linear Regression MCP

upload_file

Upload a CSV file to the Linear Regression MCP server to preprocess data, train a model, and evaluate results by providing the file's absolute path.

Instructions

This function read the csv data and stores it in the class variable.

Args: Absolute path to the .csv file.

Returns: String which shows the shape of the data.

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "title": "upload_fileArguments", "type": "object" }

You must be authenticated.

Other Tools from Linear Regression MCP

Related Tools

ID: a74sssgn6g