Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 937 Bytes

File metadata and controls

23 lines (15 loc) · 937 Bytes

AGENTS.md

This role of this file is to describe common mistakes and confusion points that agents might encounter as they work in this project. If you ever encounter something in the project that surprises you, please alert the developer working with you and indicate that this is the case in the Agent.md file to help prevent future agents from having the same issue.

Commands to interact with the codebase which you should run:

Conversion package note

Boosting converters live in separate modules such as xgboost.py, lightgbm.py, and catboost.py, and are hooked up through lazy registrations in src/shapiq/tree/conversion/__init__.py.

Build Docs (only use this command verbatim from the project root)

rm -rf docs/source/generated docs/source/auto_examples && uv run sphinx-build -b html docs/source docs/build/html

Run Pre-commit (takes only 3s)

uv run pre-commit run --all-files