kaggle-mcp

kaggle-mcpは、Kaggleのデータセットを利用して機械学習モデルを構築・評価するためのPythonライブラリです。データの前処理、モデルのトレーニング、評価指標の計算など、データサイエンスのプロセスを効率化します。ユーザーは簡単にデータを扱い、結果を可視化することができます。

GitHubスター

17

ユーザー評価

未評価

お気に入り

0

閲覧数

295

フォーク

3

イシュー

1

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

The following commands install the base version of Kaggle-MCP.
bash
curl -LsSf https://raw.githubusercontent.com/54yyyu/kaggle-mcp/main/install.sh | sh
powershell
powershell -c "Invoke-WebRequest -Uri https://raw.githubusercontent.com/54yyyu/kaggle-mcp/main/install.ps1 -OutFile install.ps1; .\install.ps1"
bash
pip install git+https://github.com/54yyyu/kaggle-mcp.git
uv pip install git+https://github.com/54yyyu/kaggle-mcp.git
After installation, run the setup utility to configure Claude Desktop:
bash
kaggle-mcp-setup
This will locate and update your Claude Desktop configuration file, which is typically found at:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Alternatively, you can manually add the following to your Claude Desktop configuration: