README.md
pyproject.toml
glassbox/__init__.py
glassbox/agent/__init__.py
glassbox/agent/autofit.py
glassbox/agent/mcp_server.py
glassbox/agent/mcp_tool.py
glassbox/agent/report.py
glassbox/eda/__init__.py
glassbox/eda/auto_typer.py
glassbox/eda/correlation.py
glassbox/eda/outlier.py
glassbox/eda/profiler.py
glassbox/evaluation/__init__.py
glassbox/evaluation/classification.py
glassbox/evaluation/regression.py
glassbox/models/__init__.py
glassbox/models/base.py
glassbox/models/forest.py
glassbox/models/knn.py
glassbox/models/linear.py
glassbox/models/naive_bayes.py
glassbox/models/tree.py
glassbox/optimization/__init__.py
glassbox/optimization/cross_validation.py
glassbox/optimization/grid_search.py
glassbox/optimization/random_search.py
glassbox/preprocessing/__init__.py
glassbox/preprocessing/base.py
glassbox/preprocessing/encoders.py
glassbox/preprocessing/imputer.py
glassbox/preprocessing/scalers.py
glassbox/utils/__init__.py
glassbox/utils/matrix.py
glassbox/utils/validation.py
glassbox_automl_agent.egg-info/PKG-INFO
glassbox_automl_agent.egg-info/SOURCES.txt
glassbox_automl_agent.egg-info/dependency_links.txt
glassbox_automl_agent.egg-info/requires.txt
glassbox_automl_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_eda.py
tests/test_evaluation.py
tests/test_mcp_server.py
tests/test_mcp_tool.py
tests/test_models.py
tests/test_optimization.py
tests/test_preprocessing.py
tests/test_utils.py