CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
SECURITY.md
SUPPORT.md
pyproject.toml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/adaptive_vs_static_assistments.py
benchmarks/delayed_gain_model_benchmark.py
benchmarks/kt_policy_ope_benchmark.py
benchmarks/kt_sakt_benchmark.py
benchmarks/progression_reward_evidence.py
benchmarks/validate_logged_policy.py
benchmarks/assistments/__init__.py
benchmarks/assistments/download.py
benchmarks/assistments/preprocess.py
benchmarks/ednet/__init__.py
benchmarks/ednet/preprocess.py
benchmarks/fixtures/assistments_tiny_raw.csv
benchmarks/fixtures/ednet_tiny_kt1.csv
benchmarks/fixtures/ednet_tiny_questions.csv
benchmarks/fixtures/generate_fixture.py
benchmarks/fixtures/test.csv
benchmarks/fixtures/train.csv
docs/README.md
docs/api-support-policy.md
docs/api_reference.md
docs/coding-standards.md
docs/contributing.md
docs/design-partner-council.md
docs/examples.md
docs/index.md
docs/overview.md
docs/quickstart.md
docs/roadmap.md
docs/benchmarks/credibility.md
docs/guides/00-adaptive-practice.md
docs/guides/01-fit-offline.md
docs/guides/02-serve-streaming.md
docs/guides/03-learning-pilot.md
docs/guides/04-pilot-integration.md
docs/guides/05-pilot-workflow.md
examples/adaptive_recommender_quickstart.py
examples/adaptive_recommender_use_cases.py
examples/offline_policy_promotion.py
examples/production_serving.py
src/orchid_ranker/__init__.py
src/orchid_ranker/adaptive_learning.py
src/orchid_ranker/adaptive_ranker.py
src/orchid_ranker/adaptive_schema.py
src/orchid_ranker/decision_store.py
src/orchid_ranker/delayed_gain.py
src/orchid_ranker/empirical.py
src/orchid_ranker/kt.py
src/orchid_ranker/kt_benchmark.py
src/orchid_ranker/learning_catalog.py
src/orchid_ranker/learning_policy.py
src/orchid_ranker/offline_policy.py
src/orchid_ranker/ope.py
src/orchid_ranker/pilot.py
src/orchid_ranker/policy_benchmark.py
src/orchid_ranker/progression_reward.py
src/orchid_ranker/py.typed
src/orchid_ranker/semantic.py
src/orchid_ranker/sketch.py
src/orchid_ranker.egg-info/PKG-INFO
src/orchid_ranker.egg-info/SOURCES.txt
src/orchid_ranker.egg-info/dependency_links.txt
src/orchid_ranker.egg-info/requires.txt
src/orchid_ranker.egg-info/top_level.txt
tests/test_adaptive_learning_recommender.py
tests/test_adaptive_practice_pilot.py
tests/test_adaptive_ranker.py
tests/test_assistments_preprocess.py
tests/test_decision_store.py
tests/test_documentation_readiness.py
tests/test_e2e.py
tests/test_ednet_preprocess.py
tests/test_kt_benchmark_policy.py
tests/test_kt_fullseq.py
tests/test_learning_catalog.py
tests/test_learning_readiness.py
tests/test_logged_policy_validation.py
tests/test_ope.py
tests/test_progression_reward_evidence.py
tests/test_progression_reward_policy.py
tests/test_publish_readiness.py
tests/test_sakt_tracer.py
tests/test_serving_safety.py
tests/test_single_public_api.py
tests/test_use_case_examples.py