LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
docs/README.md
docs/chunking.md
docs/code_metrics.md
docs/comparison_suite.md
docs/contributing_algorithms.md
docs/contributing_datasets.md
docs/customization.md
docs/datasets.md
docs/development.md
docs/gradio.md
docs/index.md
docs/leaderboard.md
docs/lexical.md
docs/preprocessing.md
docs/reproducible_benchmark.md
docs/scoring.md
docs/tokenization.md
docs/usage.md
docs/vectors.md
docs/visualization.md
examples/README.md
examples/__init__.py
examples/sample_data.py
examples/basic/chunking_demo.py
examples/basic/code_metrics_demo.py
examples/basic/lexical_demo.py
examples/basic/preprocessing_demo.py
examples/basic/sample_pairs_demo.py
examples/basic/vectors_demo.py
examples/custom/custom_algorithm_demo.py
examples/evaluation/calibration_report_demo.py
examples/evaluation/comparison_suite_demo.py
examples/evaluation/dataset_validation_demo.py
examples/evaluation/datasets_demo.py
examples/evaluation/leaderboard_demo.py
examples/evaluation/reproducible_benchmark_demo.py
examples/evaluation/threshold_tuning_demo.py
examples/evaluation/visualization_demo.py
examples/notebooks/01_core_workflows.ipynb
examples/notebooks/02_datasets_and_reproducibility.ipynb
examples/notebooks/03_custom_algorithms.ipynb
examples/notebooks/04_gradio_app.ipynb
examples/notebooks/05_visualization_and_leaderboard.ipynb
examples/notebooks/README.md
gradio_app/README.md
gradio_app/app.py
gradio_app/html_utils.py
gradio_app/requirements.txt
gradio_app/assets/ready_leaderboard.json
matheel/__init__.py
matheel/_path_utils.py
matheel/_progress.py
matheel/_run_metadata.py
matheel/algorithms.py
matheel/benchmark_cache.py
matheel/benchmark_cards.py
matheel/benchmark_registry.py
matheel/calibration.py
matheel/chunking.py
matheel/cli.py
matheel/code_metrics.py
matheel/comparison_suite.py
matheel/custom_templates.py
matheel/dataset_validation.py
matheel/datasets.py
matheel/evaluation.py
matheel/feature_weights.py
matheel/leaderboard.py
matheel/leaderboard_presets.py
matheel/model_routing.py
matheel/native_codebleu.py
matheel/preprocessing.py
matheel/reports.py
matheel/reproducibility.py
matheel/resampling.py
matheel/similarity.py
matheel/vectors.py
matheel/visualization.py
matheel.egg-info/PKG-INFO
matheel.egg-info/SOURCES.txt
matheel.egg-info/dependency_links.txt
matheel.egg-info/entry_points.txt
matheel.egg-info/requires.txt
matheel.egg-info/top_level.txt
scripts/build_ready_leaderboard.py
scripts/check_pinned_matheel_release.py
scripts/sync_gradio_app_version.py
tests/test_algorithms.py
tests/test_benchmark_cache.py
tests/test_benchmark_cards.py
tests/test_calibration.py
tests/test_chunking.py
tests/test_cli.py
tests/test_code_metrics.py
tests/test_comparison_suite.py
tests/test_datasets.py
tests/test_evaluation.py
tests/test_feature_weights.py
tests/test_gradio_app.py
tests/test_gradio_browser_workflow.py
tests/test_gradio_html_utils.py
tests/test_gradio_version_sync.py
tests/test_integration_workflow.py
tests/test_leaderboard.py
tests/test_model_routing.py
tests/test_notebooks.py
tests/test_preprocessing.py
tests/test_ready_leaderboard.py
tests/test_real_models.py
tests/test_reports.py
tests/test_reproducibility.py
tests/test_resampling.py
tests/test_similarity.py
tests/test_space_sync_release_check.py
tests/test_vectors.py
tests/test_visualization.py
tests/browser/conftest.py
tests/browser/serve_gradio.py
tests/browser/test_gradio_workflows.py