MCPServers
Linear Regression - MCP server logo

Linear Regression

8
0

Summary

A Python implementation of linear regression using the Model Context Protocol (MCP) framework. This project demonstrates how to apply linear regression techniques within the MCP architecture.

Available Actions(5)

upload_file

Uploads a CSV file and stores it for processing. Parameters: path (string) - Absolute path to the CSV file.

get_columns_info

Retrieves the column names in the uploaded dataset. No arguments.

check_category_columns

Checks for any categorical columns in the dataset. No arguments.

label_encode_categorical_columns

Label encodes categorical columns into numerical values. No arguments.

train_linear_regression_model

Trains a linear regression model and calculates RMSE. Parameters: output_column (string) - The name of the target column.

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags