.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/code-quality-main.yaml
.github/workflows/code-quality-pr.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/generate.sh
docs/make.bat
docs/requirements.txt
docs/assets/dark_purple_meds_tab.png
docs/assets/light_purple_meds_tab.png
docs/assets/main_fig.png
docs/assets/pivot.png
docs/assets/white_meds_tab.png
docs/source/conf.py
docs/source/implementation.md
docs/source/index.md
docs/source/overview.md
docs/source/prediction.md
docs/source/profiling.md
docs/source/_static/switcher.json
src/MEDS_tabular_automl/__init__.py
src/MEDS_tabular_automl/describe_codes.py
src/MEDS_tabular_automl/file_name.py
src/MEDS_tabular_automl/generate_static_features.py
src/MEDS_tabular_automl/generate_summarized_reps.py
src/MEDS_tabular_automl/generate_ts_features.py
src/MEDS_tabular_automl/mapper.py
src/MEDS_tabular_automl/utils.py
src/MEDS_tabular_automl/configs/__init__.py
src/MEDS_tabular_automl/configs/default.yaml
src/MEDS_tabular_automl/configs/describe_codes.yaml
src/MEDS_tabular_automl/configs/launch_xgboost.yaml
src/MEDS_tabular_automl/configs/tabularization.yaml
src/MEDS_tabular_automl/configs/task_specific_caching.yaml
src/MEDS_tabular_automl/configs/tabularization/__init__.py
src/MEDS_tabular_automl/configs/tabularization/default.yaml
src/MEDS_tabular_automl/scripts/__init__.py
src/MEDS_tabular_automl/scripts/cache_task.py
src/MEDS_tabular_automl/scripts/describe_codes.py
src/MEDS_tabular_automl/scripts/generate_subsets.py
src/MEDS_tabular_automl/scripts/launch_xgboost.py
src/MEDS_tabular_automl/scripts/tabularize_static.py
src/MEDS_tabular_automl/scripts/tabularize_time_series.py
src/meds_tab.egg-info/PKG-INFO
src/meds_tab.egg-info/SOURCES.txt
src/meds_tab.egg-info/dependency_links.txt
src/meds_tab.egg-info/entry_points.txt
src/meds_tab.egg-info/requires.txt
src/meds_tab.egg-info/top_level.txt
tests/test_integration.py
tests/test_tabularize.py