Scikit Learn
MCP Serverby hxk622 · Added 5mo ago
Claude
4
Install
git clone https://github.com/hxk622/TokenDanceAdd to Claude
claude mcp add scikit-learnQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"scikit-learn": {
"command": "npx",
"args": [
"@modelcontextprotocol/scikit-learn"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.
Tags
ai-mlpythongobashapiskill