LICENSE
README.md
pyproject.toml
src/rtdfeatures/__init__.py
src/rtdfeatures/baselines.py
src/rtdfeatures/py.typed
src/rtdfeatures/reporting.py
src/rtdfeatures/synthetic.py
src/rtdfeatures/utils.py
src/rtdfeatures.egg-info/PKG-INFO
src/rtdfeatures.egg-info/SOURCES.txt
src/rtdfeatures.egg-info/dependency_links.txt
src/rtdfeatures.egg-info/requires.txt
src/rtdfeatures.egg-info/top_level.txt
src/rtdfeatures/benchmarks/__init__.py
src/rtdfeatures/benchmarks/extract_nrtd_benchmarks.py
src/rtdfeatures/benchmarks/inspect_nrtd_archive.py
src/rtdfeatures/bootstrap/__init__.py
src/rtdfeatures/bootstrap/contracts.py
src/rtdfeatures/bootstrap/sampling.py
src/rtdfeatures/bootstrap/summaries.py
src/rtdfeatures/candidates/__init__.py
src/rtdfeatures/candidates/contracts.py
src/rtdfeatures/candidates/fitting.py
src/rtdfeatures/candidates/selection.py
src/rtdfeatures/diagnostics/__init__.py
src/rtdfeatures/diagnostics/_helpers.py
src/rtdfeatures/diagnostics/fit.py
src/rtdfeatures/diagnostics/transform.py
src/rtdfeatures/diagnostics/warnings.py
src/rtdfeatures/features/__init__.py
src/rtdfeatures/features/accumulator.py
src/rtdfeatures/features/age.py
src/rtdfeatures/features/builder.py
src/rtdfeatures/features/categorical.py
src/rtdfeatures/features/evidence.py
src/rtdfeatures/features/names.py
src/rtdfeatures/features/numeric.py
src/rtdfeatures/features/registry.py
src/rtdfeatures/integrations/__init__.py
src/rtdfeatures/integrations/sklearn.py
src/rtdfeatures/integrations/tigramite/__init__.py
src/rtdfeatures/integrations/tigramite/helpers.py
src/rtdfeatures/integrations/tigramite/payloads.py
src/rtdfeatures/kernels/__init__.py
src/rtdfeatures/kernels/base.py
src/rtdfeatures/kernels/fixed.py
src/rtdfeatures/kernels/parametric.py
src/rtdfeatures/learners/__init__.py
src/rtdfeatures/learners/_assembly.py
src/rtdfeatures/learners/_base.py
src/rtdfeatures/learners/_identifiability.py
src/rtdfeatures/learners/_optimization.py
src/rtdfeatures/learners/delayed_exponential.py
src/rtdfeatures/learners/erlang.py
src/rtdfeatures/learners/exponential.py
src/rtdfeatures/learners/fixed.py
src/rtdfeatures/learners/gamma.py
src/rtdfeatures/learners/lognormal.py
src/rtdfeatures/learners/shared.py
src/rtdfeatures/learners/simplex.py
src/rtdfeatures/oof/__init__.py
src/rtdfeatures/oof/generation.py
src/rtdfeatures/oof/reports.py
src/rtdfeatures/oof/splits.py
tests/test_api_contract_v1.py
tests/test_architecture_invariants_v1.py
tests/test_archive_inspection.py
tests/test_benchmark_extraction.py
tests/test_bootstrap_candidate_set.py
tests/test_bootstrap_contract.py
tests/test_bootstrap_reporting.py
tests/test_bootstrap_single_fit.py
tests/test_bootstrap_splitter.py
tests/test_bootstrap_summaries.py
tests/test_contract_examples.py
tests/test_diagnostics.py
tests/test_diagnostics_transform_coverage.py
tests/test_docs_consistency.py
tests/test_docs_links_and_hygiene_v1.py
tests/test_docs_quality.py
tests/test_exception_handling_contract.py
tests/test_feature_accumulator_v1.py
tests/test_feature_evidence.py
tests/test_feature_evidence_contract.py
tests/test_feature_helpers_v1.py
tests/test_feature_names_contract_v1.py
tests/test_feature_registry_contract.py
tests/test_feature_registry_generation_v1.py
tests/test_feature_registry_v1.py
tests/test_features_shared_integration.py
tests/test_integration_readiness.py
tests/test_internal_simplification_baselines_v1.py
tests/test_kernel_candidate_comparison_selection.py
tests/test_kernel_candidate_fitting.py
tests/test_kernel_candidate_objects.py
tests/test_kernel_family_learners.py
tests/test_kernels.py
tests/test_learner_base_contract_v1.py
tests/test_learner_fit_assembly_v1.py
tests/test_learner_identifiability_v1.py
tests/test_learner_optimization_and_structure_v1.py
tests/test_learners_family_support.py
tests/test_learners_fit_contract.py
tests/test_oof_candidate_path.py
tests/test_oof_contract.py
tests/test_oof_feature_evidence.py
tests/test_oof_reports_coverage.py
tests/test_oof_single_path.py
tests/test_oof_splitter_forward_chaining.py
tests/test_packaging_metadata.py
tests/test_parametric_diagnostic_comparison.py
tests/test_parametric_family_registry_v1.py
tests/test_parametric_kernels.py
tests/test_parametric_learners.py
tests/test_parametric_learners_contract.py
tests/test_parametric_learners_delayed_exponential_lognormal.py
tests/test_parametric_learners_erlang.py
tests/test_parametric_synthetic_validation.py
tests/test_plant_first_examples.py
tests/test_plant_first_scenarios.py
tests/test_public_api_docs_contract.py
tests/test_release_gate_benchmark_harness.py
tests/test_release_hygiene.py
tests/test_release_metadata.py
tests/test_reporting.py
tests/test_root_namespace_snapshot.py
tests/test_scaffold.py
tests/test_schema_stability.py
tests/test_semver_contract.py
tests/test_shared_learners.py
tests/test_sklearn_adapter.py
tests/test_synthetic.py
tests/test_tigramite_candidate_set.py
tests/test_tigramite_comparison.py
tests/test_tigramite_contract.py
tests/test_tigramite_graph_helpers.py
tests/test_tigramite_integration_imports.py
tests/test_tigramite_payloads_coverage.py
tests/test_tigramite_reporting.py
tests/test_transform_reporting.py
tests/test_utils.py