.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
README.md
environment.yml
pyproject.toml
readthedocs.yaml
.github/workflows/build.yaml
.github/workflows/ci.yml
anchorboosting/__init__.py
anchorboosting/models.py
anchorboosting/simulate.py
anchorboosting/utils.py
anchorboosting.egg-info/PKG-INFO
anchorboosting.egg-info/SOURCES.txt
anchorboosting.egg-info/dependency_links.txt
anchorboosting.egg-info/requires.txt
anchorboosting.egg-info/top_level.txt
anchorboosting/objectives/__init__.py
anchorboosting/objectives/anchor_objectives.py
anchorboosting/objectives/mixins.py
docs/changelog.rst
docs/index.rst
tests/test_anchor_boosting.py
tests/test_anchor_objectives.py
tests/test_classification_mixins.py
tests/test_compare_to_lgbm.py
tests/test_derivatives.py
tests/test_refit.py
tests/test_regression_mixin.py
tests/test_update.py
tests/test_utils.py