.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MIGRATION.rst
MODERNIZATION.md
NEURAL_NETWORK_EXTENSIONS.md
README.md
RELEASING.md
SECURITY.md
environment.yml
pyproject.toml
requirements.txt
requirements_gpu.txt
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/colab-links.yml
.github/workflows/dependency-review.yml
.github/workflows/publish.yml
DEMO/hyperband_example.ipynb
DEMO/load_datasets.ipynb
DEMO/main_example_DP.ipynb
DEMO/main_example_MC.ipynb
DEMO/main_example_MLC.ipynb
DEMO/main_example_MTL.ipynb
DEMO/main_example_MTR.ipynb
DEMO/random_search_example.ipynb
DeepMTP/__init__.py
DeepMTP/_download_utils.py
DeepMTP/_registry.py
DeepMTP/_split_utils.py
DeepMTP/branch_models.py
DeepMTP/config.py
DeepMTP/data_loading.py
DeepMTP/data_preparation.py
DeepMTP/data_progress.py
DeepMTP/data_splitting.py
DeepMTP/dataset.py
DeepMTP/evaluation.py
DeepMTP/evaluation_progress.py
DeepMTP/feature_data.py
DeepMTP/hpo_progress.py
DeepMTP/hpo_types.py
DeepMTP/hpo_worker.py
DeepMTP/interaction_data.py
DeepMTP/main.py
DeepMTP/main_streamlit.py
DeepMTP/model_factory.py
DeepMTP/persistence.py
DeepMTP/presentation.py
DeepMTP/random_search.py
DeepMTP/random_search_streamlit.py
DeepMTP/reporting.py
DeepMTP/simple_hyperband.py
DeepMTP/simple_hyperband_streamlit.py
DeepMTP/streamlit_adapter.py
DeepMTP/training.py
DeepMTP.egg-info/PKG-INFO
DeepMTP.egg-info/SOURCES.txt
DeepMTP.egg-info/dependency_links.txt
DeepMTP.egg-info/requires.txt
DeepMTP.egg-info/scm_file_list.json
DeepMTP.egg-info/scm_version.json
DeepMTP.egg-info/top_level.txt
DeepMTP/data/__init__.py
DeepMTP/data/batches.py
DeepMTP/data/datasets.py
DeepMTP/data/features.py
DeepMTP/data/graphs.py
DeepMTP/data/interactions.py
DeepMTP/data/loading.py
DeepMTP/data/preparation.py
DeepMTP/data/preprocessing.py
DeepMTP/data/progress.py
DeepMTP/data/sequences.py
DeepMTP/data/sparse.py
DeepMTP/data/splitting.py
DeepMTP/data/tabular.py
DeepMTP/hpo/__init__.py
DeepMTP/hpo/hyperband.py
DeepMTP/hpo/progress.py
DeepMTP/hpo/random_search.py
DeepMTP/hpo/types.py
DeepMTP/hpo/worker.py
DeepMTP/integrations/__init__.py
DeepMTP/integrations/streamlit/__init__.py
DeepMTP/integrations/streamlit/hpo.py
DeepMTP/integrations/streamlit/progress.py
DeepMTP/integrations/streamlit/trainer.py
DeepMTP/models/__init__.py
DeepMTP/models/branches.py
DeepMTP/models/contracts.py
DeepMTP/models/factory.py
DeepMTP/runtime/__init__.py
DeepMTP/runtime/components.py
DeepMTP/runtime/evaluation.py
DeepMTP/runtime/evaluation_progress.py
DeepMTP/runtime/metadata.py
DeepMTP/runtime/persistence.py
DeepMTP/runtime/presentation.py
DeepMTP/runtime/reporting.py
DeepMTP/runtime/training.py
DeepMTP/runtime/wandb.py
DeepMTP/tests/__init__.py
DeepMTP/tests/data_generation.ipynb
DeepMTP/tests/test_batches.py
DeepMTP/tests/test_branch_models.py
DeepMTP/tests/test_composite_inputs.py
DeepMTP/tests/test_config.py
DeepMTP/tests/test_data_loading.py
DeepMTP/tests/test_data_package.py
DeepMTP/tests/test_data_progress.py
DeepMTP/tests/test_data_utils.py
DeepMTP/tests/test_dataset.py
DeepMTP/tests/test_dataset_offline.py
DeepMTP/tests/test_documentation_examples.py
DeepMTP/tests/test_download_utils.py
DeepMTP/tests/test_eval_utils.py
DeepMTP/tests/test_evaluation.py
DeepMTP/tests/test_evaluation_progress.py
DeepMTP/tests/test_graph_inputs.py
DeepMTP/tests/test_hpo_package.py
DeepMTP/tests/test_hpo_progress.py
DeepMTP/tests/test_hpo_worker.py
DeepMTP/tests/test_hpo_worker_offline.py
DeepMTP/tests/test_installation_smoke.py
DeepMTP/tests/test_main.py
DeepMTP/tests/test_main_orchestration.py
DeepMTP/tests/test_model_contracts.py
DeepMTP/tests/test_model_factory.py
DeepMTP/tests/test_model_utils.py
DeepMTP/tests/test_models_package.py
DeepMTP/tests/test_optional_extras_smoke.py
DeepMTP/tests/test_output_boundaries.py
DeepMTP/tests/test_persistence.py
DeepMTP/tests/test_presentation.py
DeepMTP/tests/test_random_search.py
DeepMTP/tests/test_registry.py
DeepMTP/tests/test_release_artifacts.py
DeepMTP/tests/test_reporting.py
DeepMTP/tests/test_reproducibility.py
DeepMTP/tests/test_runtime_components.py
DeepMTP/tests/test_runtime_package.py
DeepMTP/tests/test_sequence_inputs.py
DeepMTP/tests/test_simple_hyperband.py
DeepMTP/tests/test_sparse_inputs.py
DeepMTP/tests/test_split_utils.py
DeepMTP/tests/test_split_validation.py
DeepMTP/tests/test_streamlit_adapter.py
DeepMTP/tests/test_streamlit_integration_package.py
DeepMTP/tests/test_tabular.py
DeepMTP/tests/test_training.py
DeepMTP/tests/test_training_integration.py
DeepMTP/tests/test_utils.py
DeepMTP/tests/test_wandb_artifacts.py
DeepMTP/utils/__init__.py
DeepMTP/utils/data_utils.py
DeepMTP/utils/eval_utils.py
DeepMTP/utils/model_utils.py
DeepMTP/utils/tests.py
DeepMTP/utils/utils.py
constraints/minimum.txt
docs/Makefile
docs/make.bat
docs/source/DeepMTP.data.rst
docs/source/DeepMTP.hpo.rst
docs/source/DeepMTP.integrations.rst
docs/source/DeepMTP.models.rst
docs/source/DeepMTP.rst
docs/source/DeepMTP.runtime.rst
docs/source/DeepMTP.utils.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/project.rst
docs/source/tutorial/composite_inputs.rst
docs/source/tutorial/configuration.rst
docs/source/tutorial/credits.rst
docs/source/tutorial/demos.rst
docs/source/tutorial/graph_inputs.rst
docs/source/tutorial/hpo.rst
docs/source/tutorial/installation.rst
docs/source/tutorial/loading_datasets.rst
docs/source/tutorial/migration.rst
docs/source/tutorial/multiclass_classification.rst
docs/source/tutorial/reproducible_checkpoints.rst
docs/source/tutorial/sequence_inputs.rst
docs/source/tutorial/sparse_inputs.rst
docs/source/tutorial/tabular_inputs.rst
docs/source/tutorial/wandb_tracking.rst
images/basic_MTP.png
images/basic_MTP_white.png
images/dp_example.png
images/input_format.png
images/input_format_white.png
images/intro_both_instance_and_target_features.png
images/intro_both_instance_and_target_features_white.png
images/intro_different_feature_types.png
images/intro_different_feature_types_white.png
images/intro_instance_features.png
images/intro_instance_features_white.png
images/intro_no_instance_or_target_features.png
images/intro_no_instance_or_target_features_white.png
images/intro_setting_A.png
images/intro_setting_A_white.png
images/intro_setting_B.png
images/intro_setting_B_white.png
images/intro_setting_C.png
images/intro_setting_C_white.png
images/intro_setting_D.png
images/intro_setting_D_white.png
images/intro_target_features.png
images/intro_target_features_white.png
images/logo_transparent.png
images/logo_transparent_cropped.png
images/mc_example.png
images/mlc_example.png
images/mlp_plus_dot_product.png
images/mlp_plus_dot_product_white.png
images/mtl_example.png
images/mtr_example.png
images/summary_screenshot.png
images/tensorboard_screenshot.png
images/wandb_screenshot.png
scripts/benchmark_sparse_inputs.py
scripts/check_colab_links.py
scripts/smoke_test_installation.py
scripts/smoke_test_optional_extras.py
scripts/verify_release_artifacts.py