LICENSE
README.md
pyproject.toml
src/scoredrulesets/__init__.py
src/scoredrulesets/formatting.py
src/scoredrulesets/io.py
src/scoredrulesets/runtime.py
src/scoredrulesets/schema.py
src/scoredrulesets/utils_feature_selection.py
src/scoredrulesets.egg-info/PKG-INFO
src/scoredrulesets.egg-info/SOURCES.txt
src/scoredrulesets.egg-info/dependency_links.txt
src/scoredrulesets.egg-info/requires.txt
src/scoredrulesets.egg-info/top_level.txt
src/scoredrulesets/analysis/__init__.py
src/scoredrulesets/analysis/logicgp_interactions.py
src/scoredrulesets/benchmarking/__init__.py
src/scoredrulesets/benchmarking/clustering.py
src/scoredrulesets/benchmarking/comparison.py
src/scoredrulesets/benchmarking/cross_language_benchmark.py
src/scoredrulesets/benchmarking/csharp_wrapper.py
src/scoredrulesets/benchmarking/datasets.py
src/scoredrulesets/benchmarking/estimators.py
src/scoredrulesets/benchmarking/metrics.py
src/scoredrulesets/benchmarking/plotting.py
src/scoredrulesets/benchmarking/reporting.py
src/scoredrulesets/benchmarking/runner.py
src/scoredrulesets/estimators/__init__.py
src/scoredrulesets/estimators/_rulelcs_old.py
src/scoredrulesets/estimators/_split_utils.py
src/scoredrulesets/estimators/atom_selection.py
src/scoredrulesets/estimators/atom_space.py
src/scoredrulesets/estimators/auto.py
src/scoredrulesets/estimators/backends.py
src/scoredrulesets/estimators/base.py
src/scoredrulesets/estimators/cluster_wrapper.py
src/scoredrulesets/estimators/exstracs_shrinking.py
src/scoredrulesets/estimators/logicgp.py
src/scoredrulesets/estimators/rulegp.py
src/scoredrulesets/estimators/rulekit_native.py
src/scoredrulesets/estimators/rulenln.py
src/scoredrulesets/estimators/rulensga2.py
src/scoredrulesets/estimators/ruleplcs.py
src/scoredrulesets/estimators/ruleset_transform.py
src/scoredrulesets/estimators/sklearn_wrapper.py
src/scoredrulesets/estimators/tree_transform.py
src/scoredrulesets/importers/__init__.py
src/scoredrulesets/importers/logicgp.py
src/scoredrulesets/preprocessing/__init__.py
src/scoredrulesets/preprocessing/feature_selection.py
src/scoredrulesets/preprocessing/pipeline.py
tests/test_auto_estimator.py
tests/test_benchmark_comparison.py
tests/test_benchmark_datasets.py
tests/test_benchmarking.py
tests/test_bugfix_gp_logicgp_identity.py
tests/test_cluster_benchmarking.py
tests/test_estimator_checks.py
tests/test_exstracs_shrinking.py
tests/test_gpas_estimator.py
tests/test_hs_backend_integration.py
tests/test_io.py
tests/test_logicgp_estimator.py
tests/test_logicgp_import.py
tests/test_logicgp_interactions.py
tests/test_preprocessing.py
tests/test_regression_backend_integration.py
tests/test_rulegp_atom_preselection.py
tests/test_rulegp_compat.py
tests/test_rulekit_native_estimator.py
tests/test_rulekit_transform.py
tests/test_rulenln_estimator.py
tests/test_rulensga2_estimator.py
tests/test_ruleplcs_estimator.py
tests/test_runtime_regression.py
tests/test_sklearn_cluster_wrapper.py
tests/test_sklearn_regressor_wrapper.py
tests/test_sklearn_wrapper.py
tests/test_synthetic_datasets.py