Skip to content

Estimator Selection

Estimator selection utilities.

SelectionResult dataclass

Result of estimator selection.

select_estimator(dataset, estimand, candidates, *, criterion='stability_weighted_mse_proxy', return_scores=False)

Select an estimator using diagnostics-based heuristics.