kaggle-mcp
kaggle-mcpは、Kaggleのデータセットを利用して機械学習モデルを構築・評価するためのPythonライブラリです。データの前処理、モデルのトレーニング、評価指標の計算など、データサイエンスのプロセスを効率化します。ユーザーは簡単にデータを扱い、結果を可視化することができます。
GitHubスター
17
ユーザー評価
未評価
お気に入り
0
閲覧数
295
フォーク
3
イシュー
1
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
The following commands install the base version of Kaggle-MCP.
After installation, run the setup utility to configure Claude Desktop:
This will locate and update your Claude Desktop configuration file, which is typically found at:
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
bash
kaggle-mcp-setup
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
Alternatively, you can manually add the following to your Claude Desktop configuration:~/.config/Claude/claude_desktop_config.json