API reference#
The Using RecourseBench page covers the canonical, user-facing API — the named
namespaces (rb.methods, rb.datasets, rb.models, …) and
run(). The Extending section below documents the
abstract base classes you subclass to add your own datasets, preprocessing,
models, methods, or metrics; see also the narrative Extending the framework guide.
Using RecourseBench
Extending RecourseBench
Utilities