.Rhistory
.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pixi.lock
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/workflows/deploy-gh-pages.yml
.github/workflows/lint.yml
.github/workflows/python-app.yml
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/make.bat
doc/quick_start.rst
doc/user_guide.rst
doc/_static/css/project-template.css
doc/_static/img/index_api.svg
doc/_static/img/index_examples.svg
doc/_static/img/index_getting_started.svg
doc/_static/img/index_user_guide.svg
doc/_static/img/logo.png
doc/_static/js/copybutton.js
doc/_templates/class.rst
doc/_templates/function.rst
doc/_templates/numpydoc_docstring.py
doc/_templates/sidebar-search-bs.html
examples/README.txt
examples/example_cross_validation_path_boost.py
examples/example_on_TUD_dataset.py
examples/example_run_EPB_on_uNatQ_nx_graphs.py
examples/example_run_extended_path_boost_on_subsampled_dataset.py
examples/examples_utils.py
examples/plot_classifier.py
examples/plot_template.py
examples/plot_transformer.py
path_boost/__init__.py
path_boost/_path_boost.py
path_boost/_version.py
path_boost.egg-info/PKG-INFO
path_boost.egg-info/SOURCES.txt
path_boost.egg-info/dependency_links.txt
path_boost.egg-info/requires.txt
path_boost.egg-info/top_level.txt
path_boost/utils/__init__.py
path_boost/utils/cross_validation.py
path_boost/utils/cyclic_path_boost_utils.py
path_boost/utils/discovery.py
path_boost/utils/plots_functions.py
path_boost/utils/validate_data.py
path_boost/utils/variable_importance_according_to_path_boost.py
path_boost/utils/classes/__init__.py
path_boost/utils/classes/additive_model_wrapper.py
path_boost/utils/classes/additive_model_wrapper_classifier.py
path_boost/utils/classes/extended_boosting_matrix.py
path_boost/utils/classes/sequential_path_boost.py
path_boost/utils/classes/sequential_path_boost_classifier.py
path_boost/utils/classes/interfaces/__init__.py
path_boost/utils/classes/interfaces/interface_base_learner.py
path_boost/utils/classes/interfaces/interface_selector.py
path_boost/utils/datasets_for_examples/__init__.py
path_boost/utils/datasets_for_examples/generate_example_dataset.py
tests/__init__.py
tests/test_discovery.py
tests/tests_for_cyclyc_path_boost.py
tests/datasets_used_for_tests/__init__.py
tests/datasets_used_for_tests/load_test_dataset.py
tests/test_algorithm_correctness/__init__.py
tests/test_algorithm_correctness/test_algorithm_matches_specification.py
tests/test_extended_path_boost/__init__.py
tests/test_extended_path_boost/test_extended_path_boost.py
tests/test_extended_path_boost/test_extended_path_boost_base_learners_and_selector_classes.py
tests/test_extended_path_boost/test_extended_path_boost_fit.py
tests/test_extended_path_boost/test_extended_path_boost_predict.py
tests/test_extended_path_boost/test_split_extended_path_boost.py
tests/test_sequential_path_boost/__init__.py
tests/test_sequential_path_boost/test_fit_single_metal_center_path_boost.py
tests/test_sequential_path_boost/test_single_metal_center_path_boost.py
tests/test_sequential_path_boost/test_variable_importance.py
tests/tests_extended_boosting_matrix/__init__.py
tests/tests_extended_boosting_matrix/test_extended_boosting_matrix_finding_attributes.py
tests/tests_extended_boosting_matrix/test_extended_boosting_matrix_get_frequency_matrix.py
tests/tests_extended_boosting_matrix/test_extended_boosting_matrix_label_path_finding_in_single_graph.py
tests/tests_extended_boosting_matrix/test_extended_boosting_matrix_label_path_finding_in_single_graph_with_starting_node.py
tests/tests_extended_boosting_matrix/test_extended_boosting_matrix_path_finding_in_dataset.py
tests/tests_extended_boosting_matrix/test_initialization_extended_boosting_matrix.py
tests/tests_extended_boosting_matrix/test_new_columns_extend_extended_boosting_matrix.py
tests/tests_sequential_path_boost_classifier/__init__.py
tests/tests_sequential_path_boost_classifier/test_fit_single_metal_center_path_boost_classifier.py
tests/tests_sequential_path_boost_classifier/test_variable_importance_classifier.py