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
Name | Required | Description | Default |
---|---|---|---|
path | Yes |