evaluation

Evaluation namespace: re-exports the predicted-set metrics from probly.metrics.

The implementations now live in probly.metrics (the canonical home for all scoring functions). They are re-exported here so that the representation-level workflow code that lives in probly.evaluation (active learning, OOD detection, selective prediction) can import them from the same namespace.

Submodules

active_learning

Active learning module with composable pool, strategies, and iterator.

ood

Unified OOD evaluation API for probly.

tasks

Collection of downstream tasks to evaluate the performance of uncertainty pipelines.