.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE.txt
README.md
README_PYPI.md
environment.yml
pyproject.toml
sample_problem.txt
setup.cfg
setup.py
tox.ini
configs/.gitignore
data/.gitignore
data/external/.gitignore
data/interim/.gitignore
data/processed/.gitignore
data/raw/.gitignore
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
models/.gitignore
notebooks/mi_agent_tutorial.ipynb
notebooks/template.ipynb
references/.gitignore
reports/figures/.gitignore
scripts/train_model.py
src/materials_informatics_agent.egg-info/PKG-INFO
src/materials_informatics_agent.egg-info/SOURCES.txt
src/materials_informatics_agent.egg-info/dependency_links.txt
src/materials_informatics_agent.egg-info/entry_points.txt
src/materials_informatics_agent.egg-info/not-zip-safe
src/materials_informatics_agent.egg-info/requires.txt
src/materials_informatics_agent.egg-info/top_level.txt
src/mi_agent/__init__.py
src/mi_agent/__main__.py
src/mi_agent/app_config.py
src/mi_agent/config.py
src/mi_agent/extractors.py
src/mi_agent/orchestrator.py
src/mi_agent/states.py
src/mi_agent/utils.py
src/mi_agent/nodes/baseline.py
src/mi_agent/nodes/data_explainer.py
src/mi_agent/nodes/eda_executor.py
src/mi_agent/nodes/eda_plan.py
src/mi_agent/nodes/feature_selection.py
src/mi_agent/nodes/file_paths.py
src/mi_agent/nodes/merge.py
src/mi_agent/nodes/model_explanation.py
src/mi_agent/nodes/report.py
src/mi_agent/nodes/tuning.py
tests/conftest.py
tests/test_baseline.py
tests/test_data_explainer.py
tests/test_eda_executor.py
tests/test_eda_plan.py
tests/test_feature_selection.py
tests/test_file_paths.py
tests/test_merge.py
tests/test_model_explanation.py
tests/test_report.py
tests/test_states.py
tests/test_tuning.py
tests/test_utils.py