Linear Regression MCP
線形回帰MCP
線形回帰 MCPへようこそ!このプロジェクトでは、Claude とモデルコンテキストプロトコル (MCP) を使用して、エンドツーエンドの機械学習ワークフローを実証します。
Claudeは、データセットを含むCSVファイルをアップロードするだけで、線形回帰モデルを完全に自動学習できます。システムは、データの前処理、学習、評価(RMSE計算)といったMLモデルの学習ライフサイクル全体を実行できます。
セットアップとインストール
1. リポジトリのクローンを作成します。
まず、リポジトリをローカル マシンにクローンします。
git clone https://github.com/HeetVekariya/Linear-Regression-MCP
cd Linear-Regression-MCP2. uvをインストールします。
uv 、Rust で書かれた非常に高速な Python パッケージおよびプロジェクトマネージャーです。このプロジェクトにおけるサーバーと依存関係の管理に不可欠です。
ここから
uvをダウンロードしてインストールします。
3. 依存関係をインストールします。
uv がインストールされたら、次のコマンドを実行して必要な依存関係をすべてインストールします。
uv sync4. Claude Desktop を構成する:
サーバーをClaude Desktopと統合するには、Claudeの設定ファイルを変更する必要があります。お使いのオペレーティングシステムの手順に従ってください。
macOS または Linux の場合:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindowsの場合:
code $env:AppData\Claude\claude_desktop_config.json設定ファイル内の
mcpServersセクションを見つけ、プレースホルダーパスをuvインストールディレクトリと線形回帰プロジェクトディレクトリへの絶対パスに置き換えます。以下のようになります。
{
"mcpServers":
{
"linear-regression":
{
"command": "ABSOLUTE/PATH/TO/.local/bin/uv",
"args":
[
"--directory",
"ABSOLUTE/PATH/TO/YOUR-LINEAR-REGRESSION-REPO",
"run",
"server.py"
]
}
}
}ファイルを保存したら、Claude Desktop を再起動して MCP サーバーにリンクします。
Related MCP server: MCP File Explorer
利用可能なツール
このプロジェクトでは、データセットの操作とモデルのトレーニングに役立つ次のツールが利用できます。
道具 | 説明 | 議論 |
| CSV ファイルをアップロードし、処理のために保存します。 |
|
| アップロードされたデータセット内の列名を取得します。 | 議論はありません。 |
| データセット内のカテゴリ列をチェックします。 | 議論はありません。 |
| ラベルはカテゴリ列を数値にエンコードします。 | 議論はありません。 |
| 線形回帰モデルをトレーニングし、RMSE を計算します。 |
|
寄稿を募集中
このプロジェクトへの貢献を歓迎します!バグ修正、新機能の追加、ドキュメントの改善など、何でもお気軽にリポジトリをフォークしてプルリクエストを送信してください。
ご提案や機能のリクエストがある場合は、問題を報告していただければ、喜んで話し合います。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceAn MCP server that provides data visualization and machine learning tools, featuring automated intent-based pipeline routing for data cleaning and model training. It enables LLMs to process CSV or JSON data to generate visual charts, perform regressions, or execute clustering analysis.16
- FlicenseNot gradedqualityDmaintenanceA beginner MCP server that enables Claude to read local text, CSV, and Markdown files. Built as a learning project to understand how to connect AI to local file systems using the MCP protocol.
- FlicenseAqualityDmaintenanceAn MCP server for dataset exploration and analysis, enabling LLM clients to perform summary, correlation, distribution, missing value analysis, data cleaning, and statistical tests directly on CSV files.3
- AlicenseNot gradedqualityBmaintenanceAn MCP server wrapping AutoGluon's AutoML capabilities, enabling data loading, model training, prediction, evaluation, and model management.Apache 2.0
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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