LICENSE
README.md
pyproject.toml
src/mcp_ml_lab/__init__.py
src/mcp_ml_lab/data.py
src/mcp_ml_lab/metrics.py
src/mcp_ml_lab/reporting.py
src/mcp_ml_lab/search.py
src/mcp_ml_lab/server.py
src/mcp_ml_lab/storage.py
src/mcp_ml_lab/tools.py
src/mcp_ml_lab.egg-info/PKG-INFO
src/mcp_ml_lab.egg-info/SOURCES.txt
src/mcp_ml_lab.egg-info/dependency_links.txt
src/mcp_ml_lab.egg-info/entry_points.txt
src/mcp_ml_lab.egg-info/requires.txt
src/mcp_ml_lab.egg-info/top_level.txt
src/mcp_ml_lab/trainers/__init__.py
src/mcp_ml_lab/trainers/base.py
src/mcp_ml_lab/trainers/lightgbm_trainer.py
src/mcp_ml_lab/trainers/xgboost_trainer.py
tests/test_data.py
tests/test_errors.py