.gitignore
.travis.yml
LICENSE.md
README.md
pyproject.toml
requirements.txt
requirements_gpu.txt
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/running_tests.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/branch_models.py
DeepMTP/dataset.py
DeepMTP/hpo_worker.py
DeepMTP/main.py
DeepMTP/main_streamlit.py
DeepMTP/random_search.py
DeepMTP/random_search_streamlit.py
DeepMTP/simple_hyperband.py
DeepMTP/simple_hyperband_streamlit.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/top_level.txt
DeepMTP/tests/__init__.py
DeepMTP/tests/data_generation.ipynb
DeepMTP/tests/test_branch_models.py
DeepMTP/tests/test_data_utils.py
DeepMTP/tests/test_dataset.py
DeepMTP/tests/test_eval_utils.py
DeepMTP/tests/test_hpo_worker.py
DeepMTP/tests/test_main.py
DeepMTP/tests/test_model_utils.py
DeepMTP/tests/test_random_search.py
DeepMTP/tests/test_simple_hyperband.py
DeepMTP/tests/test_utils.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
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/DeepMTP.rst
docs/source/DeepMTP.utils.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/tutorial/configuration.rst
docs/source/tutorial/credits.rst
docs/source/tutorial/demos.rst
docs/source/tutorial/hpo.rst
docs/source/tutorial/installation.rst
docs/source/tutorial/loading_datasets.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