upload_file
Upload a CSV file to the Linear Regression MCP server to preprocess data, train a linear regression model, and evaluate its performance. Returns the shape of the uploaded dataset.
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 |