Metadata-Version: 2.4
Name: anchorboosting
Version: 0.3.0
Summary: Efficient tree-based nonlinear anchor regression and classification
Author-email: Malte Londschien <malte@londschien.ch>
Project-URL: homepage, https://github.com/mlondschien/anchorboosting/
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: lightgbm
Dynamic: license-file

# Anchor Boosting

Efficient tree-based nonlinear anchor regression and classification for Python.

If you use this, please consider citing

```
article{londschien2025,
  title={Domain Generalization and Adaptation in Intensive Care with Anchor Regression},
  author={Londschien, Malte, Burger, Manuel, R{\"a}tsch, Gunnar and B{\"u}hlmann, Peter},
  journal={arXiv preprint arXiv:2507.21783},
  year={2025}
}
```
