.envrc
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
environment.yaml
init_conda_venv.sh
init_python_venv.sh
noxfile.py
pyproject.toml
.github/workflows/dev-ci-actions.yaml
.github/workflows/docs-build-deploy.yaml
.github/workflows/latest-tests.yaml
.github/workflows/main-ci-actions.yaml
.github/workflows/pinned-tests.yaml
.github/workflows/publish-package.yaml
.github/workflows/quality-typing-checks.yaml
.github/workflows/release-ci-actions.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.md
docs/source/_static/MolFlux_logo_final_MolFlux Logo mark with name 2 colours.svg
docs/source/_static/MolFlux_logo_final_MolFlux Logo mark with name grey.svg
docs/source/_static/MolFlux_logo_final_MolFlux logo mark.svg
docs/source/_static/MolFlux_logo_final_MolFlux logo name Grey-cropped.svg
docs/source/_static/MolFlux_logo_final_MolFlux logo name Wh-cropped.svg
docs/source/_static/MolFlux_logo_final_MolFlux logo name-cropped.svg
docs/source/_static/MolFlux_logo_final_MolFlux logo name.svg
docs/source/_templates/badges.html
docs/source/pages/philosophy.md
docs/source/pages/datasets/basic_usage.md
docs/source/pages/datasets/featurising.md
docs/source/pages/datasets/intro.md
docs/source/pages/datasets/loading.md
docs/source/pages/datasets/saving.md
docs/source/pages/datasets/splitting.md
docs/source/pages/features/basic_usage.md
docs/source/pages/features/how_to_add_reps.md
docs/source/pages/features/intro.md
docs/source/pages/metrics/basic_usage.md
docs/source/pages/metrics/how_to_add_metrics.md
docs/source/pages/metrics/intro.md
docs/source/pages/modelzoo/basic_usage.md
docs/source/pages/modelzoo/how_to_add_models.md
docs/source/pages/modelzoo/intro.md
docs/source/pages/modelzoo/uncertainty.md
docs/source/pages/production/featurisation.md
docs/source/pages/production/intro.md
docs/source/pages/production/models.md
docs/source/pages/production/tracking.md
docs/source/pages/splits/basic_usage.md
docs/source/pages/splits/gallery.md
docs/source/pages/splits/how_to_add_splits.md
docs/source/pages/splits/intro.md
docs/source/pages/standard_api/intro.md
docs/source/pages/tutorials/esol_cls.md
docs/source/pages/tutorials/esol_reg.md
docs/source/pages/tutorials/esol_reg.yaml
docs/source/pages/tutorials/esol_uncertainty.md
docs/source/pages/tutorials/gdb9_trunc.parquet
docs/source/pages/tutorials/qm9_reg_3d.md
pinned-versions/3.10/lockfile.catboost.txt
pinned-versions/3.10/lockfile.core.txt
pinned-versions/3.10/lockfile.ensemble.txt
pinned-versions/3.10/lockfile.lightning.txt
pinned-versions/3.10/lockfile.mapie.txt
pinned-versions/3.10/lockfile.openeye.txt
pinned-versions/3.10/lockfile.pyod.txt
pinned-versions/3.10/lockfile.pystan.txt
pinned-versions/3.10/lockfile.rdkit.txt
pinned-versions/3.10/lockfile.sklearn.txt
pinned-versions/3.10/lockfile.tdc.txt
pinned-versions/3.10/lockfile.xgboost.txt
pinned-versions/3.11/lockfile.catboost.txt
pinned-versions/3.11/lockfile.core.txt
pinned-versions/3.11/lockfile.ensemble.txt
pinned-versions/3.11/lockfile.lightning.txt
pinned-versions/3.11/lockfile.mapie.txt
pinned-versions/3.11/lockfile.openeye.txt
pinned-versions/3.11/lockfile.pyod.txt
pinned-versions/3.11/lockfile.pystan.txt
pinned-versions/3.11/lockfile.rdkit.txt
pinned-versions/3.11/lockfile.sklearn.txt
pinned-versions/3.11/lockfile.tdc.txt
pinned-versions/3.11/lockfile.xgboost.txt
src/molflux/__init__.py
src/molflux/py.typed
src/molflux/version.py
src/molflux.egg-info/PKG-INFO
src/molflux.egg-info/SOURCES.txt
src/molflux.egg-info/dependency_links.txt
src/molflux.egg-info/entry_points.txt
src/molflux.egg-info/requires.txt
src/molflux.egg-info/top_level.txt
src/molflux/core/__init__.py
src/molflux/core/environment.py
src/molflux/core/io.py
src/molflux/core/models.py
src/molflux/core/scoring.py
src/molflux/core/tracking.py
src/molflux/core/typing.py
src/molflux/core/featurisation/__init__.py
src/molflux/core/featurisation/featurisation.py
src/molflux/core/featurisation/metadata.py
src/molflux/datasets/__init__.py
src/molflux/datasets/catalogue.py
src/molflux/datasets/exceptions.py
src/molflux/datasets/featurisation.py
src/molflux/datasets/filesystems.py
src/molflux/datasets/interfaces.py
src/molflux/datasets/io.py
src/molflux/datasets/load.py
src/molflux/datasets/naming.py
src/molflux/datasets/parsers.py
src/molflux/datasets/splitting.py
src/molflux/datasets/typing.py
src/molflux/datasets/utils.py
src/molflux/datasets/builders/__init__.py
src/molflux/datasets/builders/ani1x/README.md
src/molflux/datasets/builders/ani1x/__init__.py
src/molflux/datasets/builders/ani1x/ani1x.py
src/molflux/datasets/builders/ani2x/README.md
src/molflux/datasets/builders/ani2x/__init__.py
src/molflux/datasets/builders/ani2x/ani2x.py
src/molflux/datasets/builders/ani2x/ani2x_configs.py
src/molflux/datasets/builders/esol/README.md
src/molflux/datasets/builders/esol/__init__.py
src/molflux/datasets/builders/esol/esol.py
src/molflux/datasets/builders/gdb9/README.md
src/molflux/datasets/builders/gdb9/__init__.py
src/molflux/datasets/builders/gdb9/gdb9.py
src/molflux/datasets/builders/pcqm4m_v2/README.md
src/molflux/datasets/builders/pcqm4m_v2/__init__.py
src/molflux/datasets/builders/pcqm4m_v2/pcqm4m_v2.py
src/molflux/datasets/builders/spice/README.md
src/molflux/datasets/builders/spice/__init__.py
src/molflux/datasets/builders/spice/spice.py
src/molflux/datasets/builders/tdc/README.md
src/molflux/datasets/builders/tdc/__init__.py
src/molflux/datasets/builders/tdc/tdc_admet.py
src/molflux/features/__init__.py
src/molflux/features/bases.py
src/molflux/features/catalogue.py
src/molflux/features/config.py
src/molflux/features/errors.py
src/molflux/features/info.py
src/molflux/features/load.py
src/molflux/features/naming.py
src/molflux/features/parsers.py
src/molflux/features/representation.py
src/molflux/features/typing.py
src/molflux/features/utils.py
src/molflux/features/representations/__init__.py
src/molflux/features/representations/core/__init__.py
src/molflux/features/representations/core/generic/__init__.py
src/molflux/features/representations/core/generic/character_count.py
src/molflux/features/representations/core/generic/exploded.py
src/molflux/features/representations/core/generic/sum.py
src/molflux/features/representations/openeye/__init__.py
src/molflux/features/representations/openeye/_utils.py
src/molflux/features/representations/openeye/canonical/__init__.py
src/molflux/features/representations/openeye/canonical/_utils.py
src/molflux/features/representations/openeye/canonical/oemol.py
src/molflux/features/representations/openeye/canonical/smiles.py
src/molflux/features/representations/openeye/descriptors/__init__.py
src/molflux/features/representations/openeye/descriptors/aromatic_ring_count.py
src/molflux/features/representations/openeye/descriptors/molecular_weight.py
src/molflux/features/representations/openeye/descriptors/net_charge.py
src/molflux/features/representations/openeye/descriptors/num_acceptors.py
src/molflux/features/representations/openeye/descriptors/num_donors.py
src/molflux/features/representations/openeye/descriptors/rotatable_bonds.py
src/molflux/features/representations/openeye/descriptors/tpsa.py
src/molflux/features/representations/openeye/descriptors/x_log_p.py
src/molflux/features/representations/openeye/fingerprints/__init__.py
src/molflux/features/representations/openeye/fingerprints/circular.py
src/molflux/features/representations/openeye/fingerprints/lingo.py
src/molflux/features/representations/openeye/fingerprints/maccs.py
src/molflux/features/representations/openeye/fingerprints/path.py
src/molflux/features/representations/openeye/fingerprints/tree.py
src/molflux/features/representations/openeye/shape/__init__.py
src/molflux/features/representations/openeye/shape/hermite.py
src/molflux/features/representations/rdkit/__init__.py
src/molflux/features/representations/rdkit/_utils.py
src/molflux/features/representations/rdkit/descriptors/__init__.py
src/molflux/features/representations/rdkit/descriptors/rdkit_descriptors_2d.py
src/molflux/features/representations/rdkit/fingerprints/__init__.py
src/molflux/features/representations/rdkit/fingerprints/atom_pair.py
src/molflux/features/representations/rdkit/fingerprints/atom_pair_unfolded.py
src/molflux/features/representations/rdkit/fingerprints/avalon.py
src/molflux/features/representations/rdkit/fingerprints/layered.py
src/molflux/features/representations/rdkit/fingerprints/maccs.py
src/molflux/features/representations/rdkit/fingerprints/map_light.py
src/molflux/features/representations/rdkit/fingerprints/mhfp.py
src/molflux/features/representations/rdkit/fingerprints/mhfp_unfolded.py
src/molflux/features/representations/rdkit/fingerprints/morgan.py
src/molflux/features/representations/rdkit/fingerprints/morgan_unfolded.py
src/molflux/features/representations/rdkit/fingerprints/pattern.py
src/molflux/features/representations/rdkit/fingerprints/topological.py
src/molflux/features/representations/rdkit/fingerprints/topological_torsion.py
src/molflux/features/representations/rdkit/fingerprints/topological_torsion_unfolded.py
src/molflux/features/representations/rdkit/fingerprints/toxicophores.py
src/molflux/features/representations/rdkit/reaction/__init__.py
src/molflux/features/representations/rdkit/reaction/_drfp_vendored.py
src/molflux/features/representations/rdkit/reaction/drfp.py
src/molflux/metrics/__init__.py
src/molflux/metrics/bases.py
src/molflux/metrics/catalogue.py
src/molflux/metrics/errors.py
src/molflux/metrics/load.py
src/molflux/metrics/metric.py
src/molflux/metrics/naming.py
src/molflux/metrics/parsers.py
src/molflux/metrics/protocols.py
src/molflux/metrics/typing.py
src/molflux/metrics/classification/__init__.py
src/molflux/metrics/classification/accuracy.py
src/molflux/metrics/classification/average_precision.py
src/molflux/metrics/classification/balanced_accuracy.py
src/molflux/metrics/classification/diversity_roc.py
src/molflux/metrics/classification/f1_score.py
src/molflux/metrics/classification/matthews_corrcoef.py
src/molflux/metrics/classification/precision.py
src/molflux/metrics/classification/recall.py
src/molflux/metrics/classification/roc_auc.py
src/molflux/metrics/classification/top_k_accuracy.py
src/molflux/metrics/classification/top_k_accuracy_roc.py
src/molflux/metrics/classification/validity_roc.py
src/molflux/metrics/regression/__init__.py
src/molflux/metrics/regression/explained_variance.py
src/molflux/metrics/regression/max_error.py
src/molflux/metrics/regression/mean_absolute_error.py
src/molflux/metrics/regression/mean_squared_error.py
src/molflux/metrics/regression/median_absolute_error.py
src/molflux/metrics/regression/out_of_sample_r2.py
src/molflux/metrics/regression/pearson.py
src/molflux/metrics/regression/proportion_within_fold.py
src/molflux/metrics/regression/r2.py
src/molflux/metrics/regression/root_mean_squared_error.py
src/molflux/metrics/regression/spearman.py
src/molflux/metrics/suites/__init__.py
src/molflux/metrics/suites/catalogue.py
src/molflux/metrics/suites/classification.yml
src/molflux/metrics/suites/discovery.py
src/molflux/metrics/suites/regression.yml
src/molflux/metrics/suites/uncertainty.yml
src/molflux/metrics/uncertainty/__init__.py
src/molflux/metrics/uncertainty/calibration_gap.py
src/molflux/metrics/uncertainty/coefficient_of_variation.py
src/molflux/metrics/uncertainty/expected_calibration_error.py
src/molflux/metrics/uncertainty/gaussian_nll.py
src/molflux/metrics/uncertainty/prediction_interval_coverage.py
src/molflux/metrics/uncertainty/prediction_interval_width.py
src/molflux/metrics/uncertainty/uncertainty_based_rejection.py
src/molflux/metrics/uncertainty/utils.py
src/molflux/modelzoo/__init__.py
src/molflux/modelzoo/catalogue.py
src/molflux/modelzoo/config.py
src/molflux/modelzoo/errors.py
src/molflux/modelzoo/info.py
src/molflux/modelzoo/interchange.py
src/molflux/modelzoo/load.py
src/molflux/modelzoo/model.py
src/molflux/modelzoo/naming.py
src/molflux/modelzoo/parsers.py
src/molflux/modelzoo/protocols.py
src/molflux/modelzoo/typing.py
src/molflux/modelzoo/utils.py
src/molflux/modelzoo/models/__init__.py
src/molflux/modelzoo/models/catboost/__init__.py
src/molflux/modelzoo/models/catboost/catboost_classifier.py
src/molflux/modelzoo/models/catboost/catboost_regressor.py
src/molflux/modelzoo/models/core/__init__.py
src/molflux/modelzoo/models/core/average_features_regressor.py
src/molflux/modelzoo/models/core/average_regressor.py
src/molflux/modelzoo/models/ensemble/__init__.py
src/molflux/modelzoo/models/ensemble/ensemble_classifier.py
src/molflux/modelzoo/models/ensemble/ensemble_regressor.py
src/molflux/modelzoo/models/ensemble/_combo/__init__.py
src/molflux/modelzoo/models/ensemble/_combo/utils.py
src/molflux/modelzoo/models/lightning/__init__.py
src/molflux/modelzoo/models/lightning/config.py
src/molflux/modelzoo/models/lightning/datamodule.py
src/molflux/modelzoo/models/lightning/model.py
src/molflux/modelzoo/models/lightning/module.py
src/molflux/modelzoo/models/lightning/utils.py
src/molflux/modelzoo/models/lightning/mlp_regressor/__init__.py
src/molflux/modelzoo/models/lightning/mlp_regressor/mlp_config.py
src/molflux/modelzoo/models/lightning/mlp_regressor/mlp_datamodule.py
src/molflux/modelzoo/models/lightning/mlp_regressor/mlp_model.py
src/molflux/modelzoo/models/lightning/mlp_regressor/mlp_module.py
src/molflux/modelzoo/models/lightning/trainer/__init__.py
src/molflux/modelzoo/models/lightning/trainer/callbacks.py
src/molflux/modelzoo/models/mapie/__init__.py
src/molflux/modelzoo/models/mapie/mapie_regressor.py
src/molflux/modelzoo/models/pyod/__init__.py
src/molflux/modelzoo/models/pyod/abod_detector.py
src/molflux/modelzoo/models/pyod/cblof_detector.py
src/molflux/modelzoo/models/pyod/hbos_detector.py
src/molflux/modelzoo/models/pyod/isolation_forest_detector.py
src/molflux/modelzoo/models/pyod/knn_detector.py
src/molflux/modelzoo/models/pyod/mcd_detector.py
src/molflux/modelzoo/models/pyod/ocsvm_detector.py
src/molflux/modelzoo/models/pyod/pca_detector.py
src/molflux/modelzoo/models/pystan/BayesLinearRegressorHorseshoePrior.stan
src/molflux/modelzoo/models/pystan/OrdinalClassifier.stan
src/molflux/modelzoo/models/pystan/OrdinalClassifierPredictions.stan
src/molflux/modelzoo/models/pystan/__init__.py
src/molflux/modelzoo/models/pystan/ordinal_classifier.py
src/molflux/modelzoo/models/pystan/sparse_linear_regressor.py
src/molflux/modelzoo/models/pystan/utils.py
src/molflux/modelzoo/models/sklearn/__init__.py
src/molflux/modelzoo/models/sklearn/bernoulli_nb_classifier.py
src/molflux/modelzoo/models/sklearn/corrected_nb_classifier.py
src/molflux/modelzoo/models/sklearn/coverage_nb_classifier.py
src/molflux/modelzoo/models/sklearn/dummy_classifier.py
src/molflux/modelzoo/models/sklearn/extra_trees_classifier.py
src/molflux/modelzoo/models/sklearn/extra_trees_regressor.py
src/molflux/modelzoo/models/sklearn/gradient_boosting_classifier.py
src/molflux/modelzoo/models/sklearn/gradient_boosting_regressor.py
src/molflux/modelzoo/models/sklearn/kernel_ridge_regressor.py
src/molflux/modelzoo/models/sklearn/knn_classifier.py
src/molflux/modelzoo/models/sklearn/knn_regressor.py
src/molflux/modelzoo/models/sklearn/linear_discriminant_analysis_classifier.py
src/molflux/modelzoo/models/sklearn/linear_regressor.py
src/molflux/modelzoo/models/sklearn/logistic_regressor.py
src/molflux/modelzoo/models/sklearn/mlp_classifier.py
src/molflux/modelzoo/models/sklearn/mlp_regressor.py
src/molflux/modelzoo/models/sklearn/pipeline_pilot_nb_classifier.py
src/molflux/modelzoo/models/sklearn/pls_regressor.py
src/molflux/modelzoo/models/sklearn/random_forest_classifier.py
src/molflux/modelzoo/models/sklearn/random_forest_regressor.py
src/molflux/modelzoo/models/sklearn/ridge_regressor.py
src/molflux/modelzoo/models/sklearn/support_vector_classifier.py
src/molflux/modelzoo/models/sklearn/support_vector_regressor.py
src/molflux/modelzoo/models/sklearn/sklearn_discrete_nb/__init__.py
src/molflux/modelzoo/models/sklearn/sklearn_discrete_nb/bayes.py
src/molflux/modelzoo/models/sklearn/sklearn_pipeline/__init__.py
src/molflux/modelzoo/models/sklearn/sklearn_pipeline/_utils.py
src/molflux/modelzoo/models/sklearn/sklearn_pipeline/sklearn_pipeline_classifier.py
src/molflux/modelzoo/models/sklearn/sklearn_pipeline/sklearn_pipeline_regressor.py
src/molflux/modelzoo/models/xgboost/__init__.py
src/molflux/modelzoo/models/xgboost/xgboost_classifier.py
src/molflux/modelzoo/models/xgboost/xgboost_regressor.py
src/molflux/modelzoo/store/__init__.py
src/molflux/modelzoo/store/artefact.py
src/molflux/modelzoo/store/io.py
src/molflux/modelzoo/store/manager.py
src/molflux/splits/__init__.py
src/molflux/splits/bases.py
src/molflux/splits/catalogue.py
src/molflux/splits/config.py
src/molflux/splits/errors.py
src/molflux/splits/info.py
src/molflux/splits/load.py
src/molflux/splits/naming.py
src/molflux/splits/parsers.py
src/molflux/splits/presets.py
src/molflux/splits/strategy.py
src/molflux/splits/typing.py
src/molflux/splits/utils.py
src/molflux/splits/strategies/__init__.py
src/molflux/splits/strategies/core/__init__.py
src/molflux/splits/strategies/core/_ordered_split_utils.py
src/molflux/splits/strategies/core/group_k_fold.py
src/molflux/splits/strategies/core/group_shuffle_split.py
src/molflux/splits/strategies/core/k_fold.py
src/molflux/splits/strategies/core/leave_one_group_out.py
src/molflux/splits/strategies/core/leave_p_groups_out.py
src/molflux/splits/strategies/core/linear_split.py
src/molflux/splits/strategies/core/linear_split_with_rotation.py
src/molflux/splits/strategies/core/ordered_split.py
src/molflux/splits/strategies/core/shuffle_split.py
src/molflux/splits/strategies/core/stratified_k_fold.py
src/molflux/splits/strategies/core/stratified_ordered_split.py
src/molflux/splits/strategies/core/stratified_shuffle_split.py
src/molflux/splits/strategies/core/time_series_split.py
src/molflux/splits/strategies/openeye/__init__.py
src/molflux/splits/strategies/openeye/scaffold.py
src/molflux/splits/strategies/rdkit/__init__.py
src/molflux/splits/strategies/rdkit/scaffold.py
src/molflux/splits/strategies/rdkit/tanimoto.py
tests/__init__.py
tests/core/__init__.py
tests/core/conftest.py
tests/core/core/__init__.py
tests/core/core/unit/__init__.py
tests/core/core/unit/test_api.py
tests/core/core/unit/test_featurisation.py
tests/core/core/unit/test_logging.py
tests/core/core/unit/test_models.py
tests/core/core/unit/test_scoring.py
tests/core/core/unit/test_tracking.py
tests/datasets/__init__.py
tests/datasets/conftest.py
tests/datasets/assets/config.yml
tests/datasets/assets/config_with_bad_format.yml
tests/datasets/assets/config_with_bad_version.yml
tests/datasets/assets/minimal_config.yml
tests/datasets/core/__init__.py
tests/datasets/core/integration/__init__.py
tests/datasets/core/integration/test_representations.py
tests/datasets/core/integration/test_splitting_strategies.py
tests/datasets/core/unit/__init__.py
tests/datasets/core/unit/conftest.py
tests/datasets/core/unit/test_api.py
tests/datasets/core/unit/test_catalogue.py
tests/datasets/core/unit/test_exceptions.py
tests/datasets/core/unit/test_featurise.py
tests/datasets/core/unit/test_filesystems.py
tests/datasets/core/unit/test_flatten_indices.py
tests/datasets/core/unit/test_logging.py
tests/datasets/core/unit/test_parsers.py
tests/datasets/core/unit/test_splitting.py
tests/datasets/core/unit/test_utils.py
tests/datasets/core/unit/io/__init__.py
tests/datasets/core/unit/io/test_load_dataset_from_store.py
tests/datasets/core/unit/io/test_save_dataset_to_store.py
tests/datasets/core/unit/load/__init__.py
tests/datasets/core/unit/load/test_load_dataset.py
tests/datasets/core/unit/load/test_load_dataset_builder.py
tests/datasets/core/unit/load/test_load_from_dict.py
tests/datasets/core/unit/load/test_load_from_dicts.py
tests/datasets/core/unit/load/test_load_from_yaml.py
tests/datasets/plugins/__init__.py
tests/datasets/plugins/core/esol/test_esol.py
tests/datasets/plugins/openeye/__init__.py
tests/datasets/plugins/openeye/ani1x/__init__.py
tests/datasets/plugins/openeye/ani1x/test_ani1x.py
tests/datasets/plugins/openeye/ani1x/mock_data/data.h5
tests/datasets/plugins/openeye/ani1x/mock_data/script.py
tests/datasets/plugins/openeye/ani2x/test_ani2x.py
tests/datasets/plugins/openeye/ani2x/mock_data/script.py
tests/datasets/plugins/openeye/ani2x/mock_data/final_h5/ANI-2x-B973c-def2mTZVP.h5
tests/datasets/plugins/openeye/ani2x/mock_data/final_h5/ANI-2x-wB97MD3BJ-def2TZVPP.h5
tests/datasets/plugins/openeye/ani2x/mock_data/final_h5/ANI-2x-wB97MV-def2TZVPP.h5
tests/datasets/plugins/openeye/ani2x/mock_data/final_h5/ANI-2x-wB97X-631Gd.h5
tests/datasets/plugins/openeye/ani2x/mock_data/final_h5/ANI-2x-wB97X-def2TZVPP.h5
tests/datasets/plugins/openeye/gdb9/__init__.py
tests/datasets/plugins/openeye/gdb9/test_gdb9.py
tests/datasets/plugins/openeye/gdb9/mock_data/gdb9.sdf
tests/datasets/plugins/openeye/gdb9/mock_data/gdb9.sdf.csv
tests/datasets/plugins/openeye/gdb9/mock_data/script.py
tests/datasets/plugins/openeye/pcqm4m/__init__.py
tests/datasets/plugins/openeye/pcqm4m/test_pcqm4m.py
tests/datasets/plugins/openeye/pcqm4m/mock_data/pcqm4m-v2-train.sdf
tests/datasets/plugins/openeye/pcqm4m/mock_data/script.py
tests/datasets/plugins/openeye/pcqm4m/mock_data/pcqm4m-v2/raw/data.csv.gz
tests/datasets/plugins/openeye/spice/__init__.py
tests/datasets/plugins/openeye/spice/test_spice.py
tests/datasets/plugins/openeye/spice/mock_data/data.h5
tests/datasets/plugins/openeye/spice/mock_data/script.py
tests/datasets/plugins/rdkit/__init__.py
tests/datasets/plugins/rdkit/ani1x/__init__.py
tests/datasets/plugins/rdkit/ani1x/test_ani1x.py
tests/datasets/plugins/rdkit/ani1x/mock_data/data.h5
tests/datasets/plugins/rdkit/ani1x/mock_data/script.py
tests/datasets/plugins/rdkit/ani2x/__init__.py
tests/datasets/plugins/rdkit/ani2x/test_ani2x.py
tests/datasets/plugins/rdkit/ani2x/mock_data/script.py
tests/datasets/plugins/rdkit/ani2x/mock_data/final_h5/ANI-2x-B973c-def2mTZVP.h5
tests/datasets/plugins/rdkit/ani2x/mock_data/final_h5/ANI-2x-wB97MD3BJ-def2TZVPP.h5
tests/datasets/plugins/rdkit/ani2x/mock_data/final_h5/ANI-2x-wB97MV-def2TZVPP.h5
tests/datasets/plugins/rdkit/ani2x/mock_data/final_h5/ANI-2x-wB97X-631Gd.h5
tests/datasets/plugins/rdkit/ani2x/mock_data/final_h5/ANI-2x-wB97X-def2TZVPP.h5
tests/datasets/plugins/rdkit/gdb9/__init__.py
tests/datasets/plugins/rdkit/gdb9/test_gdb9.py
tests/datasets/plugins/rdkit/gdb9/mock_data/gdb9.sdf
tests/datasets/plugins/rdkit/gdb9/mock_data/gdb9.sdf.csv
tests/datasets/plugins/rdkit/gdb9/mock_data/script.py
tests/datasets/plugins/rdkit/pcqm4m/__init__.py
tests/datasets/plugins/rdkit/pcqm4m/test_pcqm4m.py
tests/datasets/plugins/rdkit/pcqm4m/mock_data/pcqm4m-v2-train.sdf
tests/datasets/plugins/rdkit/pcqm4m/mock_data/script.py
tests/datasets/plugins/rdkit/pcqm4m/mock_data/pcqm4m-v2/raw/data.csv.gz
tests/datasets/plugins/rdkit/spice/__init__.py
tests/datasets/plugins/rdkit/spice/test_spice.py
tests/datasets/plugins/rdkit/spice/mock_data/data.h5
tests/datasets/plugins/rdkit/spice/mock_data/script.py
tests/datasets/plugins/tdc/test_tdc.py
tests/features/__init__.py
tests/features/conftest.py
tests/features/assets/config.yml
tests/features/assets/minimal_config.yml
tests/features/core/__init__.py
tests/features/core/conftest.py
tests/features/core/integration/__init__.py
tests/features/core/integration/test_missing_dependencies.py
tests/features/core/unit/__init__.py
tests/features/core/unit/test_api.py
tests/features/core/unit/test_errors.py
tests/features/core/unit/test_featurise.py
tests/features/core/unit/test_load.py
tests/features/core/unit/test_logging.py
tests/features/core/unit/test_parsers.py
tests/features/core/unit/representation/__init__.py
tests/features/core/unit/representation/test_protocol.py
tests/features/core/unit/representations/__init__.py
tests/features/core/unit/representations/test_protocol.py
tests/features/plugins/__init__.py
tests/features/plugins/core/__init__.py
tests/features/plugins/core/generic/__init__.py
tests/features/plugins/core/generic/test_exploded.py
tests/features/plugins/core/generic/test_sum.py
tests/features/plugins/openeye/__init__.py
tests/features/plugins/openeye/conftest.py
tests/features/plugins/openeye/test_utils.py
tests/features/plugins/openeye/canonical/__init__.py
tests/features/plugins/openeye/canonical/test_oemol.py
tests/features/plugins/openeye/canonical/test_smiles.py
tests/features/plugins/openeye/descriptors/__init__.py
tests/features/plugins/openeye/descriptors/test_aromatic_ring_count.py
tests/features/plugins/openeye/descriptors/test_molecular_weight.py
tests/features/plugins/openeye/descriptors/test_net_charge.py
tests/features/plugins/openeye/descriptors/test_num_acceptors.py
tests/features/plugins/openeye/descriptors/test_num_donors.py
tests/features/plugins/openeye/descriptors/test_rotatable_bonds.py
tests/features/plugins/openeye/descriptors/test_tpsa.py
tests/features/plugins/openeye/descriptors/test_x_log_p.py
tests/features/plugins/openeye/fingerprints/__init__.py
tests/features/plugins/openeye/fingerprints/test_circular.py
tests/features/plugins/openeye/fingerprints/test_lingo.py
tests/features/plugins/openeye/fingerprints/test_maccs.py
tests/features/plugins/openeye/fingerprints/test_path.py
tests/features/plugins/openeye/fingerprints/test_tree.py
tests/features/plugins/openeye/sd/test_sd_feature.py
tests/features/plugins/openeye/shape/__init__.py
tests/features/plugins/openeye/shape/test_hermite.py
tests/features/plugins/rdkit/__init__.py
tests/features/plugins/rdkit/test_utils.py
tests/features/plugins/rdkit/descriptors/__init__.py
tests/features/plugins/rdkit/descriptors/test_rdkit_descriptors_2d.py
tests/features/plugins/rdkit/fingerprints/__init__.py
tests/features/plugins/rdkit/fingerprints/test_atom_pair.py
tests/features/plugins/rdkit/fingerprints/test_atom_pair_unfolded.py
tests/features/plugins/rdkit/fingerprints/test_avalon.py
tests/features/plugins/rdkit/fingerprints/test_layered.py
tests/features/plugins/rdkit/fingerprints/test_maccs.py
tests/features/plugins/rdkit/fingerprints/test_map_light.py
tests/features/plugins/rdkit/fingerprints/test_mhfp.py
tests/features/plugins/rdkit/fingerprints/test_mhfp_unfolded.py
tests/features/plugins/rdkit/fingerprints/test_morgan.py
tests/features/plugins/rdkit/fingerprints/test_morgan_unfolded.py
tests/features/plugins/rdkit/fingerprints/test_pattern.py
tests/features/plugins/rdkit/fingerprints/test_topological.py
tests/features/plugins/rdkit/fingerprints/test_topological_torsion.py
tests/features/plugins/rdkit/fingerprints/test_topological_torsion_unfolded.py
tests/features/plugins/rdkit/fingerprints/test_toxicophores.py
tests/features/plugins/rdkit/reaction/__init__.py
tests/features/plugins/rdkit/reaction/test_drfp.py
tests/metrics/__init__.py
tests/metrics/conftest.py
tests/metrics/assets/config.yml
tests/metrics/assets/minimal_config.yml
tests/metrics/core/__init__.py
tests/metrics/core/unit/__init__.py
tests/metrics/core/unit/test_api.py
tests/metrics/core/unit/test_catalogue.py
tests/metrics/core/unit/test_load.py
tests/metrics/core/unit/test_logging.py
tests/metrics/core/unit/test_parsers.py
tests/metrics/core/unit/metric/__init__.py
tests/metrics/core/unit/metric/test_compute.py
tests/metrics/core/unit/metric/test_protocol.py
tests/metrics/core/unit/metric/test_uncertainty_protocol.py
tests/metrics/core/unit/metrics/__init__.py
tests/metrics/core/unit/metrics/test_protocol.py
tests/metrics/plugins/__init__.py
tests/metrics/plugins/core/__init__.py
tests/metrics/plugins/core/classification/__init__.py
tests/metrics/plugins/core/classification/test_accuracy.py
tests/metrics/plugins/core/classification/test_average_precision.py
tests/metrics/plugins/core/classification/test_balanced_accuracy.py
tests/metrics/plugins/core/classification/test_diversity_roc.py
tests/metrics/plugins/core/classification/test_f1_score.py
tests/metrics/plugins/core/classification/test_matthews_corrcoef.py
tests/metrics/plugins/core/classification/test_precision.py
tests/metrics/plugins/core/classification/test_recall.py
tests/metrics/plugins/core/classification/test_roc_auc.py
tests/metrics/plugins/core/classification/test_top_k_accuracy.py
tests/metrics/plugins/core/classification/test_top_k_accuracy_roc.py
tests/metrics/plugins/core/classification/test_validity_roc.py
tests/metrics/plugins/core/regression/__init__.py
tests/metrics/plugins/core/regression/test_explained_variance.py
tests/metrics/plugins/core/regression/test_max_error.py
tests/metrics/plugins/core/regression/test_mean_absolute_error.py
tests/metrics/plugins/core/regression/test_mean_squared_error.py
tests/metrics/plugins/core/regression/test_median_absolute_error.py
tests/metrics/plugins/core/regression/test_out_of_sample_r2.py
tests/metrics/plugins/core/regression/test_pearson.py
tests/metrics/plugins/core/regression/test_proportion_within_fold.py
tests/metrics/plugins/core/regression/test_r2.py
tests/metrics/plugins/core/regression/test_root_mean_squared_error.py
tests/metrics/plugins/core/regression/test_spearman.py
tests/metrics/plugins/core/suites/__init__.py
tests/metrics/plugins/core/suites/test_classification.py
tests/metrics/plugins/core/suites/test_load.py
tests/metrics/plugins/core/suites/test_regression.py
tests/metrics/plugins/core/suites/test_uncertainty.py
tests/metrics/plugins/core/uncertainty/__init__.py
tests/metrics/plugins/core/uncertainty/test_calibration_gap.py
tests/metrics/plugins/core/uncertainty/test_coefficient_of_variation.py
tests/metrics/plugins/core/uncertainty/test_expected_calibration_error.py
tests/metrics/plugins/core/uncertainty/test_gaussian_nll.py
tests/metrics/plugins/core/uncertainty/test_prediction_interval_coverage.py
tests/metrics/plugins/core/uncertainty/test_prediction_interval_width.py
tests/metrics/plugins/core/uncertainty/test_uncertainty_based_rejection.py
tests/modelzoo/__init__.py
tests/modelzoo/conftest.py
tests/modelzoo/assets/core/config.yml
tests/modelzoo/assets/core/minimal_config.yml
tests/modelzoo/assets/plugins/sklearn/sklearn_pipeline_classifier/normalizer-k-neighbors.json
tests/modelzoo/assets/plugins/sklearn/sklearn_pipeline_classifier/pca-select-k-svc.json
tests/modelzoo/assets/plugins/sklearn/sklearn_pipeline_classifier/scaler-random-forest.json
tests/modelzoo/assets/plugins/sklearn/sklearn_pipeline_regressor/normalizer-kernel-ridge.json
tests/modelzoo/assets/plugins/sklearn/sklearn_pipeline_regressor/pca-select-k-svr.json
tests/modelzoo/assets/plugins/sklearn/sklearn_pipeline_regressor/scaler-random-forest.json
tests/modelzoo/core/__init__.py
tests/modelzoo/core/integration/__init__.py
tests/modelzoo/core/integration/test_missing_dependencies.py
tests/modelzoo/core/unit/__init__.py
tests/modelzoo/core/unit/conftest.py
tests/modelzoo/core/unit/test_api.py
tests/modelzoo/core/unit/test_interchange.py
tests/modelzoo/core/unit/test_load.py
tests/modelzoo/core/unit/test_logging.py
tests/modelzoo/core/unit/test_parsers.py
tests/modelzoo/core/unit/test_utils.py
tests/modelzoo/core/unit/model/__init__.py
tests/modelzoo/core/unit/model/test_model.py
tests/modelzoo/core/unit/model/test_predict.py
tests/modelzoo/core/unit/model/test_protocol.py
tests/modelzoo/core/unit/store/__init__.py
tests/modelzoo/core/unit/store/conftest.py
tests/modelzoo/core/unit/store/test_disk.py
tests/modelzoo/core/unit/store/test_s3.py
tests/modelzoo/plugins/__init__.py
tests/modelzoo/plugins/catboost/__init__.py
tests/modelzoo/plugins/catboost/test_cat_boost_classifier.py
tests/modelzoo/plugins/catboost/test_cat_boost_regressor.py
tests/modelzoo/plugins/core/__init__.py
tests/modelzoo/plugins/core/test_average_features_regressor.py
tests/modelzoo/plugins/core/test_average_regressor.py
tests/modelzoo/plugins/ensemble/__init__.py
tests/modelzoo/plugins/ensemble/test_combo_utils.py
tests/modelzoo/plugins/ensemble/test_ensemble_classifier.py
tests/modelzoo/plugins/ensemble/test_ensemble_regressor.py
tests/modelzoo/plugins/fortuna/__init__.py
tests/modelzoo/plugins/fortuna/test_fortuna_mlp_regressor.py
tests/modelzoo/plugins/lightning/__init__.py
tests/modelzoo/plugins/lightning/conftest.py
tests/modelzoo/plugins/lightning/test_mlp_regressor.py
tests/modelzoo/plugins/lightning/test_model_checkpoint_apply_callback.py
tests/modelzoo/plugins/lightning/test_transfer_learning.py
tests/modelzoo/plugins/mapie/__init__.py
tests/modelzoo/plugins/mapie/test_mapie_regressor.py
tests/modelzoo/plugins/pyod/__init__.py
tests/modelzoo/plugins/pyod/test_abod_detector.py
tests/modelzoo/plugins/pyod/test_cblof_detector.py
tests/modelzoo/plugins/pyod/test_hbos_detector.py
tests/modelzoo/plugins/pyod/test_isolation_forest_detector.py
tests/modelzoo/plugins/pyod/test_knn_detector.py
tests/modelzoo/plugins/pyod/test_mcd_detector.py
tests/modelzoo/plugins/pyod/test_ocsvm_detector.py
tests/modelzoo/plugins/pyod/test_pca_detector.py
tests/modelzoo/plugins/pystan/__init__.py
tests/modelzoo/plugins/pystan/test_ordinal_classifier.py
tests/modelzoo/plugins/pystan/test_sparse_linear_regressor.py
tests/modelzoo/plugins/sklearn/__init__.py
tests/modelzoo/plugins/sklearn/test_base_mixin.py
tests/modelzoo/plugins/sklearn/test_bernoulli_nb_classifier.py
tests/modelzoo/plugins/sklearn/test_corrected_nb_classifier.py
tests/modelzoo/plugins/sklearn/test_coverage_nb_classifier.py
tests/modelzoo/plugins/sklearn/test_dummy_classifier.py
tests/modelzoo/plugins/sklearn/test_extra_trees_classifier.py
tests/modelzoo/plugins/sklearn/test_extra_trees_regressor.py
tests/modelzoo/plugins/sklearn/test_gradient_boosting_classifier.py
tests/modelzoo/plugins/sklearn/test_gradient_boosting_regressor.py
tests/modelzoo/plugins/sklearn/test_kernel_ridge_regressor.py
tests/modelzoo/plugins/sklearn/test_knn_classifier.py
tests/modelzoo/plugins/sklearn/test_knn_regressor.py
tests/modelzoo/plugins/sklearn/test_linear_discriminant_analysis_classifier.py
tests/modelzoo/plugins/sklearn/test_linear_regressor.py
tests/modelzoo/plugins/sklearn/test_logistic_regressor.py
tests/modelzoo/plugins/sklearn/test_mlp_classifier.py
tests/modelzoo/plugins/sklearn/test_mlp_regressor.py
tests/modelzoo/plugins/sklearn/test_pipeline_pilot_nb_classifier.py
tests/modelzoo/plugins/sklearn/test_pls_regressor.py
tests/modelzoo/plugins/sklearn/test_random_forest_classifier.py
tests/modelzoo/plugins/sklearn/test_random_forest_regressor.py
tests/modelzoo/plugins/sklearn/test_ridge_regressor.py
tests/modelzoo/plugins/sklearn/test_sklearn_pipeline_classifier.py
tests/modelzoo/plugins/sklearn/test_sklearn_pipeline_regressor.py
tests/modelzoo/plugins/sklearn/test_support_vector_classifier.py
tests/modelzoo/plugins/sklearn/test_support_vector_regressor.py
tests/modelzoo/plugins/sklearn/sklearn_discrete_nb/__init__.py
tests/modelzoo/plugins/sklearn/sklearn_discrete_nb/test_bayes.py
tests/modelzoo/plugins/xgboost/__init__.py
tests/modelzoo/plugins/xgboost/test_xg_boost_classifier.py
tests/modelzoo/plugins/xgboost/test_xg_boost_regressor.py
tests/splits/__init__.py
tests/splits/conftest.py
tests/splits/assets/config.yml
tests/splits/assets/minimal_config.yml
tests/splits/core/__init__.py
tests/splits/core/unit/__init__.py
tests/splits/core/unit/test_api.py
tests/splits/core/unit/test_catalogue.py
tests/splits/core/unit/test_info.py
tests/splits/core/unit/test_load.py
tests/splits/core/unit/test_logging.py
tests/splits/core/unit/test_naming.py
tests/splits/core/unit/test_parsers.py
tests/splits/core/unit/test_protocol.py
tests/splits/core/unit/test_utils.py
tests/splits/core/unit/presets/__init__.py
tests/splits/core/unit/presets/test_k_fold_split.py
tests/splits/core/unit/presets/test_train_test_split.py
tests/splits/core/unit/presets/test_train_validation_test_split.py
tests/splits/core/unit/strategy/__init__.py
tests/splits/core/unit/strategy/conftest.py
tests/splits/core/unit/strategy/test_split.py
tests/splits/plugins/__init__.py
tests/splits/plugins/core/__init__.py
tests/splits/plugins/core/test_group_k_fold.py
tests/splits/plugins/core/test_group_shuffle_split.py
tests/splits/plugins/core/test_k_fold.py
tests/splits/plugins/core/test_leave_one_group_out.py
tests/splits/plugins/core/test_leave_p_groups_out.py
tests/splits/plugins/core/test_linear_split.py
tests/splits/plugins/core/test_linear_splits_with_rotation.py
tests/splits/plugins/core/test_ordered_split.py
tests/splits/plugins/core/test_shuffle_split.py
tests/splits/plugins/core/test_stratified_k_fold.py
tests/splits/plugins/core/test_stratified_ordered_split.py
tests/splits/plugins/core/test_stratified_shuffle_split.py
tests/splits/plugins/core/test_time_series_split.py
tests/splits/plugins/openeye/__init__.py
tests/splits/plugins/openeye/test_scaffold.py
tests/splits/plugins/rdkit/__init__.py
tests/splits/plugins/rdkit/test_scaffold.py
tests/splits/plugins/rdkit/test_tanimoto.py